# /export

Export the verification data for your server — a list of all verified users, their Discord IDs, and connected wallet addresses.

{% hint style="warning" %}
**Premium required:** This command requires a premium plan.
{% endhint %}

## Usage

`/export`

No options required.

## What it shows

A downloadable file containing all verified users and their linked wallets.

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-export.png" alt=""><figcaption><p>/export command result with downloadable file</p></figcaption></figure>

You can also export verification data from the web dashboard under the **Verification** tab.


---

# 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.solmatebot.com/discord-commands/export.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.
