# Filter contracts

The **Filters panel** is available on the right of the Contracts page.

<figure><img src="/files/4Usjm1fOQUjxdiK5qXH4" alt="" width="563"><figcaption></figcaption></figure>

You can filter contracts using these fields:

* **Contract** name: enter the name of the contract or part of the name. The field is **case insensitive**, wildcard characters and Boolean operators are **not supported**.
* **Contract status**: select Enabled or Disabled.
* **Contract type**: select Input, Mediation, or Output.
* **Actor**: select the actor to which the contract is assigned.
* **Workflow**: select the workflow action associated with the contract.
* **Trigger**: select the type of trigger firing the contract.&#x20;
* **Dates**: select the date when the contract was created, modified, or both.&#x20;

An **Advanced** filter section is also available in the Filters panel allowing you to filter contracts by:

* **VFS**: select a specific VFS to see only contracts where that VFS is configured.&#x20;
* **Virtual Path**: once you have selected the VFS, the virtual paths of the selected VFS are listed and you can filter contracts to see only those that have that specific virtual path.&#x20;
* **Queue**: select a specific queue to see only contracts where that queue is configured.&#x20;
* **Cluster**: select a specific cluster to see only contracts where that cluster is configured.&#x20;
* **Virtual Box**: select a specific virtual box to see only contracts where that virtual box is configured.&#x20;


---

# 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.primeur.com/data-mover-1.21/contracts/manage-contracts/filter-contracts.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.
