# Search and filter

In the **Accounts Directory**, you can quickly search for and filter Virtual Asset Service Providers (VASPs) to streamline compliance monitoring and counterparty management.

***

## Searching for a VASP

{% stepper %}
{% step %}

### Navigate to the Accounts Directory

* In the **Ospree Dashboard**, go to the **Accounts Directory** section.
  {% endstep %}

{% step %}

### **Use the search bar**

* In the **search bar**, enter the **VASP ID** or **name** to locate a specific entity.
* Results will update dynamically as you type.
  {% endstep %}

{% step %}

### Filtering VASPs

While searching, you can refine your results by applying filters:

* **By type**
  * **All**
  * **Individual** (for personal accounts)
  * **Entity** (for business accounts or institutions)
* **By status**
  * **All**
  * **Inactive**
  * **On hold**
  * **Dormant**
* **Sort by**
  * **Newest** (most recently added)
  * **Oldest** (earliest added)
    {% endstep %}
    {% endstepper %}

{% hint style="success" %}
Use the **status filter** to quickly locate VASPs requiring follow-up or additional review. By using Ospree’s search and filtering tools, you can efficiently manage VASP records and maintain a clear oversight of compliance status.
{% endhint %}


---

# 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/accounts-directory/vasps/search-and-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.
