# Permissions

## Commands permissions

{% content-ref url="/pages/wfZMOZZtk4kzzRlqO7Ki" %}
[Commands](/commands.md)
{% endcontent-ref %}

## Other permissions

### How to set custom number of pages per player

Open `config.yml` and create a new permission node if needed.

```yaml
bank-gui:
  max-pages-permissions:
    base: 5
    vip: 10
    ultra: 20
    add_more_here: 25
```

**Give the permission to your players:** `rpgbank.user.max-pages.<node>`

**Example:**  `rpgbank.user.max-pages.vip`


---

# 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://rpgbank.devs.beer/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.
