> For the complete documentation index, see [llms.txt](https://docs.lid.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lid.pro/es/buy-on-lid/your-purchases.md).

# Tus compras

Dónde viven tus archivos y cursos después de comprar, y cómo volver a ellos desde cualquier dispositivo.

Todo lo que compras en Lid vive en tu cuenta. Esta página te muestra dónde.

## Encontrar tus archivos

1. Entra a [lid.pro](https://lid.pro) con tu correo.
2. Abre **Mis compras** en tu panel.
3. Elige la compra. Tus archivos están ahí, listos para descargar.

Puedes descargar tus archivos las veces que quieras.

## Abrir tu curso

1. Entra en [lid.pro](https://lid.pro).
2. Abre **Mis compras**.
3. Elige el curso para abrirlo.

## Volver a entrar después

Tus compras se quedan en tu cuenta. Para volver a ellas:

1. Entra a [lid.pro](https://lid.pro).
2. Ingresa con el correo que usaste al comprar.
3. Abre **Mis compras**.

{% hint style="info" %}
Usa el mismo correo siempre. Tu correo es la llave de tu cuenta.
{% endhint %}

## Preguntas frecuentes

<details>

<summary>¿Dónde quedó mi compra?</summary>

Entra con el correo exacto que usaste al pagar, y abre **Mis compras**. Si sigue sin aparecer, escribe a <alberto@lid.pro> e incluye el correo con el que pagaste.

</details>

<details>

<summary>¿Las compras caducan?</summary>

Tus compras se quedan en tu cuenta. Vuelve el mes que viene o el año que viene y ahí estarán.

</details>

<details>

<summary>¿Puedo usar otro dispositivo?</summary>

Sí. Entra con el mismo correo desde cualquier teléfono, tableta o computadora.

</details>


---

# 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://docs.lid.pro/es/buy-on-lid/your-purchases.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.
