> For the complete documentation index, see [llms.txt](https://docs.h4.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.h4.world/account-pages.md).

# Account Pages

The Profile page contains four core account pages: Portfolio, Positions, Orders, and Activity.

<div><figure><img src="/files/GTooHhz1IFB3SVeVBYCD" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/nCrlVAe3vgxvkyBHWgmI" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/lxYGJHA6emq3nR4IXlin" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/eTWyBIBVsmdbpDdWieBq" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/qoIKFoafurknRWiVU1D9" alt="" width="188"><figcaption></figcaption></figure></div>

| Page      | Summary section                                                                                                            | Item-level data                                                                                                     | Page action         |
| --------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------- |
| Portfolio | Total spot portfolio value                                                                                                 | For each spot asset: value, asset-denominated balance, PnL, percentage change, and spot market volume               | None                |
| Positions | Total PnL, total value (notional), total account leverage, and percentage distance to liquidation for the closest position | For each open position: asset, side, leverage, value, margin, PnL, percentage change, entry, liquidation, and TP/SL | Close all positions |
| Orders    | Total order value, number of orders, available balance, and max leverage increase if all orders execute                    | For each non-TP/SL open order: asset, limit or trigger price, side, value, and timestamp                            | Cancel all orders   |
| Activity  | All-time PnL                                                                                                               | For each perp or spot fill: asset, side, value, close price, fee paid, and timestamp                                | None                |

These pages are designed to separate current exposure from historical execution so users can manage risk, review performance, and take bulk actions quickly.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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