> 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/set-logo-size.md).

# Establecer el tamaño del logotipo

1. Haz clic en el nombre en el lado derecho de tu espacio de trabajo (junto al icono del lápiz).\
   ![](/files/43d0d8e8bb114eea9c8cd3c2355757251fd7e83f)
2. En el cuadro de texto debajo del *Tipo de logotipo del encabezado* menú, escriba el tamaño deseado de su logotipo o banner en milímetros o pulgadas. p. ej., 25 mm o 2,5"\
   ![](/files/6a6b21e616af32297a047a02b6388aab48b1acae)
3. Desplázate hasta la parte inferior de la pantalla y haz clic **Actualizar**. \
   ![](/files/1ecd8edb0c9fc418fb61ab60e796a81d31c3ed36)

{% hint style="info" %}
Para los iconos, está definiendo el ancho de la imagen. Para los banners, está definiendo la altura de la imagen. Las imágenes se escalarán proporcionalmente.&#x20;
{% 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/branding/set-logo-size.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.
