> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/discord/discord-roles.md).

# Discord Roles

Main Roles

<table><thead><tr><th width="202.5">Role</th><th>Description</th></tr></thead><tbody><tr><td>@Admin</td><td>Administrators</td></tr><tr><td>@Executive Team</td><td>Executive Team(sub role)</td></tr><tr><td>@Head Game Manager</td><td>Head of all game managers (part of executive team)</td></tr><tr><td>@Moderator</td><td>Server &#x26; Discord mods</td></tr><tr><td>@Staff</td><td>You can ping this role if you need a staff member</td></tr><tr><td>@Developer</td><td>Server developers help with the development of the servers</td></tr><tr><td>@Partner</td><td>Given to our partners</td></tr><tr><td>@Docs Contributor</td><td>Given to users who help with our docs</td></tr><tr><td>@Verified</td><td>Given when you connect your discord account to the website</td></tr><tr><td>@Ping Pong</td><td>News, updates, announcements</td></tr><tr><td>@Poll Ping</td><td>Pinged for polls</td></tr></tbody></table>

## Self Roles

You can give yourself these roles:

* Game Roles
* Workshop Creator Roles
* Veteran Roles
* Supporter Roles

### Game Roles

Game roles that you can give yourself so that you can see all the channels you want to see in discord.

To get roles look in the top left of discord and you will see a channel called <mark style="color:purple;">#Channels & Roles</mark>.

[Click Here](https://trickys.gg/applications/new) to apply for a creator role

### Veteran Roles

The process to get a veteran role is fully automatic.

| Role                                               | Description                |
| -------------------------------------------------- | -------------------------- |
| <mark style="color:orange;">@6 Year Veteran</mark> | Been in server for 6 years |
| <mark style="color:orange;">@5 Year Veteran</mark> | Been in server for 5 years |
| <mark style="color:orange;">@4 Year Veteran</mark> | Been in server for 4 years |
| <mark style="color:orange;">@3 Year Veteran</mark> | Been in server for 3 years |
| <mark style="color:orange;">@2 Year Veteran</mark> | Been in server for 2 years |
| <mark style="color:orange;">@1 Year Veteran</mark> | Been in server for 1 year  |

{% hint style="info" %}
TIP\
use the <mark style="color:orange;">`/getveteran`</mark> command in Discord
{% endhint %}

### Supporter Roles

Supporter roles are given automatically.

Want to become a donor? [Click Here](/donors-and-nitro.md) to read more.

<table><thead><tr><th width="280.6666259765625">Tier</th><th width="285.333251953125">Discord Roles</th></tr></thead><tbody><tr><td>Nitro</td><td>@Server Booster</td></tr><tr><td>Bronze Supporter</td><td>@Bronze Supporter</td></tr><tr><td>Silver Supporter</td><td>@Silver Supporter</td></tr><tr><td>Gold Supporter</td><td>@Gold Supporter</td></tr><tr><td>Titanium Supporter</td><td>@Titanium Supporter</td></tr><tr><td>Ruby Supporter</td><td>@Ruby Supporter</td></tr><tr><td>Diamond Supporter</td><td>@Diamond Supporter</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trickys.gg/discord/discord-roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
