> 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/text-templates/use-a-text-template.md).

# Usar um modelo de texto

1. Toque em um relatório para abri-lo.
2. Adicionar um [parágrafo](/manual/pt-br/report-and-run/content/text/add-paragraphs.md) ou [imagem](/manual/pt-br/report-and-run/quick-start-guide/add-images.md).&#x20;
3. Toque no ícone da área de transferência à direita do *Título* ou *Descrição* campo.

   <div align="left"><figure><img src="/files/d31e77fd405e1761d05066e2d70901de70d385e3" alt=""><figcaption></figcaption></figure></div>
4. Selecione o modelo que você deseja aplicar.&#x20;

   <div align="left"><figure><img src="/files/538dd7419d177322806da87ca7330184676d9fbb" alt=""><figcaption></figcaption></figure></div>
5. Suas alterações serão salvas automaticamente.&#x20;

   <div align="left"><figure><img src="/files/20a3d612d53fd66431ceda2740ce75c29fc150cf" alt=""><figcaption></figcaption></figure></div>
6. Toque no botão Voltar no canto superior esquerdo para retornar ao seu relatório.&#x20;

   <div align="left"><figure><img src="/files/bc977b018418e561dd2e11840c7eedf7a1b0c066" alt=""><figcaption></figcaption></figure></div>

   <div align="left"><figure><img src="/files/2613832f1fb5917c5cf834224407f2a3338cab46" alt=""><figcaption><p>Visualização do relatório com modelo de texto aplicado</p></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/text-templates/use-a-text-template.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.
