# Transaction

Frequently updated by the second, the transaction page gives a view of the newest transactions included

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

The transaction page is designed with 2 different tabs: User Transaction ( for user-generated txn) and All ( including system txn as well)

* **Version**: the position of the txn ( and blockchain state at that txn)
* **Block:** the block where the txn is included
* **From**: Txn sender
* **To**: txn recipient
* **Function**: the purpose of the txn
* **Gas fee**: cost of doing the txn&#x20;

To get to the transaction details, simply click on the version of the txn.&#x20;

On the All Tab, this is how the info is presented:

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

* **Version**: the position of the txn
* **Type**: transaction type (user, check point, or metadata)
* **Age**: when the txn was initiated
* **sender**: address initiate the txn
* **Function**: the purpose of the txn
* **Gas fee**: how much the txn costs


---

# 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.aptscan.ai/browsing-the-site/blockchain/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.
