# Generate Hashlist

The Generate Hashlist tool allows you to view and download a list of NFTs that have been minted in a collection. You can export this list of addresses in either CSV or JSON format.

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

You can access the Generate Hashlist tool 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/EH0rdyr4gEmKLyxcT7lW" alt=""><figcaption></figcaption></figure>

1. Click on the action menu of any collection NFT.
2. Select "Generate Hashlist" to navigate to that collection's hashlist.

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

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

1. Click the "Hashlist Generator" 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/F3lvfpMfLhkgATRzjNNP" alt=""><figcaption></figcaption></figure>

On the Generate Hashlist page, you will see a list of NFT addresses. 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/generate-hashlist.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.
