# Sub Areas

Subareas are inside a land. These areas are three dimensional. That means that they are not bound to chunks, but instead to blocks. You can trust players to specific areas and apply flags to them, like you would do for a land. The land also has a default area which contains every block that isn't part of a subarea. This is the area that you're normally modifying in the menu of your land.

## Create a new Area

1. First open your land menu with `/lands menu` and click on the areas item. Depending on your servers configuration the item positions may vary.\
   ![Click on the areas item.](https://imgur.com/7SxMfck.png)
2. Now click on the add area button. After this you will need to enter the area name in chat.\
   ![Click on the add area item.](https://imgur.com/8Ldk0go.png)
3. After that you will notice that the area will popup in the menu and give you instructions on how to set select the boundaries of the area.\
   ![Execute /lands selection and mark the lower and upper corner with left and right click.](https://imgur.com/6Fsnywv.png)
4. The selection is set. It will display it to you live. You can make changes as you wish. Then just execute `/lands selection assign <area>`. After that everything is setup. The GUI menu of the area can be opened via `/lands` or by standing inside it and executing `/lands menu here`.\
   ![](https://imgur.com/KnF2iWl.png)

## Trust Players and set Flags

By opening the areas menu and clicking on the area, you can trust players to this specific area and edit flags. You can do everything for this specific area, just like for the default area.\
![This is the area menu. Click on the items to perform actions.](https://imgur.com/JyEu516.png)


---

# 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/advanced/subareas.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.
