> 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/en/start-here/quick-start-guide.md).

# Quick Start Guide

Just purchased your membership? Follow these 3 steps to get started.

#### 1. Access your Panel

Go to [gplclub.com/panel](https://gplclub.com/panel) and log in with your credentials. Here you'll find your account summary, available downloads, and tools.

#### 2. Download your first product

Browse the catalog or use the search bar. On the product page, you'll see the download button.

* If you're new, we recommend downloading our GPLClub Updater plugin first to make your workflow easier.

#### 3. Enjoy the extra tools

In the "Tools" tab of your panel, you can access design resources like Envato and Canva. Check the \[Extra Tools] section of this documentation to learn how to use them.


---

# 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/en/start-here/quick-start-guide.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.
