# Permissions

### Admin commands

To access all admin commands: `arcanevouchers.admin`.

### Cooldowns

To bypass all cooldowns: `arcanevouchers.cooldownbypass` \
To bypass the cooldown of a specific voucher: `arcanevouchers.cooldownbypass.VOUCHER`, where VOUCHER is the name of the voucher (case insensitive).

### Limits

To bypass all limits: `arcanevouchers.limitbypass`\
To bypass all global limits: `arcanevouchers.limitbypass.*.global`\
To bypass all personal limits: `arcanevouchers.limitbypass.*.personal`\
To bypass the global limit of a specific voucher: `arcanevouchers.limitbypass.VOUCHER.global`\
To bypass the personal limit of a specific voucher: `arcanevouchers.limitbypass.VOUCHER.personal`


---

# 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://wiki.gabytm.me/resources/arcane/vouchers/permissions.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.
