> For the complete documentation index, see [llms.txt](https://docs.blixaozric.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blixaozric.online/kit-harbor/permissions.md).

# Permissions

#### General

<table><thead><tr><th align="center">Permission</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><code>kitharbor.use</code></td><td align="center">Access to /kit and /kh commands.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin</code></td><td align="center">Access to all admin commands.</td><td></td></tr><tr><td align="center"><code>kitharbor.reload</code></td><td align="center">Access to /kitreload.</td><td></td></tr></tbody></table>

#### Claiming Kits

<table><thead><tr><th align="center">Permission</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><code>kitharbor.kit.&#x3C;name></code></td><td align="center">Access to claim a specific kit.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.preview</code></td><td align="center">Access to /kit preview.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.history</code></td><td align="center">Access to /kit history.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.starterkit</code></td><td align="center">Access to claim the starter kit.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.bypass.cooldown</code></td><td align="center">Bypass cooldowns on all kits.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.bypass.cooldown.&#x3C;name></code></td><td align="center">Bypass the cooldown on a specific kit.</td><td></td></tr><tr><td align="center"><code>kitharbor.kit.&#x3C;name>.visible</code></td><td align="center">See a hidden kit in the menu.</td><td></td></tr></tbody></table>

#### Menus

<table><thead><tr><th align="center">Permission</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><code>kitharbor.menu</code></td><td align="center">Access to the kit menu.</td><td></td></tr><tr><td align="center"><code>kitharbor.settings</code></td><td align="center">Access to /kh settings.</td><td></td></tr></tbody></table>

#### Admin

<table><thead><tr><th align="center">Permission</th><th align="center">Description</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><code>kitharbor.admin.create</code></td><td align="center">Access to /kitadmin create.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.edit</code></td><td align="center">Access to /kitadmin edit and linktool.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.delete</code></td><td align="center">Access to /kitadmin delete.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.give</code></td><td align="center">Access to /kitadmin give.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.reset</code></td><td align="center">Access to /kitadmin reset.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.reset.all</code></td><td align="center">Access to reset all of a player's cooldowns.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.claims</code></td><td align="center">Access to /kitadmin claims.</td><td></td></tr><tr><td align="center"><code>kitharbor.admin.history</code></td><td align="center">Access to /kitadmin history.</td><td></td></tr></tbody></table>

{% hint style="info" %}
Granting `kitharbor.admin` gives access to all admin subcommands. Grant individual `kitharbor.admin.*` nodes to give staff only specific abilities.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.blixaozric.online/kit-harbor/permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
