# Transaction History and Management

1. The user can access the transaction history and management page via the web or mobile application.
2. The user can view their past transactions and manage them as needed, such as requesting a refund or canceling a pending transaction.
3. The transaction history can be filtered by time (daily, weekly, monthly), and the user has the option to download reports for their records.


---

# 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://bondx.gitbook.io/bondx/user-flow/transaction-history-and-management.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.
