> 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/images/add-full-page-images.md).

# Configurar una imagen de página completa

Las imágenes de página completa ocuparán la mayor parte de la página del informe publicado. Puede marcar una casilla en las propiedades de la imagen para configurarla como pantalla completa.&#x20;

![Ejemplo de imagen estándar &#x20;
(no es una imagen de página completa)](/files/61040ab86d336f0a2453054f235d5457e7428c98) ![Ejemplo de imagen de página completa](/files/728afc8c84477d3e73c0539b941d14ace2560f15)

1. Para configurar una imagen como pantalla completa, cargue una imagen en un informe.
2. Haga clic en la imagen para editar sus propiedades.\
   ![](/files/8a278a0d5530dcc706e21308fbc9b75b85dfa238)
3. Marque la casilla junto a *¿Es de página completa?*\
   ![](/files/639783bb0d406c67319a58401313184096ac49c5)
4. Haga clic **Actualizar**.\
   ![](/files/289176b9fb4280f40b76fdbb99e8492205e841b9)
5. Cuando se genere un informe descargable, la imagen se mostrará en toda la página. \
   ![](/files/2b6ffc4661ee26a3cbeca27c9e9f2d57b874030d)<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/content/images/add-full-page-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.
