# User Transactions

This section shows all the transactions made by a user. You can see the date it was created, the description of the transaction, the type, amount, and status.&#x20;

You can utilize the Search Transactions field by the Description, Type, Amount and Status. Alternatively, you can export the data.

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

Select a transaction and you will be redirected to the [charge details page](/admin-site/billing/transactions.md) where all the information about the charge are displayed.&#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://documentation.movatic.co/admin-site/users/user-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.
