# Minting a Meta Asset

#### 1. Go to Store Page in Developer Mode

![Click the Store Page](/files/vboB024P65MckP9OuWHk)

#### 2. Select the Content Smart Contract

![Select the Content collection to deploy the asset in](/files/a7nkI4Y4WAX37un8ZJnt)

#### 3. Select the Asset to mint

![Verify Asset was created correctly](/files/KQ6vm3NjJ7rULpRwbrLa)

#### 4. Enter the Quantity to mint and click *Mint*

![Set Quantity and Click Mint](/files/m7mpOaoo7hpQFSkdygyH)

#### 5. Approve and Deploy the Transaction

Use your connected wallet and confirm the Mint Transaction.

![Waiting for Metamask to confirm a transaction.](/files/UpMocEDk3pUazIhHAxb3)

#### 6. Verify Asset Minting

Confirm that the assets were minted by going to the developer's Inventory and Content contract page.

![Assets are minted.](/files/pRtqo2phBiIbIHXAohuw)

{% hint style="info" %}
The Content subgraph takes a few seconds to a few minutes to update. Please wait for the transaction to succeed and propagate to the subgraph.
{% 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.rawrshak.io/tutorials/developer/rawrshak-dapp/minting-a-meta-asset.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.
