> For the complete documentation index, see [llms.txt](https://docs.gplclub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gplclub.com/comienza-aqui/guia-de-inicio-rapido.md).

# Guía de Inicio Rápido

#### 1. Accede a tu Panel

Dirígete a `gplclub.com/panel` e inicia sesión con tus credenciales. Aquí encontrarás el resumen de tu cuenta, tus descargas disponibles y herramientas.

#### 2. Descarga tu primer producto

Navega por el catálogo o usa el buscador. En la ficha del producto, verás el botón de descarga.

* Si eres nuevo, te recomendamos descargar primero nuestro plugin GPLClub Updater para facilitar tu trabajo.

#### 3. Disfruta de las herramientas extra

En la pestaña "Herramientas" de tu panel, podrás acceder a recursos de diseño como Envato y Canva. Consulta la sección \[Herramientas Extra] de esta documentación para ver cómo usarlas.


---

# 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:

```
GET https://docs.gplclub.com/comienza-aqui/guia-de-inicio-rapido.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
