# Finding a Specific Transaction

## Filtering Transactions

* Navigate to your "Transactions" page
* Select “All Filters” on the right hand side of your page
* Choose from a variety of filters including Wallet Types, Date Ranges, and Activities
* Select “Apply”. You should now see all transactions that fit the relevant criteria
* Select the “Clear All” button to reset all filters.

💡 Tip: Filters are reset when navigating away from the Transactions page.&#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://gnosisbusiness.gitbook.io/quick-guide/product-guides/bookkeeping-of-transactions/finding-a-specific-transaction.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.
