# Find Trades

The Trades module contains a list over all Trades in your system. Here you can search for, filter and sort all your trades.

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

### Sorting and filtering

There are several [sorting and filtering](/release-8.25/voyage-management-system/step-by-step-guides/sorting-and-filtering-lists.md) options available for you to narrow down what you see in the list view, as well as the ability to toggle which columns are displayed (with the [customised columns](/release-8.25/voyage-management-system/step-by-step-guides/customising-list-columns.md) setup).

For sorting, look for the *arrow* to the right of the column headers or the blue ![](/files/Tx4kpL0u36rpfwAfMYGo) icon above and to the right of the list. For filtering, you can use the *quick filters* provided above the Trades list. Which include filtering on the year, which trades and/or routes, and disabled trades.

#### Trade Quick Filter

The Trade quick filter consists of two filters. The top filter filters on specific trades and the bottom one filters trades based on the selected route(s), see the first tab below. The available options in the top filter will change based on the selected route(s). Such that the top filter will only show trades that are part of the selected route, see the second tab below.

{% tabs %}
{% tab title="Default Trade Filter" %}

<div align="center" data-full-width="false"><figure><img src="/files/n3d0jKUos4buYQ2cSLVN" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Route Selected" %}

<div align="center"><figure><img src="/files/rfgx0Cu8KRJiQDfXjSMB" alt=""><figcaption><p>The trade options are based on the selected route</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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.dataloy.com/release-8.25/voyage-management-system/step-by-step-guides/trades/find-trades.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.
