# Verification Styles

**CONTENTS**

* [Simple](#simple-verification)
* [FiveM "Passport"](#fivem-passport-verification)
* [Emoji Captcha](#emoji-captcha-verification)
* [Image Captcha](#image-captcha-verification)

### Simple Verification

The simple verification type requires users to press a button to be verified. While simplistic, it still provides some protection from automated accounts.

<figure><img src="/files/6LOe4UBsITitNCSXugRp" alt=""><figcaption><p>This is the default embed for <strong>Simple</strong> verification. You can adjust this later.</p></figcaption></figure>

### FiveM "Passport" Verification

This option is tailored to Serious RP servers, keeping the experience immersive for your players and opening the door to in-character interactions in your Discord server. The bot asks the player for their roleplay name, and then modifies their nickname to display this; for instance a roleplay name `Steve Adams` would be renamed as `S. Adams`.&#x20;

<figure><img src="/files/TiTxB66edhYwfrOECvOh" alt=""><figcaption><p>This is the default embed for <strong>FiveM Passport</strong> verification. You can adjust this later</p></figcaption></figure>

{% hint style="warning" %}
This option is not, and cannot be used, to verify legal documents, it is just for roleplay interactions with pseudonames.
{% endhint %}

### Emoji Captcha Verification

This is one of our more advanced styles, which utilises emojis to mitigate the risk of raids from bots. It displays a challenge, with a 30-second time restriction for the user to complete. As the name suggests, these challenges use emojis as the answers.

<figure><img src="/files/i0mYaWFczFEynAR1qhS6" alt=""><figcaption><p>This is the default embed for <strong>Emoji Captcha</strong> verification. You can adjust this later</p></figcaption></figure>

{% hint style="info" %}
Technical Details: The IDs for the buttons are obfuscated such that the captcha cannot be easily programmatically bypassed.
{% endhint %}

### Image Captcha Verification

Our most recent, and most complex, addition to the module is the image captcha verification system. Combining emojis with images has created a non-intrusive yet protective verification style fit for all servers! These challenges expire automatically after 30 seconds.

<figure><img src="/files/LUXwVX1UbwZM1Kz8ezJQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The emojis are generated for each challenge to avoid compromising your server's security.
{% endhint %}


---

# 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.elyxir.dev/features/verification/verification-styles.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.
