> 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/loja-virtual-pacotes-e-power-ups/power-ups/formularios/criar-um-formulario-visual.md).

# Criar um Formulário visual

Configurar um formulário baseado em PDF e colocar os campos no documento.

Criar um Formulário Visual quando se pretende que os Funcionários preencham um Formulário sobre um Layout PDF e o deixem Concluído.

Iniciar com um PDF limpo que já tenha o aspeto que se pretende para o documento final.

{% stepper %}
{% step %}

### Abrir Formulários

Ir para **Definições → Formulários**.
{% endstep %}

{% step %}

### Criar um Novo Formulário Visual

Adicionar um Novo Formulário e escolher a Opção de layout visual.
{% endstep %}

{% step %}

### Carregar o PDF

Carregar o PDF que será usado como fundo do Formulário.
{% endstep %}

{% step %}

### Posicionar os campos

Clicar no PDF para colocar cada campo.

Mover ou redimensionar os campos quando necessário.
{% endstep %}

{% step %}

### Configurar cada campo

Definir o nome do campo.

Escolher se é obrigatório e ajustar as outras opções.
{% endstep %}

{% step %}

### Guardar e testar

Guardar o Formulário.

Depois, testá-lo numa Ordem de trabalho e no dispositivo que a equipa utiliza mais.
{% endstep %}
{% endstepper %}

### Boas dicas de preparação

* usar um Template PDF limpo
* deixar espaço suficiente para respostas e assinaturas
* testar a legibilidade num ecrã de telemóvel

### FAQ

<details>

<summary>Porque é que o PDF deve ser testado primeiro?</summary>

Porque o layout e a legibilidade são ainda mais importantes num Formulário Visual.

</details>

<details>

<summary>É possível atualizar o Formulário mais tarde?</summary>

Sim.

É possível ajustar o Template PDF ou as posições dos campos quando necessário.

</details>

<details>

<summary>Devem ser usados Formulários Visuais em todos os processos?</summary>

Não.

Só devem ser usados quando o layout fixo acrescentar valor.

</details>

### Tópicos relacionados

* [O que são Formulários visuais?](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/formularios/o-que-sao-os-formularios-visuais.md)
* [Escolher entre Formulários padrão e Formulários Visuais](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/formularios/escolher-entre-formularios-padrao-e-formularios-visuais.md)
* [Usar Formulários Visuais na app móvel](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/formularios/utilizar-formularios-visuais-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/loja-virtual-pacotes-e-power-ups/power-ups/formularios/criar-um-formulario-visual.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.
