# Account

An account is the unit level of the Aptos blockchain. An account can be an individual wallet address, or the smart contract address contains the execution code.

Aptscan.ai puts everything you want to know about the account, its transaction history, and available data under a granular view, allowing users and devs have better access to Aptos blockchain data.

At the top of the page, you will see an account overview

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

&#x20;


---

# 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/account.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.
