> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/accounts-stages.md).

# Your Accounts and Stages

The **Accounts** page lists every account you have and the stage each one is at.

<figure><img src="/files/qLaDS5Fwn6QiMouFD5qT" alt=""><figcaption><p>The stage badge on each account card</p></figcaption></figure>

***

## Account stages

Each account card shows a badge with its current stage:

|                         |                                                                                                    |
| ----------------------- | -------------------------------------------------------------------------------------------------- |
| **Challenge · Stage 1** | you're on the first verification stage.                                                            |
| **Challenge · Stage 2** | you cleared Stage 1 and are on the second stage.                                                   |
| **Trader**              | you passed the Challenge and now trade a funded account.                                           |
| **Trader Transition**   | the Challenge has passed, but a Challenge of the same denomination is already at the Trader stage. |
| **Failed**              | a loss limit was breached, so the account is closed.                                               |

Use the tabs at the top (**All, Trader, Challenge, Failed, Trader Transition**) to filter the list.

<figure><img src="/files/Hqy0vBtEsE9mLirwlbPf" alt=""><figcaption><p>The filters at the top of the Accounts page</p></figcaption></figure>

## What's on a card

* The plan name and account size (for example, Legend $100,000).
* The account **ID**, a unique identifier you can share with support.
* **Trade**: open the trading terminal for that account.
* **Details**: view the account's targets, limits, and statistics.

***

To see a funded account's payouts, profit, and risk limits, open it and check the dashboard. See [The trader dashboard explained](/hashhedge-user-guide/account-and-payouts/trader-dashboard.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://hashhedge.gitbook.io/hashhedge-user-guide/account-and-payouts/accounts-stages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
