> 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/faturas/adicionar-anexos-ordens-de-trabalho-e-formularios-as-faturas.md).

# Adicionar anexos, ordens de trabalho e formulários às faturas

Você pode incluir conteúdo extra da Fatura através das Configurações de layout e esquema.

Use estas opções quando o Cliente precisar receber mais do que apenas a Fatura em PDF.

### Onde configurar cada opção

* **Layout da Fatura** — incorporar anexos no PDF da Fatura e incluir o PDF da Ordem de trabalho
* **Esquema da Fatura** — anexar Formulários e outros ficheiros predefinidos ao fluxo da Fatura

### Adicionar anexos e o PDF da Ordem de trabalho

{% stepper %}
{% step %}

### Abra as Configurações da Fatura

Vá para **Faturas**.

Clique no **engrenagens** no canto superior direito.
{% endstep %}

{% step %}

### Editar o layout

Abra o layout da Fatura que quer usar.
{% endstep %}

{% step %}

### Ative as opções de PDF

No topo do layout, escolha as opções de que precisa:

* **Anexos ao PDF**
* **Adicionar a Ordem de trabalho ao PDF**
  {% endstep %}

{% step %}

### Guarde o esquema

Guarde as alterações.
{% endstep %}
{% endstepper %}

### Adicionar Formulários através do esquema

{% stepper %}
{% step %}

### Abra o esquema

Na mesma área de Configurações da Fatura, abra o esquema da Fatura que quer editar.
{% endstep %}

{% step %}

### Ative os anexos de Formulário

Ative a opção para anexar Formulários quando essa saída precisar de ser incluída.
{% endstep %}

{% step %}

### Guarde o esquema

Guarde as alterações.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Mantenha o PDF final da Fatura razoavelmente pequeno.

Anexos grandes podem causar problemas na geração do PDF ou na entrega por e-mail.
{% endhint %}

### Tópicos relacionados

* [**Criar um layout de Fatura**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/criar-um-layout-de-fatura.md)
* [**Criar um esquema de fatura**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/backoffice/backoffice/faturas/criar-um-esquema-de-fatura.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/faturas/adicionar-anexos-ordens-de-trabalho-e-formularios-as-faturas.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.
