> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/filter-transactions.md).

# Filter Transactions

Use the filter options available in the **History** tab of [Coinshift](https://coinshift.xyz/) for easy and accurate transaction data analysis. Coinshift's advanced filtering system allows you to refine transaction data based on two key criteria:

* By Account
* By one or more fields

Employ these filter options individually or in combination for a more targeted data output.

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

## **Filter Transactions by Account**

To access account-specific data, click on the **Accounts** button (denoted by red in the below screenshot).

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

This action opens up the associated accounts and their corresponding networks. Choose the desired account by checking the box adjacent to its address.

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

Upon applying the filter, the transaction data will be updated to reflect your selection.

## **Refine Transactions by One or More Fields**

To filter the data based on one or more fields, click on the **More filters** button (denoted by red below) located under the **Transaction** section-> **History** tab.

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

A window will appear on the right side of your screen, requesting filter values corresponding to the following criteria:

* Date Range (optional)
* Token (optional)
* Label (optional)
* Transaction Type (optional)
* Transaction Mode (optional)
* Status (optional)

<figure><img src="/files/E6d2mlzd2fhIScs0eGlB" alt="" width="492"><figcaption></figcaption></figure>

Input values for any of the designated fields and click the **Apply Filters** button to update the transaction data accordingly. Utilising these advanced filtering options will enhance your organisation's efficiency and time management.

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coinshift.xyz/business/coinshift-walkthrough/transaction-management/filter-transactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
