# Generate Metadata

#### ✨ Key Features:

* ✅ Select your preferred **metadata standard** (EVM or Solana)
* 📛 Add your **collection name**, **symbol**, and **description**
* 🔢 Choose your **collection size** — generate 1 or 10,000 items
* 🧾 Automatically create matching JSON files with indexes
* 🔧 Option to configure advanced settings (attributes, compiler URL, etc.)
* 📤 Use in combination with IPFS uploaders or minting tools
*

#### ⚙️ How It Works:

1. Select the metadata standard
2. Enter collection name, symbol, and description
3. Set the number of NFTs you’re generating metadata for
4. Preview the JSON structure live in real-time
5. Click **Download Metadata** to receive a ready-to-use ZIP file of metadata for your entire collection

The generated metadata includes fields like:

{% code overflow="wrap" %}

```
{
  "name": "NFT #1",
  "description": "",
  "image": "./0.webp",
  "attributes": [],
  "compiler": "https://imintify.com"
}

```

{% endcode %}

<br>

### 🎉 Download your new Metadate files&#x20;


---

# 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.imintify.com/metadata/generate-metadata.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.
