> For the complete documentation index, see [llms.txt](https://permissionsex.stellardrift.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permissionsex.stellardrift.ca/master.md).

# Home

This section contains documentation about the new 2.0 release of PermissionsEx. Keep in mind that this documentation is *still heavily WIP*, so some sections may be unclear or incomplete.

Just getting started? You'll want to work through the [tutorial](/tutorial.md).

Coming from PermissionsEx v1? Take a look at the list of [changes in v2](/learning-v2-from-other-plugins-and-v1/changes-in-2.0.md), and the [new commands](/command.md).

Take a look at the contents in sidebar for more information!


---

# 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://permissionsex.stellardrift.ca/master.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.
