# Permissions

## Recommended permissions *everyone* has:

* *tokens.use* **/tokens** The base command for the plugin.
* *tokens.redeem* **/redeem** The command that lets players redeem Tokens.
* *tokens.give* **/tokens give** The command that allows players to give Tokens to each-other.

## Recommended permissions *admins* have:

* *tokens.others* **/tokens < username >** Used to see how many Tokens another player has.
* *tokens.set* **/tokens set** Used to set a player's Token amount.
* *tokens.add* **/tokens add** Used to add Tokens to a player.
* *tokens.remove* **/tokens remove** Used to take Tokens from a player.

## Recommended permissions *owners* have:

* *tokens.reload* **/tokens reload** Used to reload Tokens configuration files. Found in `/plugins/Tokens/`


---

# 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://tokens.thirdshift.net/references/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.
