> 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/understanding-the-gpl-license.md).

# Understanding the GPL License

## Understanding the GPL License

It's essential to understand what you're downloading.

#### What is the GPL license?

The General Public License (GPL) is the license under which WordPress and most of its plugins and themes are distributed. This license grants four essential freedoms:

1. The freedom to use the program for any purpose.
2. The freedom to study how the program works and modify it.
3. The freedom to redistribute copies.
4. The freedom to distribute copies of your modified versions.

#### Is GPLClub legal?

Yes, 100%. GPLClub redistributes software under the same GPL license it was created with. We are not affiliated with the original developers (such as Automattic, WooCommerce, YITH, etc.), but we have the legal right to redistribute the code.

> **Important:** When downloading from GPLClub, you get the complete plugin or theme file. However, you do not get the original developer's direct support license (author's API Key). This means we provide technical support for installation, but not for the internal code


---

# 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/understanding-the-gpl-license.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.
