> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/generate-reports.md).

# Generar informes

- [Acerca de los informes activos](https://docs.rmhpos.com/es/store-manager/generate-reports/understanding-active-reports.md): Este tema describe los diferentes tipos de informes activos disponibles en RMH y dónde se guardan los informes en el equipo local si no configura una carpeta compartida de red en el Administrador de la tienda.
- [Agregar filtros](https://docs.rmhpos.com/es/store-manager/generate-reports/reports-using-filters.md): Este tema describe cómo usar las opciones de filtro para controlar qué datos se incluyen en los informes.
- [Cambiar diseños de informes](https://docs.rmhpos.com/es/store-manager/generate-reports/reports-changing-layouts.md): Este tema describe cómo cambiar el diseño predeterminado de los informes activos. Puede mostrar u ocultar columnas, mover o cambiar el tamaño de las columnas, agrupar o desagrupar columnas y establecer límites de registros.
- [Agregar búsqueda, filtros o resúmenes](https://docs.rmhpos.com/es/store-manager/generate-reports/reports-adding-search-filters-summaries.md): Este tema describe cómo agregar un campo de búsqueda/búsqueda en los informes y habilitar filtros o resúmenes para los datos de las columnas.
- [Exportar o imprimir informes](https://docs.rmhpos.com/es/store-manager/generate-reports/reports-exporting-printing.md): Este tema describe cómo exportar o imprimir informes. Puede exportarlos como hojas de cálculo (por ejemplo, Microsoft Excel) o PDF.
- [Guardar informes](https://docs.rmhpos.com/es/store-manager/generate-reports/reports-saving.md): Este tema describe dos métodos para guardar informes.


---

# 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.rmhpos.com/es/store-manager/generate-reports.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.
