# Snapshots

{% hint style="warning" %}
Before taking any Snapshots, make sure to inform your community to set up their preferred reward wallet, under the "**Airdrop**" tab in their settings, on Matrica.io\
\
**IF THIS IS NOT DONE BY THE USER IT WILL RETURN INCOMPLETE DATA.**
{% endhint %}

## Role Snapshot

Under the "**Verification**" tab, next to each of your roles, you will find a "**Snapshot**" button. The Snapshot button will provide you with holder information, in a .json or .csv file, for that specific role.

<figure><img src="/files/G8Fc256HBfbM5pqFO0pb" alt=""><figcaption></figcaption></figure>

The information is given in the following format:&#x20;

```
[
  {
    id: "walletid",
    nfts: ["nft1", "nft2", ...],
    group: 1
  },
  { ... }
]
```

The group attribute represents the user, entries with the same group mean that they are part of the same user.<br>

## Collection Snapshot

For exporting data of your whole collection, go to the "**General**" tab, next each of your collections you will find an "**Export**" button. The Export button will provide you with holder information, in a .json or .csv file, for that specific collection.

<figure><img src="/files/GAJ1GxRGrRlfgWAldDO2" alt=""><figcaption></figcaption></figure>

The information is given in the following format:

<figure><img src="/files/f6bvPTwbk6T9Dz7eIkJ1" alt=""><figcaption></figcaption></figure>

The group attribute represents the user, entries with the same group mean that they are part of the same user.

{% hint style="warning" %}
If you are looking for a snapshot that includes Discord id's, please reach out to the Matrica Team to unlock Snapshot+.
{% 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.matrica.io/guides/community-guide/discord-set-up/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.
