# click a button to verify

{% hint style="info" %}
please make sure you have set up the verified role (instructions can be found in [](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/self-verification-system "mention"))

for typing "i agree" or ".verify" commands, please read [type-i-agree-to-verify](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/self-verification-system/type-i-agree-to-verify "mention")
{% endhint %}

### use a button responder and /send command

1. create a button responder:

   `/buttonresponder add name:verify label:click to verify color:green reply:{addrole: read n agreed to rules}{embed:#ceb3af}hello {user} ~ thank you for agreeing to the rules of in {server_name} ! you have gained access to the rest of our server ^-^ we hope you enjoy your stay!`

> `{addrole:}` - adds the specified role in the brackets; this should refer to the verified role that gives the permission

> `{embed}` - would make it embed with the default embed color of the server; in this case to customise the color, we used {embed:#ceb3af} instead.
>
> *you can also link a premade embed with `{embed:embed_name_here}`. more information on embeds can be found in the guide:* [*your first embed*](https://docs.mimu.bot/embeds/your-first-embed)*.*

***note**: you can also use the `{dm}` variable - but buttons respond ephemerally (only to the user in the channel, and never have permission issues) so it is recommended not to for buttons.*

2. send instructions and button to the rules channel:

   `/send channel:#rules content:{addbutton:verify}{embed} click the button below to verify !`

> `{addbutton:}` - attaches a button (with the name of the button in the brackets) to the message.


---

# 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.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/self-verification-system/click-a-button-to-verify.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.
