# Member Backup

## How to setup the Member-Backup-System:

### Required Commands:

* **/verification oauth2 -** *Add an OAuth2 verification system*
* **/backup restore-members -** *Restore verified members to the server*

## Setup the verification system (OAuth2)

<details>

<summary>• Run the "/verification oauth2 [role] [channel] [logs] [block] [emoji] [text]"-command</summary>

**\[role] -** *The role to give to the user when they verify*

**\[channel] -** *The channel to send the verification message in*

**\[logs] -** *The channel to send the logs in*

**\[block] -** *Whether to block users who use a VPN, proxy, or TOR*

**\[emoji] -** *The emoji for the button*

**\[text] -** *The text for the button*

</details>

## To restore your verified members, follow the steps below:

{% hint style="warning" %}
Only members who used the verification system will restored to your new server!

If you lose access to your bot, you also lose access to your backed up members.
{% endhint %}

* **Run the command "/backup restore-members \[role]" -** *This will restore your verified members to your new server*

{% hint style="info" %}
Have a suggestion or feature request? We'd love to hear from you! If there's something missing or an idea you'd like to share, head over to our suggestions section in our Discord and let us know. Your feedback helps us improve and tailor Imber Bot to meet your needs better.
{% 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.imber.dev/imber-bot/feature-guides/member-backup.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.
