> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.6/nueva-seccion-ver-todo-en-la-bandeja-de-entrada-del-correo-electronico.md).

# Nueva sección "Ver todo" en la bandeja de entrada del correo electrónico

Hemos añadido una nueva sección a la vista de Bandeja de entrada de correo electrónico llamada "Todos los correos electrónicos". Esto le permite ver todos los correos electrónicos pertenecientes a las tareas, incluidas las tareas cerradas, sobre las que tiene permisos.

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

En esta sección, hemos añadido un filtro adicional que le permite filtrar correos electrónicos por el estado de la tarea a la que pertenecen.

<figure><img src="/files/0Nnl6W2tKJQqhMnHMi8P" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Por defecto, se muestran los correos electrónicos recibidos en los últimos 90 DÍAS. Los agentes pueden utilizar el menú desplegable del Filtro para seleccionar una fecha o rango de fecha diferente (p. ej. anterior) para ver correos electrónicos anteriores a este, pero tenga en cuenta que el rango de fechas especificado solo puede abarcar un máximo de 90 días.
{% endhint %}

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


---

# 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.enate.net/whats-new/eses/versiones-anteriores/resumen-de-cambios-versiones-anteriores/novedades-de-la-version-2022.6/nueva-seccion-ver-todo-en-la-bandeja-de-entrada-del-correo-electronico.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.
