# Orders Management Filter

In Tonomo, you can filter the order depending on what you are looking for. This enhances the user experience and streamlines the process of order selection. These filters allow an admin to easily sort and select orders based on their specific needs, making the process of finding the right orders more efficient and personalized.

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

## Search Orders

We offer a search feature where you can find specific orders using details such as the client's name, address, services, and more.

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

## Scheduled Date

This feature allows you to apply filters, and the system will automatically sort the orders for you:

* **Most Recent**: Sorts orders by the date they were booked.&#x20;
* **Scheduled Date**: Sorts orders by the shoot date.&#x20;
* **Due Date**: Sort orders by their due date.

<figure><img src="/files/3zRBHMZVslORmeleHplR" alt=""><figcaption></figcaption></figure>

## Date

This filter works alongside the Scheduled Date filter. When a specific date is selected, it will:

* **Specific Date + Most Recent**: Display orders booked on that date.
* **Specific Date + Scheduled Date**: Display orders scheduled to be shot on that date.

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

## Services

Filter for a specific service in this section to view only the orders with those services.

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

## Team Members

Filter for a specific team member to see the events they are assigned to.

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

## Booking Flow

Filtering by specific booking flow allows you to view orders associated with that particular booking flow. This is especially useful if you have a booking flow designed for a specific brokerage and want to see how many orders they have.

<figure><img src="/files/4H3XSqVhksfJMNDypjHq" alt=""><figcaption></figcaption></figure>

## Completed Task

This filter is useful for managing your orders. Toggling it on will automatically filter out completed tasks or services. This will only function if you are actively moving services through the [order stages](/order-management/order-management-overview.md#written-walkthrough).

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

## Clear All

Instead of removing filters one by one, using this option will clear all existing filters you have at once.

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

## Items Per Page

In this section, selecting a number will adjust the total number of orders visible on the page. You can choose to display as few as 25 orders or as many as 500 orders per page.

<figure><img src="/files/SPUChhH8P5NkwAaDtPOU" 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://docs.getautonomo.com/order-management/orders-management-filter.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.
