# LICENSE

The add-ons mentioned in this document are licensed under the GNU General Public License (GPL). This means you are free to use, modify and distribute these add-ons, as long as you distribute them under the same license. You have the right to study and modify the source code to meet your needs. Any modifications you make must also be licensed under the GPL.

The key principles of the GPL are:

1. Freedom to use: The license allows anyone to use the software for any purpose, without any restrictions.
2. Freedom to study: The license allows anyone to examine the source code of the software to learn from it.
3. Freedom to modify: The license allows anyone to modify the software and distribute the modified version.
4. Freedom to distribute: The license allows anyone to distribute the original or modified version of the software to others, as long as they also distribute it under the same license.
5. Copyleft: The GPL is a copyleft license, which means that anyone who receives a copy of the software and modifies it must make the modified source code available under the same license.


---

# Agent Instructions: 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://cytools.cjkproduction.com/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.
