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

# Cómo orientarte en tu cuenta

Todo en tu cuenta de Hash Hedge se abre desde el menú de la izquierda.

Esto es para qué sirve cada sección.

***

## El menú de la izquierda

|                           |                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nuevo desafío**         | explora los planes y compra un nuevo Desafío. Consulta [Cómo comprar un Desafío](/hashhedge-user-guide/es/start-here/buy-challenge.md).                                                                                                                                                                                                                             |
| **Cuentas**               | todas tus cuentas con sus insignias de etapa (Etapa 1, Etapa 2, Trader, Transición a Trader, Fallido). Abre una para operar, **Operar** en una tarjeta de Cripto + TradFi y **Abrir terminal** en una de Acciones de EE. UU., o consulta sus **Más información**. Consulta [Tus cuentas y etapas](/hashhedge-user-guide/es/account-and-payouts/accounts-stages.md). |
| **Billetera**             | las ganancias que sacaste de tus cuentas y donde creas las solicitudes de retiro a tu dirección USDT. Consulta [Participación en las ganancias y pagos](/hashhedge-user-guide/es/account-and-payouts/profit-payouts.md).                                                                                                                                            |
| **Pedidos**               | tus compras de Desafíos y su estado de pago. Consulta [Pedidos y sus estados](/hashhedge-user-guide/es/account-and-payouts/orders-statuses.md).                                                                                                                                                                                                                     |
| **Programa de Afiliados** | tu enlace de referido, tus ganancias y el Centro de Afiliados. Consulta [Programa de Afiliados](/hashhedge-user-guide/es/account-and-payouts/affiliate-program.md).                                                                                                                                                                                                 |
| **Perfil**                | tus datos personales, USER ID, correo electrónico y la configuración de contraseña/seguridad. Consulta [Tu perfil y seguridad](/hashhedge-user-guide/es/account-and-payouts/profile-security.md).                                                                                                                                                                   |
| **Ayuda**                 | soporte y este Centro de Ayuda. Las respuestas rápidas están en [Preguntas frecuentes](/hashhedge-user-guide/es/account-and-payouts/faq.md).                                                                                                                                                                                                                        |

## Cómo abrir una cuenta

Haz clic en una cuenta en la página **Cuentas** (o en **Operar** en su tarjeta) para abrir su **panel**, el centro de control que muestra tu saldo, pagos, límites de riesgo y objetivos de la etapa. Consulta [El panel del Desafío explicado](/hashhedge-user-guide/es/account-and-payouts/trader-dashboard.md).

***

¿Recién llegas? Empieza por [Cómo crear una cuenta](/hashhedge-user-guide/es/start-here/create-account.md) y luego [Qué es un Desafío](/hashhedge-user-guide/es/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/es/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.
