# How to create a custom inbox view

Mava allows each team member to create custom views to more easily manage the ticket inbox.

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

## How to create a new view

1. Press the 'Create New View' button

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

2. Name your new view

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

3. Add the filters you need.&#x20;

You can filter for just one item or a combination of items. For example if you just wanted to see your open tickets, you could add the filter for agent and select yourself and then select the status filter and then open.&#x20;

Filters are highly flexible and allow you to filter for example, just for tickets with a certain tag or category.

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

4. Save your new view
5. The new view should now appear on your left have view panel.
6. If you want to show/hide this left hand view section you can do so by by pressing the panel icon on the top left:

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


---

# 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://mava.gitbook.io/mava-docs/the-support-inbox/how-to-create-a-custom-inbox-view.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.
