# Overview

Take transaction <https://aptscan.ai/transactions/149608710?tab=overview> for example:

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

Here is the breakdown of all the important info that you will find useful in navigating Aptsacn.ai:

* *Type*: Transaction type&#x20;

* *Version*: Aptos is a per-transaction version database. When transactions are executed, the resulting state of each transaction is stored separately and thus allows for more granular data access. "Version" here means the blockchain state after executing a transaction, and it's also a fast way to identify the transaction taking place

* *Status*: Confirmation of transaction success/ failure.

* *From*: sender address

* *To*: interacting address

* *Function*: The function in the program being called.&#x20;

* *Timestamp*: when the transaction was initiated.

* *Main action*: What the transaction is doing

* *Block*: where the transaction is included

* *Expiration time*: The timestamp after which the transaction is invalid&#x20;

* *Sequence*:&#x20;

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

* Gas Fee
* Gas Price
* Max Gas
* VM status
* Signature
* Event Root hash
* Accumulator root hash
* State Change Hash


---

# 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/transaction-details/user-transaction/overview.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.
