# Create Templated Projects

**1. Create a Templated Project**

1. Go to your **Dashboard**.
2. Click **Create Templated Project** in the Welcome banner.
3. Select a project type from the list of available templates.

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

* To preview the structure of the NFT metadata **(Show Metadata Template)**, click on the gear symbol top right.

**2. Select Blockchain**

1. Choose the blockchain for minting (e.g., Cardano).
2. Enter blockchain-specific details such as Policy lock date and the Payout wallet
3. Review your settings in the Summary and click Save Project.

<figure><img src="/files/97Ecd6x6MskgthBgHDlD" alt=""><figcaption></figcaption></figure>

**3. Manage Tokens and Upload Files**

1. Open your project via "NFT Minting" on the top left on your Dashboard.
2. Go to Manage Tokens > Upload and Pin new NFT.
3. Add your token and upload the files, e.g.:
   * Front cover (subfile 1)
   * Back cover (subfile 2)
   * Preview image

**4. Fill Placeholder Data**

* Complete the placeholder fields defined in the NFT metadata.
* Note: Placeholders only need to be defined for the mainfile, subfiles optional.

**5. Review and adjust Metadata**

After creation, you can edit anything - templates are starting points, not restrictions.<br>

**When to Use Templates vs. Standard Setup**

* **Use templates** if you want speed, inspiration, or to learn the recommended structure for your asset category.
* **Use standard setup** (via "Create Project" without a template) for full control: custom policies from scratch, unique metadata formats, bulk uploads with special rules, or enterprise-scale features.


---

# 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/project/create/create-templated-projects.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.
