> 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/older-versions/changes-overview-older-versions/2022.6-changes-overview/new-view-all-section-on-email-inbox.md).

# New 'View All' Section on Email Inbox

We have added a brand new section to the Email Inbox view called 'All emails'. This lets you see all emails belonging to work items, including closed work items, that you have permissions on.

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FUYI1qFHdTCqpie744bm9%2Fimage.png?alt=media&amp;token=47d0cfb6-8368-4391-81d8-8db9e11081be" alt=""><figcaption></figcaption></figure>

We have added an additional filter in this section that lets you filter emails by the status of the work item they belong to.

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2F7s26hatOFfaL8reETW4x%2Fimage.png?alt=media&amp;token=485b5a1e-90e3-44a6-b8f1-405b929876fd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By default, emails received within the past 90 DAYS are displayed. Agents can use the Filter dropdown to select a different (e.g. older) date or date range to see emails older than this, but note that the date range specified can only span a maximum of 90 days.
{% endhint %}

<figure><img src="https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8xJkS0SKlesb8bmVBtGc%2Fuploads%2FjqjREPzNfiquXOvD7Yig%2Fimage.png?alt=media&amp;token=1a8731e4-3023-4d71-92c0-e8fe9d8e3002" 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/older-versions/changes-overview-older-versions/2022.6-changes-overview/new-view-all-section-on-email-inbox.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.
