# License agreement

This script is licensed under the GNU General Public License (GPL) version 3.0. The GPL v3 ensures that this script remains free and open-source. By using, modifying, or redistributing this script, you agree to the following key points:

1. **Freedom to Use and Share**: You can use, study, modify, and distribute this script, including modified versions.
2. **Copyleft**: Any redistributed version, whether modified or unmodified, must also be licensed under the GPL v3, ensuring the same freedoms for others.
3. **No Proprietary Redistribution**: You cannot distribute this script under proprietary licenses. It must remain open-source and free for all users.
4. **Patent Protection**: Contributors to this script cannot use patents to restrict users' rights or sue for patent infringement related to this script.
5. **License Compatibility**: This license allows for combining this script with other open-source software, provided the same terms apply.

For more details on the GPL v3 license, please visit: <https://www.gnu.org/licenses/gpl-3.0.html>


---

# 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://thekeymachine.gitbook.io/base/getting-started/license-agreement.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.
