# Nations

## What is a Nation?

A Nation is a collection of lands. A landowner can create a nation by executing `/nations create <name>`. This land will be the capital of the nation. Once the nation is created, the nation can invite other lands to join them.

## Allowing Nation Members

You can allow all players that are part of the same nation to do specific actions in the land, by toggling flags of the nation role, which can be found in your land menu.

## Land and Nation Upkeep

Lands that are part of a nation will no longer pay upkeep to the server, but instead to the nation they're part of. The nation, however, can configure how much upkeep lands of their nation need to pay to them. Also, the nation needs to pay upkeep to the server. That means that setting an upkeep on their lands may be crucial to pay the upkeep costs for the nation to the server. The nation can configure the upkeep on the lands in their nation menu. The nation menu can be opened by executing `/nations`. If you're part of multiple lands, and you want to edit a different nation, execute `/lands edit <land>` to let the `/nations` command be executed for the nation of this specific land.

## Nations in Wars

Nations can declare war against other nations or lands, by executing `/wars declare <land or nation>`. All lands in the nation will fight in this war. If a player is part two of lands that are not in the same nation, the player will join the team in which they are part of the most lands. In this case, lands they own will be prioritized. Depending on your server's configuration, a single land can also declare war against a whole nation.

## Nation Levels

A nation can level up by various factors which depend on your server's setup. Levels will reward you and your nation lands with more claims and other benefits. You can view the level of your current nation by executing `/nations level`.


---

# 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/general/nations.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.
