> 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/readme/content/text/add-paragraphs.md).

# Agregar párrafos

1\. Crea o abre un informe.

2\. Haz clic en **Nuevo**.

3\. Haz clic en **Párrafo**.\
![](/files/1559237f378dc13539b501122c7ecb8b858931d3)

4\. Añade un título y una descripción.&#x20;

5\. Para insertar un párrafo en la parte superior del informe, marca la casilla junto a *Añadir al principio*.\
![](/files/f5d80255d13157444cc43520b8bf212f486f2b59)

{% hint style="info" %}
También puedes reorganizar párrafos, o cualquier elemento del informe, arrastrándolos y soltándolos en una nueva ubicación del informe.&#x20;
{% endhint %}

6\. Haz clic en **Crear**.\
![](/files/c05b47cf3a567b4bf7a8e473f9383e932a98d546)

7\. En la siguiente pantalla, puedes previsualizar tu párrafo y hacer los cambios que desees. Si no necesitas hacer cambios, simplemente sal de esta pantalla. El párrafo aparecerá en tu informe. \
![](/files/e5709ef31411bc0b042c94bf17360e5caa9d8b4a)

8\. Si editas el párrafo, haz clic en **Actualizar** para guardar los cambios. \
![](/files/338765e2a22c242b3033ba08c7dd613dfe2fda6a)


---

# 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/readme/content/text/add-paragraphs.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.
