> 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/backoffice/backoffice/ordens-de-trabalho/adicionar-documentos-automaticos-as-ordens-de-trabalho.md).

# Adicionar documentos automáticos às Ordens de trabalho

Anexar documentos automaticamente com base numa única regra de correspondência.

É possível adicionar Documentos às Ordens de trabalho automaticamente.

Utilize-o para manuais, ficheiros do local ou instruções específicas do Cliente.

{% stepper %}
{% step %}

### Abrir as Definições de Documentos

Ir para **Definições**.

Pesquisar **Documentos**.
{% endstep %}

{% step %}

### Adicionar um documento

Clicar em **Adicionar documento**.

Introduza um nome claro.
{% endstep %}

{% step %}

### Deve definir o modo como o documento se comporta.

É possível ativar as opções necessárias.

As opções mais comuns são **Ativo**, **Adicionar à Ordem de trabalho**, e **Visível na app**.
{% endstep %}

{% step %}

### Carregar o ficheiro

Usar **Adicionar** para carregar o documento.
{% endstep %}

{% step %}

### Definir a regra automática

Deve ser escolhido um Tipo de correspondência.

É possível associar por Cliente, Morada, Tipo de Ordem de trabalho, Objeto ou Projeto.

Depois, o documento deve ser guardado.
{% endstep %}
{% endstepper %}

### Importa saber

Cada documento usa uma regra automática de correspondência.

Criar documentos separados quando forem necessárias regras diferentes.

### Perguntas frequentes

<details>

<summary>Os Funcionários podem ver o documento na app?</summary>

Sim, quando **Visível na app** está ativo.

</details>

<details>

<summary>É possível manter um documento interno?</summary>

Sim.

Usar **Interno** quando o documento deve ficar apenas no Backoffice.

</details>

### Tópicos relacionados

* [**Criar uma Ordem de trabalho**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/ordens-de-trabalho/criar-uma-ordem-de-trabalho.md)
* [**Portal de cliente**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/portal-de-cliente.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/backoffice/backoffice/ordens-de-trabalho/adicionar-documentos-automaticos-as-ordens-de-trabalho.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.
