> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/usar-formularios-visuais-na-app-movel.md).

# Usar Formulários Visuais na App móvel

Os colaboradores abrem os Formulários Visuais a partir da Ordem de trabalho no App.

Preenchem o Formulário sobre o PDF.

### O que os colaboradores fazem no App

* abrir a Ordem de trabalho
* abrir o Formulário Visual
* preencher os campos no PDF
* guardar o resultado

{% stepper %}
{% step %}

### Abrir a Ordem de trabalho

Abra a Ordem de trabalho que contém o Formulário Visual.
{% endstep %}

{% step %}

### Abrir o Formulário

Selecione o Formulário Visual na Ordem de trabalho.
{% endstep %}

{% step %}

### Preencha o Formulário

Adicione as respostas nos locais certos no PDF.
{% endstep %}

{% step %}

### Guarde o seu trabalho

Salve o Formulário.

Depois, continue com a Ordem de trabalho.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Teste o Formulário no dispositivo que a sua equipa usa mais.
{% endhint %}

### Perguntas frequentes

<details>

<summary>Os colaboradores podem concluir um Formulário Visual no local?</summary>

Sim.

Esse é um uso comum.

</details>

<details>

<summary>O Formulário ainda se parece com o PDF?</summary>

Sim.

Essa é a principal diferença em relação a um Formulário padrão.

</details>

<details>

<summary>Devo testar o Formulário primeiro no telemóvel?</summary>

Sim.

Isso ajuda a verificar o espaçamento e a legibilidade.

</details>

### Tópicos relacionados

* [**Formulário**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios.md)
* [**Criar um Formulário Visual**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/criar-um-formulario-visual.md)
* [**Usar formulários no App móvel**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/usar-formularios-na-app-movel.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/usar-formularios-visuais-na-app-movel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
