# FAQ

<details>

<summary><strong>Question:</strong> Is there a discord?</summary>

&#x20;           Answer: Yes! [Here](https://discord.gg/KpAWSFWeHy) is the link!

</details>

<details>

<summary><strong>Question:</strong> How big is the map?</summary>

&#x20;         Answer: The world border is 30,000 x 30,000

</details>

<details>

<summary><strong>Question:</strong> What kind of features are on the server?</summary>

&#x20;         Answer: To see a list of features and how to use them go to the "[Features](https://wanderers-rest.gitbook.io/wanderers-rest/core/server-features)" tab!

</details>

<details>

<summary><strong>Question:</strong> Where can I apply for staff?</summary>

&#x20;         Answer: You can apply here! (Staff applications are currently disabled!)

</details>


---

# 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://wanderers-rest.gitbook.io/wanderers-rest/core/faq.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.
