> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/documentation/documentation-en/inbox/use-inbox-filters.md).

# Use Inbox filters

In addition to the [views](/documentation/documentation-en/inbox/navigate-in-the-inbox.md#les-vues) and the [tabs](/documentation/documentation-en/inbox/navigate-in-the-inbox.md#les-onglets), the Fullwhere Inbox offers a multitude of filters.

## Processing status <a href="#h_136b5c61a0" id="h_136b5c61a0"></a>

The various Fullwhere tabs and views offer a first filter on customer interaction status:&#x20;

* To be processed: your customer is waiting for a response from you
* Processed: the conversation with your customer is finished for now
* All: combines the To be processed and Processed statuses.

All Fullwhere views display customer interactions by default <mark style="color:$warning;">`To be processed`</mark>.

### Filters <a href="#h_a5979c8896" id="h_a5979c8896"></a>

Under the tabs, you'll find advanced filters to refine your search:

| Filter       | Use                                                                                    |
| ------------ | -------------------------------------------------------------------------------------- |
| `Date`       | Filter by the interaction arrival date                                                 |
| `Source`     | E.g.: Google, TripAdvisor, Uber Eats, Email, etc.                                      |
| `Tag`        | Target interactions according to detected keywords (e.g.: “Service”, “Delivery”, etc.) |
| `Rating`     | Search reviews by score (e.g.: only ratings < 3)                                       |
| `Area`       | Target a group of establishments or a specific location                                |
| `Text`       | Search for a specific word or phrase in the customer's message                         |
| `Language`   | Filter interactions according to the detected language                                 |
| `Assigned`   | View interactions assigned to a particular user                                        |
| `Sentiment`  | Positive, Negative, Neutral                                                            |
| `Emotions`   | Disappointment, Surprise, Fear, Joy, Anger                                             |
| `Themes`     | Complaint, Question, Compliment, Suggestion, Comparison                                |
| `Attributes` | Your single-select, multi-select, and numeric attributes will be displayed as filters. |


---

# 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.fullwhere.com/documentation/documentation-en/inbox/use-inbox-filters.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.
