# Search and filter transfers

## Search and filter transfers

In the **Travel Rule module,** the user can search and filter Travel Rule transfers to quickly locate specific information.

{% embed url="<https://youtu.be/fmq2Ebz18Uk>" %}

{% stepper %}
{% step %}

### Search for a transfer

To begin your search, use the **search bar** at the top of the screen. Enter the name of the transfer you're looking for, and the system will display matching results.
{% endstep %}

{% step %}

### Apply filters

To refine your search results, you can apply several filters:

* **Asset type:** Narrow down your results by selecting the specific asset involved in the transfer, such as Bitcoin, Ethereum, or Bitcoin Cash.
* **Transfer status:** Filter transfers based on their status. Options include:\
  \&#xNAN;**- Rejected:** Transfers that were not accepted.\
  \&#xNAN;**- Canceled:** Transfers that were initiated but later canceled.\
  \- **Confirmed:** Successfully completed transfers.\
  \&#xNAN;**- Initiated:** Transfers that have been started but not yet completed.\
  \- **Pending:** Transfers that are still awaiting confirmation or completion.
  {% endstep %}

{% step %}

### Sort results

For more precise results, you can also **sort** the transfers:

* **By amount:** Arrange the transfers from **highest to lowest** or **lowest to highest** based on the transfer amount.
* **By date:** Organize the transfers from **newest to oldest** or **oldest to newest** according to the transfer date.
  {% endstep %}

{% step %}
{% hint style="success" %}
**Practical example**

Let's look at how to use these filters with two practical examples:

* **Example 1:** ***Filtering by asset type and status***\
  Start by selecting **Bitcoin** as the asset type. Then, filter the results by the status **"confirmed"** to view all completed Bitcoin transfers. This will display a list of all confirmed Travel Rule transfers involving Bitcoin.
* **Example 2:** ***Filtering by status and sorting by date***\
  In this scenario, filter by the status **"canceled"** and then sort the results by date, from **newest to oldest.** This will show all canceled Travel Rule transfers arranged with the most recent at the top.
  {% endhint %}
  {% endstep %}

{% step %}

### Review results

Once you’ve applied your filters and sorting options, the results will be presented in a clear, organized table format. This layout makes it easy to identify the specific transfers relevant to your search.
{% endstep %}
{% endstepper %}


---

# 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.ospree.io/dashboard/travel-rule/search-and-filter-transfers.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.
