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

# Informes

- [Informes y registros de Hablla](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla.md)
- [Sesiones de mensajería](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/sesiones-de-mensajeria.md): Informe de consumo de ventanas de conversación
- [Ejecuciones de flujo](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/ejecuciones-de-flujo.md): Informe de consumo de ejecuciones de flujo
- [Consumo total de IA](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/consumo-total-de-ia.md): Informe completo de consumo de tokens y uso general de IA
- [Tiempos de atención](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/tiempos-de-atencion.md): Informe de tiempos de atención en tiempo real
- [Atenciones por usuario](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/atenciones-por-usuario.md): Informe consolidado de atenciones finalizadas D-1. Solo atenciones atendidas por algún agente.
- [Atenciones por etiqueta](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/atenciones-por-etiqueta.md): Informe de atenciones por etiquetas (TAGs).
- [Atenciones por motivos de finalización](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/atenciones-por-motivos-de-finalizacion.md): Informe de atenciones por motivos.
- [Personas por etiqueta](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/personas-por-etiqueta.md): Informe de personas por etiquetas (TAG)
- [Tareas por usuario](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/tareas-por-usuario.md): Reporte de tareas por usuario
- [Registros de usuarios](https://docs.hablla.com/hablla-docs-es/informes/informes-y-registros-de-hablla/registros-de-usuarios.md): Lista de usuarios con tiempos disponibles e indisponibles


---

# 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.hablla.com/hablla-docs-es/informes.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.
