> For the complete documentation index, see [llms.txt](https://docs.vibez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vibez.dev/commands/roblox/verification.md).

# Verification

### Automatic verification

With automatic verification, anyone who joins the server will immediately be verified without having to run the command if they are previously verified with Bloxlink or RoVer.\
Set it up with our slash command `/verification autoverification:True`

### Verified role

You can give people a basic role(s) when they verify (like "Verified"), you are able to set up multiple roles at once if you wish.\
Set it up with our slash command `/verification verifiedrole:@role`

{% hint style="info" %}
You can remove a verified role by running the command and selecting the role again.
{% endhint %}

### Nickname template

You can also set up a nickname template which will change the user's nickname in your server.\
Set it up with our slash command `/verification nicknametemplate:template`

| argument          | explanation                                 |
| ----------------- | ------------------------------------------- |
| {username}        | The roblox username of the user.            |
| {displayname}     | The roblox display name of the user.        |
| {id}              | The roblox ID of the user.                  |
| {rank}            | The rank of the user in your main group.    |
| {rankid}          | The rank ID of the user in your main group. |
| {discordusername} | The Discord username of this user.          |
| {discordid}       | The Discord ID of this user.                |
| {discordtag}      | The Discord username and tag of this user.  |


---

# 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://docs.vibez.dev/commands/roblox/verification.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.
