> 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/report-and-run/report-generation.md).

# Generación de informes

- [Generar documentos](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos.md)
- [Generar un PDF](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos/generate-a-pdf.md): Crea una versión PDF de tu informe.
- [Generar un DOCX](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos/generate-a-docx.md): Crea una versión Word de tu informe.
- [Filtrar por selección](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos/filtrar-por-seleccion.md): En lugar de compartir un informe completo, puedes seleccionar ciertos elementos para que aparezcan en los informes publicados que compartes con otras personas.
- [Filtrar por sección](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos/filtrar-por-seccion.md): Puedes usar filtros para mostrar solo ciertas secciones en los informes publicados.
- [Filtrar por condiciones](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/generar-documentos/filtrar-por-condiciones.md): Puedes compartir una vista de tu informe filtrada por condiciones, incluidas las palabras que aparecen en el título o la descripción del elemento del informe y cuándo se creó el elemento.
- [Compartir un informe publicado](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/share-a-published-report.md): Descarga y comparte una copia de tus informes publicados.
- [Compartir una sola imagen](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/compartir-una-sola-imagen.md): En lugar de compartir un informe completo, puedes compartir solo una imagen con las personas que necesitan verla.
- [Compartir varias imágenes](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/share-raw-images.md): Comparte varias fotos de tu informe en un solo paso.
- [Compartir imágenes originales](https://docs.reportandrun.com/manual/es/report-and-run/report-generation/compartir-imagenes-originales.md): Comparte fotos en su tamaño y estado original, sin anotaciones ni otra información, desde la pantalla del informe.


---

# 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/report-and-run/report-generation.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.
