# O'DailyQuests

Welcome to the O'DailyQuests wiki ! Here you'll find everything you need to know to configure the plugin.

Please note that some features may only be available in the latest snapshots, which can be obtained from the Discord server!

If you have any questions, please don't hesitate to contact us.

## Summary

1. [**`Installation`**](/odailyquests/installation.md)
2. **`Configuration`**
   1. [*Configuration file*](/odailyquests/configuration/configuration-file.md)
   2. [*Messages file*](/odailyquests/configuration/messages-file.md)
   3. [*Player interface*](/odailyquests/configuration/player-interface.md)
3. **`Quests`**
   1. [*Create a quest*](/odailyquests/quests/create-a-quest.md)
   2. [*Quests types*](/odailyquests/quests/available-types.md)
   3. [*Rewards types*](/odailyquests/quests/rewards.md)
4. **`Commands`**
   1. [*Player commands*](/odailyquests/commands/player-commands.md)
   2. [*Admin commands*](/odailyquests/commands/admin-commands.md)
5. **`Integrations`**
   1. [Citizens](/odailyquests/integrations/npcs.md)
   2. [PlaceholderAPI](/odailyquests/integrations/placeholders.md)
6. **`Help`**
   1. [Contact us](/odailyquests/help/contact-us.md)
   2. [Common errors](/odailyquests/help/common-errors.md)


---

# 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/odailyquests.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.
