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

# Informes de Guest

Crear informes en Guest permite a las organizaciones analizar fácilmente los datos de sus visitantes. Con opciones versátiles para filtrar, agrupar y exportar datos, los usuarios de Guest pueden crear informes detallados en segundos.

***

## Crear un informe de Guest

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Workplace >** <img src="/files/c67040420cb18393a24c0f7fe01154a21ad6cc69" alt="" data-size="line"> **Guest.**
{% endstep %}

{% step %}
**En la página de inicio de Guest, haga clic en Buscar.**
{% endstep %}

{% step %}
**Agrupe y filtre los datos de visitas.**

Los datos de visitas se pueden filtrar por:

1. Sitio
2. Fecha
3. Tipo de invitado
4. Estado del invitado
5. Anfitrión
6. Entrada

Los datos de visitas se pueden agrupar por:

1. Información de contacto
2. Sitio
3. Tipo de invitado

{% hint style="warning" %}

* Al agrupar por Tipo de invitado, los tipos de invitado con el mismo nombre en distintos sitios aparecerán como filas separadas.
* Al agrupar por Información de contacto, las combinaciones distintas de nombres de visitantes y la información de contacto proporcionada se mostrarán como filas separadas.
  {% endhint %}
  {% endstep %}

{% step %}
**En la parte superior derecha, haga clic en Exportar.**

Su informe se descargará como un archivo CSV.
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/guest/es/configuracion/informes-de-guest.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.
