# User Transaction

The function of the user transaction feature is to display user transaction data, such as daily transaction statistics, pie chart items that are most often purchased by customers, pie chart types of payment that are most often used by customers, and total transactions.

First, select Bot to display the user transaction data.

![](/files/-MTZhuUjnUqBbDTqYKbu)

![User Transaction](/files/-MTZhycfW45KuiRCLDmh)

**Component Explanation:**

| Component              | Description                                                                              |
| ---------------------- | ---------------------------------------------------------------------------------------- |
| Total transaction      | The total value of all transactions.                                                     |
| Number of transaction  | The number of transactions over a specified period of time.                              |
| Top 5 items            | To display a pie chart of the top 5 items that are most often purchased by customers.    |
| Top 5 Payment Type     | To display a pie chart of the top 5 payment types that are most often used by customers. |
| Daily Transaction      | The line graph indicates how many customers daily transaction.                           |
| Table User Transaction | To display detail of customer's daily transaction.                                       |


---

# 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.3dolphins.ai/5.1.x/analytic/virtual-agent/user-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.
