# Create a town

<mark style="color:green;">**Creation of a town**</mark>

Want to create a town? Perfect, you're in the right place! Let's get started.

### <mark style="color:green;">Step 1</mark>

* Choose a country *(<mark style="color:green;">**Jaya**</mark> / <mark style="color:green;">**Lyria**</mark> / <mark style="color:green;">**Sarys**</mark>)* with <mark style="color:green;">**`/country`**</mark>

<figure><img src="/files/xxtTl6K2zFDsMJ7srRri" alt=""><figcaption><p><strong>Country menu under </strong><mark style="color:green;"><strong><code>/country</code></strong></mark></p></figcaption></figure>

### <mark style="color:green;">Step 2</mark>

Find an available area and more than 5 chunks from other cities thanks to the<mark style="color:green;">**`/v map`**</mark>

<figure><img src="/files/E3iCDOYr7LYsqsuRCoC5" alt=""><figcaption><p>Overview of the <strong><code>/v map</code></strong></p></figcaption></figure>

{% hint style="info" %}
To view a chunk, you can do a F3+G
{% endhint %}

### <mark style="color:green;">Step 3</mark>

Create the city using the command <mark style="color:green;">**`/v create [name]`**</mark>.

### <mark style="color:green;">Step 4</mark>

Expand the city by ordering<mark style="color:green;">**`/v claim`**</mark> on a neighboring chunk.

The cost of a claim depends on the level of your city.

### <mark style="color:green;">Step 5</mark>

Invite your friends to join the city using the command<mark style="color:green;">**`/v invite [username]`**</mark>

### <mark style="color:green;">Step 6</mark>

Configure city and role settings in <mark style="color:green;">**`/town`**</mark>

## <mark style="color:green;">Commands</mark>

{% hint style="warning" %}
`[...]` Means that the parameter is mandatory

`<...>` Means you can put a string with spaces

`{...}` Means that the parameter is optional
{% endhint %}

Here are the commands you need to know to manage your town:

* <mark style="color:green;">**`/v accept [player]`**</mark>: Accepts a player's request to join your town.
* <mark style="color:green;">**`/v invite [player]`**</mark>: Invite a player to your town.
* <mark style="color:green;">**`/v autoclaim`**</mark>: Automatically claims chunks you step on.
* <mark style="color:green;">**`/v claim`**</mark>: Claims the chunk you are on.
* <mark style="color:green;">**`/v unclaim`**</mark>: Removes the claim from the chunk you are on.
* <mark style="color:green;">**`/v ban [player]`**</mark>: Banishes a player from your town.
* <mark style="color:green;">**`/v unban [player]`**</mark>: Removes the ban from the targeted player.
* <mark style="color:green;">**`/v chat`**</mark>: Activates your town chat.
* <mark style="color:green;">**`/v view`**</mark>: See the chunk claims in your town.
* <mark style="color:green;">**`/v create <name of the town>`**</mark>: Create your town.
* <mark style="color:green;">**`/v disband --confirm`**</mark>: Deletes your town.
* <mark style="color:green;">**`/v home`**</mark>: Teleports to your town home.
* <mark style="color:green;">**`/v info [name of the town]`**</mark>: Access town information.
* <mark style="color:green;">**`/v kick [player]`**</mark>: Removes a player from the town.
* <mark style="color:green;">**`/v leave <name of the town>`**</mark>: Leaves the chosen town.
* <mark style="color:green;">**`/v map`**</mark>: Gives the topography of the cities where you are located.
* <mark style="color:green;">**`/v pinfo [player]`**</mark>: Gives information about the player's town
* <mark style="color:green;">**`/v select`**</mark>: Opens the sub-areas menu.
* <mark style="color:green;">**`/v setspawn`**</mark>: Creates your town's teleport point.
* <mark style="color:green;">**`/v setowner [player]`**</mark>: Makes the player administrator of your town.
* <mark style="color:green;">**`/v setrole [player] [role]`**</mark>: Changes the role of players present in your town.

{% hint style="success" %}
Use the above commands to build and maintain your growing Empire!
{% endhint %}


---

# 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.epicworld.gg/the-towns/create-a-town.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.
