# Claiming

#### How to claim

**Creating a Claim**

To create your land, run the following command anywhere in the world — the chunk you're standing in will be claimed automatically:

```
/create <name>
```

You will see borders appear around your claimed chunk.

***

**Expanding Your Claim**

To claim additional chunks, simply walk into an adjacent chunk and type:

```
/claim
```

The borders will expand to include the new chunk.

> **Note:** By default, you start with **4 claimable chunks.**

***

**Increasing Your Claim Limit**

You can expand your claim limit by inviting other players to your land.

**To invite a player:**

```
/invite <playername>
```

The invited player must then accept with:

```
/land accept <landname>
```

Each new member increases your claim capacity:

| Members   | Max Chunks |
| --------- | ---------- |
| 1 Solo    | 4          |
| 2 members | 10         |
| 3 members | 15         |
| 4 members | 20         |
| Guild     | 30         |

> **Want more than 4 members?** You'll need to create a **Guild** — more on that in a future guide.

{% embed url="<https://youtu.be/Nf_xJS5C6yQ>" %}


---

# 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://wiki.fatex.eu/arpg/getting-started/claiming.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.
