> 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/accounts-stages.md).

# Tus cuentas y etapas

La página **Cuentas** lista todas las cuentas que tienes y la etapa en la que está cada una.

<figure><img src="/files/XojyDc3g2q79GVrYzGl0" alt=""><figcaption><p>La insignia de etapa en cada tarjeta de cuenta</p></figcaption></figure>

***

## Etapas de la cuenta

Cada tarjeta de cuenta muestra una insignia con su etapa actual:

|                         |                                                                                               |
| ----------------------- | --------------------------------------------------------------------------------------------- |
| **Desafío · Etapa 1**   | estás en la primera etapa de verificación.                                                    |
| **Desafío · Etapa 2**   | superaste la Etapa 1 y estás en la segunda etapa.                                             |
| **Trader**              | superaste el Desafío y ahora operas una cuenta financiada.                                    |
| **Transición a Trader** | el Desafío está superado, pero ya hay un Desafío de la misma denominación en la etapa Trader. |
| **Fallido**             | se superó un límite de pérdida, así que la cuenta está cerrada.                               |

Usa las pestañas de la parte superior (**Todas, Trader, Desafío, Fallido, Transición a Trader**) para filtrar la lista.

<figure><img src="/files/bphtKYxjrOc7vL28k8Zn" alt=""><figcaption><p>Los filtros en la parte superior de la página Cuentas</p></figcaption></figure>

## Qué hay en una tarjeta

* El nombre del plan y el tamaño de la cuenta (por ejemplo, Legend $100,000).
* El **ID** de la cuenta, un identificador único que puedes compartir con soporte.
* **Operar**: abre el terminal de trading de esa cuenta.
* **Más información**: consulta los objetivos, los límites y las estadísticas de la cuenta.

***

Para ver los pagos, la ganancia y los límites de riesgo de una cuenta financiada, ábrela y revisa el panel. Consulta [El panel del trader explicado](/hashhedge-user-guide/es/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/es/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.
