> For the complete documentation index, see [llms.txt](https://augustamc.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augustamc.gitbook.io/wiki/towny/towny-ranks-and-permissions.md).

# Towny Ranks & Permissions

## 🏛️ Towny Ranks (Roles, Meaning, Permissions)

Towny uses a **hierarchy system** inside both towns and nations.&#x20;

### 🏡 Town Ranks

#### 👑 Mayor

**Highest authority in a town**

**What they can do:**

* Create and delete the town
* Invite/kick residents
* Set taxes
* Claim/unclaim land
* Promote/demote town ranks
* Manage plot permissions
* Set town spawn
* Deposit/withdraw from town bank

👉 Think of the Mayor as full control over everything town-related.

#### 🛡️ Assistant (Co-Mayor)

**Second-in-command**

**Permissions:**

* Invite/kick residents
* Claim/unclaim land
* Manage plots
* Help manage town settings

#### 🌿 Resident

**Default member of a town**

**Permissions:**

* Own plots (if allowed)
* Build on owned land
* Access town areas (based on permissions)
* Pay taxes

🚫 Cannot:

* Manage town settings
* Claim land
* Invite others


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://augustamc.gitbook.io/wiki/towny/towny-ranks-and-permissions.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.
