# Player commands

#### For all these commands, the player needs the `odailyquests.use` permission.

* **`/dailyquests me`** \
  ➜ See your own quests.
* **`/dailyquests show <category>`** \
  ➜ See all quests of a category.
  * <mark style="color:orange;">Requires</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**`odailyquests.show`**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">permission.</mark>
  * <mark style="color:orange;">Each category requires its own permission ></mark> <mark style="color:orange;"></mark><mark style="color:orange;">`odailyquests.<category>`</mark>
* **`/dailyquests reroll <index>`** \
  ➜ Reroll a quest.
  * <mark style="color:orange;">Requires the</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**`odailyquests.reroll`**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">permission.</mark>

#### Aliases

* /dquests
* /dq
* /quests


---

# 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://ordwenplugins.gitbook.io/odailyquests/commands/player-commands.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.
