> 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/verified.md).

# Verified

## Being verified

Being @Verified[^1] allow you to do the following:

* Post embedded links in discord.
* Gain access to channels on discord that require the @Verified[^1] role.
* Stream & screen share in voice channels.
* Join & play on our game servers that require the @Verified[^1] role.
* Apply for [applications](https://trickys.gg/applications/new).
* Have full access to [website](https://trickys.gg/).
* Use all <mark style="color:purple;">#🤖bot-commands</mark>.
* Appeal all bans.
* and much more....

## How do i get verified

{% hint style="info" %}
AUTOMATIC\
Once you are verified you will automatically be given the @Verified role.
{% endhint %}

{% stepper %}
{% step %}

#### Head to the website

Go to <https://trickys.gg/login>
{% endstep %}

{% step %}

#### Register

Login/Register with <i class="fa-steam">:steam:</i> Steam

{% hint style="info" %}
NEW USERS\
You won't be able to login with <i class="fa-discord">:discord:</i> Discord if you have never logged-in with <i class="fa-steam">:steam:</i> Steam before
{% endhint %}
{% endstep %}

{% step %}

#### Link Discord

You will then be asked to linked your <i class="fa-discord">:discord:</i> Discord account
{% endstep %}
{% endstepper %}

## Check if i'm verified

There are a few ways to check to see if you are Verified.

* Via Website, go to My Account and check if you have discord connected. If you have Discord connected then you will be verified.
* Via Discord 1, go to <mark style="color:purple;">#🤖bot-commands</mark> and use the <mark style="color:$warning;">`/account`</mark> command. If the bot replies with account info then you are verified.
* Via Discord 2, look at your roles if you have the Verified role then you are verified.

## Manual approval

When registering for the very first time your account may be selected for manual approval, for most accounts this process is automatic and don't need manual approval.

There are many reasons why our system could select an account for manual approval, there is nothing to worry about if you get selected its just another step that you have to go though which many other users have done without any issues.

{% hint style="warning" %}
WAITING FOR APPROVAL\
If you have been selected for manual approval make sure to create a ticket on our discord server stating that you need manual approval and a admin will deal with it, your account wont be approved until you have done this.
{% endhint %}

## Errors & warnings

These are some of the messages you may see when trying to register or login.

<table data-full-width="false"><thead><tr><th width="324.5">Message</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:yellow;">Your account has been selected for manual approval</mark></td><td><mark style="color:purple;">#🎫submit a ticket</mark> for approval</td></tr><tr><td><mark style="color:yellow;">Your account has been denied by the system</mark></td><td><mark style="color:purple;">#🎫submit a ticket</mark> and a admin will deal with this</td></tr><tr><td><mark style="color:yellow;">Invalid login state</mark></td><td>There was a error logging you in, just try again</td></tr><tr><td><mark style="color:yellow;">Account with this Discord account is already registered</mark></td><td>You cannot register with this discord account as its already registered</td></tr><tr><td><mark style="color:yellow;">Steam user already exists</mark></td><td>You already have a steam account linked, just sign-in</td></tr><tr><td><mark style="color:yellow;">Discord user already exists</mark></td><td>You already have a discord account linked, just sign-in</td></tr><tr><td><mark style="color:red;">Your account has been permanently banned</mark></td><td>You are permanently banned from the network</td></tr></tbody></table>

[^1]: ✅ Verified role on our discord server


---

# 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/verified.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.
