> 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/es/report-and-run-integrate/customization/plantillas-de-texto/usar-una-plantilla-de-texto.md).

# Usar una plantilla de texto

1. Toca un informe para abrirlo.

2. Añadir un [bloque de texto](/manual/es/report-and-run-integrate/content/text/add-paragraphs.md) o [imagen](/manual/es/report-and-run-integrate/content/images/add-image-from-gallery.md).&#x20;

3. Toque el icono del portapapeles a la derecha de la *Título* o *Descripción* campo.

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

4. Seleccione la plantilla que desea aplicar y toque **Insertar plantilla**.&#x20;

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

5. Sus cambios se guardarán automáticamente.&#x20;

6. Toque el botón Atrás en la esquina superior izquierda para volver a su informe.&#x20;

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

7. El nuevo elemento de plantilla aparecerá en la parte inferior de su informe. Puede arrastrarlo y soltarlo en la posición deseada.

   <div align="left"><figure><img src="/files/acbbc04a56eae32e0b5ec6101ec10bba547c4a05" alt="" width="375"><figcaption><p>Vista del informe con la plantilla de texto aplicada</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/es/report-and-run-integrate/customization/plantillas-de-texto/usar-una-plantilla-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.
