# Start

This page explains how you get started with your claim.

## Claiming

Creating your own claim is really easy. You can either claim induvidual chunks or areas using the selection mode.

### General

Just executing `/lands claim` will claim an initial area for you with your players name as the land name.

* If you want to choose a name for your land, you need to execute `/lands create` before that.
* If you're already part of a land, `/lands claim` will claim for the land you're already part of.

### Selection

The selection mode allows you to claim large areas with ease. Just execute `/lands selection`, select both corners by just clicking, and execute `/lands claim`.

## Management

You can manage your land in the menu by executing `/lands` or by using the commands. To see a list of available commands, just execute `/lands help`.

### Multiple Lands

If you're part of multiple lands, you can decide for which land commands are executed, by executing the `/lands edit <land>` command once. Allow following commands will be executed for this land. Editing lands in the GUI menu doesn't require this. Some servers may let you execute commands automatically for the land you're currently standing in.

## Trust Players

Command: `/lands trust <player> [area]`\
If you don't specify an area for the `[area]` parameter, the player will be trusted in the whole land. Alternatively, open your land menu (`/lands`), navigate to the players menu and click on the `Trust Player` button.

## Untrust Players

Command: `/lands untrust <player> [area]`\
Alternatively, open your land menu (`/lands`), navigate to the players menu and click on the `Untrust Player` button.

## Toggle Permissions for Players

1. Open your lands menu by executing `/lands`.
2. Click on the roles item.
3. Open the role settings menu.
4. Configure the settings to your liking.

## Promote / Demote Players

1. Open your lands menu by executing `/lands`.
2. Navigate to the players menu.
3. Click on the player's item.
4. Use `shift + left click` to promote and `shift + right click` to demote them.

## Video

The following video shows the basics of Lands.

{% embed url="<https://www.youtube.com/watch?v=E4kLehw34y8>" %}


---

# 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.incredibleplugins.com/lands/players/basics/start.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.
