> 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/branding.md).

# Identidad visual

- [Establecer un nombre de empresa](https://docs.reportandrun.com/manual/es/readme/branding/set-a-company-name.md): Agrega el nombre de tu empresa para personalizar tus informes de Report and Run.
- [Establecer un logotipo de empresa](https://docs.reportandrun.com/manual/es/readme/branding/set-a-company-logo.md): Agrega tu logotipo a tu espacio de trabajo y a la parte superior de los informes.
- [Agregar logotipo al pie de página](https://docs.reportandrun.com/manual/es/readme/branding/add-footer-logo.md): Agrega tu logotipo a la parte inferior de los informes.
- [Establecer texto del pie de página](https://docs.reportandrun.com/manual/es/readme/branding/set-footer-text.md): Agrega texto a la parte inferior de tus informes publicados.
- [Establecer el tamaño del logotipo](https://docs.reportandrun.com/manual/es/readme/branding/set-logo-size.md): Ajusta el tamaño de tu logotipo o banner.
- [Agregar un banner a un informe](https://docs.reportandrun.com/manual/es/readme/branding/add-a-banner-to-a-report.md): Agrega una imagen de banner a la parte superior de tus informes de Report and Run.
- [Establecer varios logotipos](https://docs.reportandrun.com/manual/es/readme/branding/set-multiple-logos.md): Si necesitas diferentes logotipos para distintos proyectos dentro de tu espacio, puedes asignar un logotipo a una carpeta y se usará en los informes dentro de esa carpeta.
- [Establecer datos de contacto](https://docs.reportandrun.com/manual/es/readme/branding/set-contact-details.md): Establece información de contacto, como el nombre y el número de teléfono, para que aparezca en tu cuenta de Report and Run y en los informes publicados.
- [Establecer una ubicación](https://docs.reportandrun.com/manual/es/readme/branding/set-a-location.md): Establece una ubicación para que aparezca en tu cuenta de Report and Run y en los informes publicados.


---

# 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/branding.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.
