# Policy Snapshot

The primary application of a policy snapshot is to identify the holders of a specific policy and then use that information to [airdrop](https://docs.nmkr.io/nmkr-studio/minting/airdropper) tokens to the holders or to create a whitelist. You can use the policy snapshot tool with any Cardano policy ID.

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

## Snapshot a policy

Go to the 'Policy Snapshot tab' via the menu bar.&#x20;

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

Enter any policy ID you want t snapshot and click 'Search'.

<figure><img src="/files/JVWRhGUDelQwtQjLwEh9" alt=""><figcaption><p>The policy snapshot tab</p></figcaption></figure>

The application will now scan the policy and list all tokens, their addresses, quantities, and supplies.

<figure><img src="/files/mGPancgNJo3QAvUwRtoX" alt=""><figcaption><p>Overview of the policy snapshot</p></figcaption></figure>

You can export all of the information as a CSV file.\
To use this file with the random distribution of the airdropper, please read [Airdrop with random distribution](https://docs.nmkr.io/nmkr-studio/minting/airdropper/airdrop-with-random-distribution#airdrop-with-address-list). For a specific distribution, read [Airdrop with specific distribution](https://docs.nmkr.io/nmkr-studio/minting/airdropper/airdrop-with-specific-distribution). If you want to use it for the [whitelisting, please click here](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count).

#### Cumulate stake addresses of the policy snapshot

If you want to use the policy snapshot for [whitelisting](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count), it makes sense to cumulate the amount of tokens that a wallet holds for each stake address. If you enable this option, you will receive a list that summarizes the tokens of each stake address and each wallet will be listed only once.

<figure><img src="/files/dAnhtL7NjNlaMklsgs7p" alt=""><figcaption><p>Cumulate the amount of tokens for each stake address</p></figcaption></figure>

{% hint style="info" %}
The column "TotalQuantity" will now show the cumulated amount of tokens this stake address is holding. The column "Quantity" shows the amount of tokens of the Receiver address.
{% 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.nmkr.io/nmkr-studio/tools/policy-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.
