# Transactions - FRUITS

Users can track, search, and view the FRUITS transaction list and transaction details.

**Search**

* Enter or select search criteria at (1) and (2) 🡪 and display a list of transactions according to the search condition.

**View list**

* Examine the list and display the transaction information in the table from columns (3) to (12).

**View detail**

* Click "Transaction ID" to view details of that transaction.
* Click "Account" to view the list of FRTS transactions and the number of assets holding tokens for that account.

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


---

# 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.fwallet.net/web-fruits-wallet/transaction/transactions/transactions-fruits.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.
