# FAQ (Frequently Asked Questions)

{% hint style="info" %}
Most common questions are answered below. Click a question to expand it.
{% endhint %}

### How do i join the server?

{% stepper %}
{% step %}

#### Open Minecraft

Open Minecraft and open the multiplayer menu.
{% endstep %}

{% step %}

#### Click Add Server&#x20;

Set `play.maplewoodmc.com` as the IP.
{% endstep %}

{% step %}

#### Add the Resource Pack

Accept the resource pack prompt to have the best experience on the server.
{% endstep %}
{% endstepper %}

***

### How big are the worlds?

| Main world sizes          | Resource world sizes           |
| ------------------------- | ------------------------------ |
| Main world size 30k x 30k | Resource world size 30k x 30k  |
| Nether size  30k x 30k    | Resource Nether size 30k x 30k |
| End size  30k x 30k       | Resource End size  30k x 30k   |

***

### What are the rules?

You can find all the rules listed here [Rules](/maplewood-docs/server-information/rules.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://maplewood.gitbook.io/maplewood-docs/server-information/faq-frequently-asked-questions.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.
