# Command Structure

Towny Commands may look counterintuitive (since you have just started playing), but after reading this, it will look straightforward!

### All Town Commands

All town commands start with `/town` or `/t` . This signifies that you want to edit or inquire for your Town settings.

```
/t toggle mobs off
/t spawn
/t set homeblock
```

### All Resident Commands

Resident commands (`/resident` or `/res`) are used to see your profile as a resident. They are used also to modify your preferred settings.

```
/resident toggle bedspawn
/resident plotlist #
/resident spawn
```

### All Nation Commands

Nation comands are used to manage your nation. All nation settings can be tweaked using `/nation` or `/n`.

```
/nation spawn
/nation allylist
/nation enemylist
```

#### All Plot Commands

Plot commands are used to organize your land into it's specific purposes. For Mayors, you can do this to restrict players from what they can and cannot do in certain plots. Plot commands have their dedicated page located here.

***

## There are so many Towny Commands!

There is a gigantic list for Towny Commands. To see a command or subcommand's purpose, just add a `?` to the command to see what it does or what you can add to it.

```
/town ?
/n ?
/town set ?
/towny ?
```

You can also view this page for more information about the commands!

{% embed url="<https://github.com/TownyAdvanced/Towny/wiki/Towny-Commands>" %}


---

# 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://docs.paraiso-mc.net/wiki/towns/command-structure.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.
