# Snapshots

The **Snapshots** tab on the dashboard lets you create, view, and download snapshots of NFT collection or token holders.

{% hint style="warning" %}
**Premium required:** Snapshots are a premium feature. Free plans have 0 snapshots available.
{% endhint %}

## Creating a Snapshot

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage) > select your server
2. Click the **Snapshots** tab
3. Click **Create Snapshot**
4. Choose the type:
   * **Collection snapshot** — all holders of an NFT collection
   * **Token snapshot** — all holders of an SPL token
5. Enter the address or symbol
6. Select the file format: **JSON**, **TXT**, or **CSV**
7. Click **Create**

<figure><img src="https://solmatebot.com/docs/placeholder-dashboard-snapshots-create.png" alt=""><figcaption><p>Creating a snapshot on the dashboard</p></figcaption></figure>

The snapshot will be generated and automatically downloaded.

## Viewing Snapshots

All previously created snapshots are listed on the tab. You can filter between collection and token snapshots using the sub-tabs.

Each snapshot shows:

* Creation date and time
* Address/ID used
* Type indicator (collection or token)
* **Download** button
* **Delete** button

<figure><img src="https://solmatebot.com/docs/placeholder-dashboard-snapshots-list.png" alt=""><figcaption><p>Snapshot list with download options</p></figcaption></figure>

## Snapshot Limits

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

The create button is disabled when you've reached your plan's limit.


---

# 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/web-dashboard/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.
