> 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/customization/custom-properties/add-custom-properties-to-report.md).

# Agregar propiedades personalizadas al informe

1\. Seleccione un informe existente en el lado izquierdo de su espacio de trabajo. \
![](/files/7a88d1c880cb50949cd9de641cb43d6eaef86e64)

2\. Haga clic en el título del informe en el lado derecho de la pantalla (junto al icono del lápiz).\
![](/files/12585f3d9ccf66afe674b344d66b65ad8788eccd)

{% hint style="info" %}
También puede agregar propiedades personalizadas al crear un nuevo informe. Los pasos serán los mismos que se describen a continuación, pero en lugar de un **Actualizar** botón, verá un **Crear** botón.&#x20;
{% endhint %}

3\. Marque la casilla *Personalizar* debajo de la descripción del informe.\
![](/files/cb8caae524c60ad2c95a60d3ec37e387e945bcb4)

4\. Aparecerá una lista de propiedades. Haga clic en el **Nuevo** botón en la *Propiedades del informe* sección en el lado izquierdo de la pantalla. \
![](/files/b39140a53ddbb89fff73796029ea16a2475192c9)

5\. Elija el tipo de propiedad en el menú desplegable. (En el siguiente ejemplo, elegimos la *Fecha* propiedad).

![](/files/27a8a6abb9412e8cff3f8388386559c7de5a39c3)

6\. Agregue el título, la descripción y las opciones. Haga clic en **Crear**. \
![](/files/999f0e3fd4b0c73d3f699757dae237493e1b9e80)

7\. Haga clic en **Actualizar**.\
![](/files/9e16ad41b2f33a6aca4d9485ef2c52f97dd0308f)

8\. Las propiedades personalizadas que creó estarán disponibles la próxima vez que abra la configuración de su informe.

{% hint style="info" %}
Las propiedades habilitadas se incluyen en la [portada del informe](/manual/es/readme/content/text/add-cover-pages.md).
{% endhint %}


---

# 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/customization/custom-properties/add-custom-properties-to-report.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.
