> For the complete documentation index, see [llms.txt](https://docs.raidsharksbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raidsharksbot.com/setup-guide/verification-user.md).

# Verification - User

<mark style="color:green;">This section covers basic Information about Verifications for users.</mark> If you are an admin or Group Owner, please jump to [<mark style="color:purple;">Admin Section.</mark>](/setup-guide/verification-admins.md)

To verify your Twitter (X) Account with the bot, just go through the following steps:

1. Open up the Raid Bot´s Mini Application. There are several ways to do this:\
   \- Click on the "Raid", or "[Raid 2 Earn](/airdrops.md)" button of any [active Raid](/how-to-raid/active-inactive-raids.md) within your community. \
   \- Click "📱 Open in Mini App". within raid message ([Quick Smash](/raid-settings/quick-smash.md) enabled)\
   \- Click on ["Full Summary"](/how-to-raid/raid-summary.md) or "[Leaderboard](/leaderboard.md) "Button at the end of a raid.
2. On first contact it might show an "Onboarding" screen , which gives you basic information about the bot. Read it and proceed to next step
3. Hit the blue "Verify" button on top right of the WebApp and follow the guide for verification.\ <mark style="color:yellow;">Please note that the Twitter Username is sensitive to upper case and lower case letters!</mark>
4. Done! You are now verified with RaidSharksbot.\
   If you encountered any problems, please check [Verification Troubleshooting](/setup-guide/verification-troubleshooting.md).
5. Proceed with step ["How to Raid"](/how-to-raid.md)


---

# 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.raidsharksbot.com/setup-guide/verification-user.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.
