# Transactions

This guide assumes that you've registered your wallet address already. If you haven't, follow the Addresses guide below first.

{% content-ref url="/pages/-LrWsNDn4-pvq46skIX7" %}
[Addresses](/get-started/dashboard/addresses.md)
{% endcontent-ref %}

## Access your Transaction History

To access your transaction history, simply click the Transactions option in the left menu:

![](/files/0eODptlqjFUq3F7eW6O0)

## Switch Addresses or Currencies

If you've registered multiple addresses on currencies, you can switch between them using the `Address` dropdown menu on the *Transaction History* page:\
![](/files/fMx4Ks3iS07ubR98Icdr)

## Filter Transactions

The Gluwa Dashboard gives you the ability to filter transactions using a variety of options, including:

* Merchant Order ID
* Date/time
* Payments only
* Amount (Min and/or Max)

To access the filters, press the Filter button on the far-right of the Transaction History view:

![](/files/uGw6P5F6wLb56Ei5RAkK)

## Export Transactions to a CSV File

The Gluwa Dashboard provides the ability to export your transactions to a comma-separated values ("CSV") file. To do this, select the address/currency you wish to export, then click the Export button on the far-right of the Transaction History view:<br>

![](/files/F6kT4N6a6NlPhcR0Z0ID)


---

# 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.gluwa.com/get-started/dashboard/transactions.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.
