# Roles and Permissions

### Overview:

The Guild System introduces a robust role management feature, allowing guild leaders to define roles, customize permissions, and delegate responsibilities among guild members. Two default roles, "Founder" and "Member," set the initial structure, and additional roles can be created to suit the unique needs of each guild.

<figure><img src="/files/30xQZooPxYwX8GLqwrPY" alt=""><figcaption></figcaption></figure>

### Default Roles:

1. **Founder:**
   * This role is automatically assigned to the guild creator and possesses all permissions.
   * Permissions:
     * Edit Info
     * Maintain Roles
     * Assign Roles
     * Handle Join Requests
     * Kick Members
     * Item Treasury
     * Consumable Treasury
     * Spores Treasury
     * Truffles Treasury
2. **Member:**
   * This role serves as the default landing role for new members, devoid of any permissions.
   * Permissions: None

### Customizable Roles and Permissions:

Guild leaders have the flexibility to add new roles and tailor the permissions associated with each role to align with the guild's structure and objectives.

#### Available Permissions:

1. **Edit Info:**
   * Allows members to change the guild description, name and logo.
2. **Maintain Roles:**
   * Enables members to manage all roles, excluding the Founder role.
3. **Assign Roles:**
   * Grants the ability to assign roles to guild members.
4. **Handle Join Requests:**
   * Permits members to accept or decline join requests from prospective guild members.
5. **Kick Members:**
   * Empowers members to remove other guild members from the guild.
6. **Item Treasury:**
   * Allows members to distribute items from the guild treasury to other guild members.
7. **Spores Treasury:**
   * Permits members to distribute spores from the guild treasury to other guild members.
8. **Truffles Treasury:**
   * Grants members the authority to distribute truffles from the guild treasury to other guild members.

### Role Management Interface:

1. **Accessing Role Management:**
   * Roles with the "Maintain Role" permission  can navigate to the role management interface within the guild settings.
2. **Creating New Roles:**
   * Roles with the "Maintain Role" permission  have the option to create new roles and define their names and associated permissions.
3. **Editing Permissions:**
   * Roles with the "Maintain Role" permission can customize permissions for each role, tailoring them to meet the specific needs of the guild.


---

# 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.champz.world/main-screen/guilds/roles-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.
