> 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/account-tour.md).

# Finding Your Way Around

Everything in your Hash Hedge account is reached from the menu on the left.

Here's what each section is for.

***

## The left-hand menu

|                       |                                                                                                                                                                                                                                                                                                                          |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **New Challenge**     | browse the plans and buy a new Challenge. See [How to buy a Challenge](/hashhedge-user-guide/start-here/buy-challenge.md).                                                                                                                                                                                               |
| **Accounts**          | all your accounts with their stage badges (Stage 1, Stage 2, Trader, Trader Transition, Failed). Open one to trade, **Trade** on a Crypto + TradFi card and **Open terminal** on a US Stocks one, or view its **Details**. See [Your accounts and stages](/hashhedge-user-guide/account-and-payouts/accounts-stages.md). |
| **Wallet**            | the profit you've moved out of your accounts, and where you create withdrawal requests to your USDT address. See [Profit share and payouts](/hashhedge-user-guide/account-and-payouts/profit-payouts.md).                                                                                                                |
| **Orders**            | your Challenge purchases and their payment status. See [Orders and their statuses](/hashhedge-user-guide/account-and-payouts/orders-statuses.md).                                                                                                                                                                        |
| **Affiliate program** | your referral link, earnings and the Affiliate Center. See [Affiliate program](/hashhedge-user-guide/account-and-payouts/affiliate-program.md).                                                                                                                                                                          |
| **Profile**           | your personal data, USER ID, email, and password/security settings. See [Your profile and security](/hashhedge-user-guide/account-and-payouts/profile-security.md).                                                                                                                                                      |
| **Help**              | support and this Help Center. The short answers are in [Frequently asked questions](/hashhedge-user-guide/account-and-payouts/faq.md).                                                                                                                                                                                   |

## Opening an account

Click an account on the **Accounts** page (or **Trade** on its card) to open its **dashboard**, the control panel showing your balance, payouts, risk limits and stage targets. See [The Challenge dashboard explained](/hashhedge-user-guide/account-and-payouts/trader-dashboard.md).

***

New here? Start with [How to create an account](/hashhedge-user-guide/start-here/create-account.md), then [What is a Challenge](/hashhedge-user-guide/start-here/challenge-what-is.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/account-tour.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.
