> 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-para-secciones.md).

# Usar una plantilla de texto para secciones

1. Toca un informe para abrirlo.
2. Toque las tres líneas horizontales en la esquina inferior izquierda.&#x20;

   <div align="left"><figure><img src="/files/ea882de7dc244f9cdd7c9a5436400681e59682c1" alt="" width="375"><figcaption></figcaption></figure></div>
3. Elige **Sección** del menú.&#x20;

   <div align="left"><figure><img src="/files/8486157d3a7196251fea8d80b828e093db648d1e" alt="" width="375"><figcaption></figcaption></figure></div>
4. Toque el icono del portapapeles a la derecha de la *Sección* campo.

   <div align="left"><figure><img src="/files/dd4b88ab3ac9235452ace238484d3413e155806d" alt="" width="375"><figcaption></figcaption></figure></div>
5. Seleccione la plantilla que desea aplicar y toque **Insertar plantilla**.&#x20;

   <div align="left"><figure><img src="/files/d8b55cb118f9b85e8c0d2a1148e8f872f5295861" alt="" width="375"><figcaption></figcaption></figure></div>
6. La nueva plantilla de sección aparecerá en la parte inferior de su informe (por encima de cualquier elemento sin asignar). Puede arrastrarla y soltarla en la posición deseada.

   <div align="left"><figure><img src="/files/01d29f66bbc2bf2ff30b0085bf3312bc60e537e7" alt="" width="375"><figcaption><p>Vista del informe con la plantilla de sección 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-para-secciones.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.
