# Snapshots

Snapshots let you capture a list of all current holders of an NFT collection or SPL token. This is useful for airdrops, raffles, or analytics.

{% hint style="warning" %}
**Premium required:** Snapshots are a premium feature. Free plans have 0 snapshots available. See [Premium Plans](/getting-started/premium-plans.md).
{% endhint %}

## NFT Collection Snapshot

### Via Discord

1. Find the **verified creator address** of the collection (you can find this on Magic Eden or an explorer)
2. Type `/snapshot`
3. Select the output **file type** (JSON, TXT, or CSV)
4. Enter the verified creator address
5. Press Enter and wait a few seconds

<figure><img src="https://solmatebot.com/docs/placeholder-snapshot-creator.png" alt=""><figcaption><p>Where to find the verified creator address</p></figcaption></figure>

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

### Via Web Dashboard

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage) > select your server
2. Click the **Snapshots** tab
3. Select "Collection snapshot"
4. Enter the address/symbol
5. Choose the file format
6. Click Create

## Token Snapshot

Capture all holders of an SPL token.

### Via Discord

Type `/tokensnapshot` and enter the token address.

<figure><img src="https://solmatebot.com/docs/placeholder-tokensnapshot.png" alt=""><figcaption><p>Token snapshot command</p></figcaption></figure>

### Via Web Dashboard

Same steps as above, but select "Token snapshot" instead.

## Managing Snapshots

On the web dashboard, you can:

* View all previously created snapshots
* Download snapshot files
* Delete old snapshots

## Snapshot Limits

| Plan      | Snapshots |
| --------- | --------- |
| Free      | 0         |
| Plus      | 5         |
| Pro       | 10        |
| Community | 50        |


---

# 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-bot-features/snapshots.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.
