# Collector Snapshot

The Collector Snapshot tool allows you to view and download the current list of collectors for any collection. You can export this list of addresses in either CSV or JSON format.

## **Step One: Accessing the Tool**

You can access Collector Snapshots from the action menu on a collection NFT or via the Utilities page after entering a collection NFT’s address.

### **Via the Collections Page:**

<figure><img src="/files/1BKiKjJjoLtJHk6zH3Vc" alt=""><figcaption></figcaption></figure>

1. Click on the action menu of any collection NFT.
2. Select "Collector Snapshot" to navigate to that collection's Collector Snapshot.

### **Via the Utilities Page:**

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

1. Click the "Collector Snapshot" button.
2. A modal will appear where you can enter the address of the collection you want to view.

## **Step Two: Downloading the List**

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

On the Collector Snapshot page, you will see a list of collector addresses along with the number of NFTs they own. You can download this list in either CSV or JSON format using the buttons located at the bottom right corner of the page.


---

# 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.truffle.wtf/truffle-help-center/utilities/collector-snapshot.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.
