> 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-na-app-movel.md).

# Usar formulários na App móvel

Os funcionários concluem formulários diretamente da ordem de trabalho no App móvel.

Isso mantém os dados de campo e os dados de escritório em um único fluxo.

### O que os funcionários podem fazer no App

Os funcionários podem:

* abrir formulários vinculados a partir da ordem de trabalho
* preencher os campos obrigatórios
* adicionar fotos e assinaturas quando o formulário permitir
* salvar o progresso e continuar mais tarde

{% stepper %}
{% step %}

### Abrir a Ordem de trabalho

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

{% step %}

### Abrir o Formulário

Vá para o **Formulário** seção da ordem de trabalho.

Selecione o formulário que você deseja preencher.
{% endstep %}

{% step %}

### Preencher os campos

Preencha as respostas obrigatórias.

Adicione fotos ou uma assinatura se o formulário incluir esses campos.
{% endstep %}

{% step %}

### Salvar o formulário

Salve o Formulário.

Depois continue com o restante da ordem de trabalho.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
O layout exato da tela pode diferir ligeiramente entre **iOS** e **Android**.
{% endhint %}

### FAQ

<details>

<summary>Os funcionários podem preencher formulários enquanto estiverem no local?</summary>

Sim.

Essa é a principal finalidade dos formulários no App.

</details>

<details>

<summary>Os funcionários podem ignorar campos obrigatórios?</summary>

Não.

Os campos obrigatórios devem ser preenchidos primeiro.

</details>

<details>

<summary>Os funcionários podem salvar o progresso e continuar mais tarde?</summary>

Sim.

Eles podem retornar ao formulário antes de enviá-lo.

</details>

### Tópicos relacionados

* [Associar formulários às Ordens de trabalho](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/ligar-formularios-a-ordens-de-trabalho.md)
* [Exportar e imprimir Formulários](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/exportar-e-imprimir-formularios.md)
* [Usar Formulários com Objetos](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/formularios/usar-formularios-com-objetos.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-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.
