# Filtering System

The filtering system lets you narrow down the submissions displayed in any view. You can combine multiple filters to refine your results.

Filter options depend on the field type:

* **Number:** Empty, Not empty, Equal to, Greater than or equal to, Less than or equal to, Between
* **Date:** Year, Month, Week, Day, Between
* **Text:** Empty, Not empty, Contains, Does not contain, Equal to, Starts with, Ends with
* **Image:** Exists, Does not exist
* **List:** One or more options are selected

Filters stack: a submission must match **every** active filter to appear. For example, filtering by Status = "In progress" **and** Technician = "Alice" shows only Alice's in-progress submissions.

Active filters are remembered until you reset them.

![](/files/b719DxKh51QabfbZT4zk)


---

# 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://www.center.daxium-air.com/user-documentation/use/views/filtering-system.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.
