# How to filter orders

This tutorial describes how to use filters to quickly find specific orders.

The Marketplace offers several filter options to help you find orders. You can apply a single filter or create a combination of filters by selecting different fields, operators, and values.

### Filter by status

To filter orders by status, such as **Draft**:

1. Go to **Marketplace** > **Orders**.
2. Select the <img src="/files/0gtv4L3HSj145AA4UOww" alt="Filter" data-size="line"> **Filter** icon.

<div data-with-frame="true"><figure><img src="/files/CPO3eEN8drwrAmx3gOsQ" alt="Orders page with the filter panel open"><figcaption><p>Open the filter panel to narrow the list of orders.</p></figcaption></figure></div>

3. Select **Add another condition**.
4. Define the filter:
   1. In the first field, select **Status**.
   2. In the second field, select the operator. For this example, leave it set to **Equal**.
   3. In the third field, select **Draft**.
5. Add more conditions if you need to narrow the results further.

The list of orders refreshes automatically when you apply the filter.

### Filter by order ID

To find an order by ID:

1. Go to **Marketplace** > **Orders**.
2. Select the <img src="/files/0gtv4L3HSj145AA4UOww" alt="Filter" data-size="line"> **Filter** icon, then define the filter:
   1. In the first field, select **Order ID**.
   2. In the second field, choose the operator. For this example, leave it set to **Contains**.
   3. In the third field, enter all or part of the order ID.

The list of orders refreshes automatically.

### Search orders

Use **Search query** to find matching records across orders, agreements, and related details.

To search for an order:

1. Go to **Marketplace** > **Orders**.
2. Select the <img src="/files/0gtv4L3HSj145AA4UOww" alt="Filter" data-size="line"> **Filter** icon.
3. Enter the desired search term.

The list of orders refreshes automatically to show matching records. To clear all filters and return to the default view, select **Reset filters**.


---

# 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.platform.softwareone.com/marketplace-platform/guides-and-tutorials/marketplace-for-clients/how-to-filter-your-orders.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.
