> For the complete documentation index, see [llms.txt](https://docs.matrica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrica.io/guides/community-guide/discord-set-up/snapshots.md).

# 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 %}
