# Maplewood Wiki

{% hint style="info" %}
The Maplewood Wiki is maintained to document server mechanics, commands, and custom features in a clear and player-friendly way. Whether you’re just starting out or digging into advanced systems, this wiki is meant to be a reliable reference as Maplewood continues to grow and evolve.
{% endhint %}

### Shortcuts

Unsure about the rules? [<mark style="color:$primary;">View the Rules</mark>](/maplewood-docs/server-information/rules.md).

Want to know what commands are available to you? [<mark style="color:$primary;">See Available Commands</mark>](/maplewood-docs/server-information/commands.md).

Have questions? Browse the [<mark style="color:$primary;">FAQ</mark>](/maplewood-docs/server-information/faq-frequently-asked-questions.md), or join our Discord to get help from staff or the community.

***

<a href="https://discord.gg/maplewoodmc" class="button primary" data-icon="discord">Discord</a><a href="https://maplewoodmc.com/" class="button primary" data-icon="globe">Website</a><a href="https://store.maplewoodmc.com/" class="button primary" data-icon="store">Store</a>


---

# 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://maplewood.gitbook.io/maplewood-docs/maplewood-wiki.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.
