> 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-images.md).

# Agregar propiedades personalizadas a las imágenes

1. Crea un nuevo informe haciendo clic en **Nuevo** > **Informe**.\
   ![](/files/0507efb5d6961611abd960bccf409029e22d9b0f)
2. Marque la *Personalizar* debajo de la descripción del informe.\
   ![](/files/df3f721e832ef852dbdfccf7e8efde079daf210e)
3. Aparecerá una lista de propiedades. Haz clic en el **Nuevo** botón en la *Propiedades del elemento* sección en el lado derecho de la pantalla. \
   ![](/files/6c9780ee8fa594a845c073150d741a96acc09b78)
4. Elige el tipo de propiedad en el menú desplegable:

   * *Texto* para un nuevo campo de entrada de texto
   * *Opción* para una nueva selección desplegable
   * *Verdadero y falso* para una nueva variable de verdadero/falso
   * *Fecha* para un nuevo campo de fecha

   \
   ![](/files/72b0cb9c0d62a6210fa323242543aa236dacc3c3)
5. Añade el título, la descripción y las opciones. Haz clic en **Crear**. \
   ![](/files/5b797a71fa4ba892559ac1586ef63a8369cc8378)
6. Haga clic **Actualizar**.\
   ![](/files/9e16ad41b2f33a6aca4d9485ef2c52f97dd0308f)
7. Cuando añades una nueva imagen al informe, las propiedades personalizadas que creaste estarán disponibles debajo de la descripción de la imagen.\
   ![](/files/dd2caf437c1332e7f109ffa3ca698aba181a41da)
8. En un informe publicado, las propiedades personalizadas aparecen debajo de una imagen. ![](/files/c43ebb2f8c1054a5ece48a04a45db4980f2073ad)<br>


---

# 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-images.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.
