> For the complete documentation index, see [llms.txt](https://docs.mimu.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mimu.bot/autoresponder/resources/autoresponder-examples/manager-moderation-commands/manual-verification-system.md).

# manual verification system

### ✎ .verify \[user] (manual verification) command

* this command is useful for servers with "gates" to them, where some "gatekeepers" can manually verify the user after they have posted a valid introduction or some other form of verification requirement.

`/autoresponder add trigger:.verify reply:{requirearg:1|user} {requirerole:gatekeepers} {delete} {addrole:verified | [$1]}{embed} verified [$1]!`

`/autoresponder editmatchmode trigger:.verify matchmode:startswith`

* you can also have it so that once the user is verified, it sends a premade embed that greets the user in the chat channel, so that they get notified:

`/autoresponder add trigger:.verify reply:{requirearg:1|user} {requirerole:gatekeepers} {delete} {addrole:verified | [$1]} {sendto: #general} [$1] {embed:greet}`&#x20;
