> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/pt-br/report-and-run-integrate/customization/modelos-de-texto/criar-um-modelo-de-texto.md).

# Criar um modelo de texto

1. Toque nas três linhas horizontais no canto superior esquerdo.

   <div align="left"><figure><img src="/files/2665fae37c182616306aa9e62ad8ef6e213c3eaf" alt="" width="375"><figcaption></figcaption></figure></div>

2. Toque **Modelos de texto**.

   <div align="left"><figure><img src="/files/4ccd7958bc67a9a4c32a25fa905af8c293cc2376" alt="" width="375"><figcaption></figcaption></figure></div>

3. Toque **Adicionar (+)** no canto inferior direito.

   <div align="left"><figure><img src="/files/c8051b752ef4deca20dbd0333c747d479108b88e" alt="" width="375"><figcaption></figcaption></figure></div>

4. Digite um título e uma descrição. O texto que você digitar no *Descrição* campo se tornará seu modelo.<br>

   <div align="left"><figure><img src="/files/3f76d00e885fc90ec515a333ac3a3294d519b2d9" alt="" width="375"><figcaption></figcaption></figure></div>

5. Sob a *Escopos* seção, marque a caixa ao lado das áreas do relatório em que você deseja que o modelo de texto esteja disponível para uso (descrições de imagens, blocos de texto e seções.). Desmarque a caixa em qualquer lugar em que você não queira que o modelo de texto apareça.&#x20;

   <div align="left"><figure><img src="/files/7de9afcc13aaf53daa5a631f0e365e977c3d2a9f" alt="" width="375"><figcaption></figcaption></figure></div>

6. Toque **Salvar** no canto inferior direito.&#x20;

   <div align="left"><figure><img src="/files/04b3cc0915ce54d85a825c92f592bc642579513c" alt="" width="375"><figcaption></figcaption></figure></div>

7. O modelo de texto agora aparecerá na sua lista e poderá ser [usado em relatórios](/manual/pt-br/report-and-run-integrate/customization/modelos-de-texto/usar-um-modelo-de-texto.md).

   <div align="left"><figure><img src="/files/7eb4e9d66c3b9a354ad1cc33dfffbdf2adcb2396" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://docs.reportandrun.com/manual/pt-br/report-and-run-integrate/customization/modelos-de-texto/criar-um-modelo-de-texto.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.
