# Reporte de tickets por dia

La vista de **Reporte de Tickets por Día** permite visualizar de forma clara y resumida la cantidad de tickets creados diariamente en Suricata.\
Este reporte es ideal para realizar análisis de volumen de atención, identificar picos de actividad y comparar el desempeño por días de la semana.

<figure><img src="/files/CuhLPVzN2zFjN8DEsXuC" alt=""><figcaption></figcaption></figure>

### 📋 Información del reporte

El listado muestra tres columnas principales:

* **Fecha** → día exacto en que se registraron los tickets.
* **Día de la semana** → indica a qué día corresponde cada fecha (Monday, Tuesday, etc.).
* **Total de tickets** → cantidad total de tickets creados ese día.

### 📤 Exportación del reporte

El reporte puede **exportarse o imprimirse** en distintos formatos para facilitar el análisis o la presentación de datos:

* **Excel**
* **CSV**
* **PDF**
* **Impresión directa**


---

# Agent Instructions: 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:

```
GET https://docs.suricata.cloud/menu-suricata-cloud/reportes/reporte-de-tickets-por-dia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
