# Deploying 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. Click "*New Asset"*

![Click New Asset to create a new asset NFT](/files/TSnIqsV5GjVYudlLciGo)

#### 4. Fill in the Asset Information

{% hint style="warning" %}
**IMPORTANT:** If the developer doesn't have an image to use for the asset, they can use the Rawrshak's default image assets.
{% endhint %}

<table><thead><tr><th width="150">Asset Type</th><th width="596.4285714285713">Default Image URI</th></tr></thead><tbody><tr><td>Text</td><td><strong>https://arweave.net/TsBCV3HyMssIZQk0S7MqZht_zR3e9pBXDWUo0VYAXW4</strong></td></tr><tr><td>Image</td><td><strong>https://arweave.net/2BmDysofcccaTUbjKJHgr9_0ImlFadE00yAS_3E9M00</strong></td></tr><tr><td>Audio</td><td><strong>https://arweave.net/eAnYl_kEpDtYQA8240b0naau5PP4czOFP1qGg4zazQQ</strong></td></tr><tr><td>Static 3D Object</td><td><strong>https://arweave.net/5jpY4ouIl9EXqyep6z0p0S_6nt87DEfsnsxefAa9cOE</strong></td></tr></tbody></table>

![Fill in Asset Information](/files/KdVJjgay0AA0W3SoPp6d)

#### 5. Click "Create Asset"

![Click Create Asset](/files/GxQj1EcMkZSu0JK03YGO)

![PMetadata json file is propagating for the Subgraph](/files/RwM5TzNeXASRr7TWP1al)

#### 6. Approve and Deploy Transaction

Use Metamask to approve the transaction.&#x20;

![Approve Deployment transaction](/files/m4DF2CbqsQDr1m9VZO2m)

{% hint style="info" %}
Once you click *Create*, it takes 60 seconds for the metadata to be propagated by Pinata so that the Subgraph may read it. Please be patient.&#x20;
{% endhint %}

#### 7. Verify Asset creation

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

{% 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 %}

{% hint style="warning" %}

#### \[Alpha Testnet Known Issue]

Once propagated, if the newly created asset did not populate the information, it means the IPFS metadata wasn't propagated properly and TheGraph was not able to parse the metadata. We're looking to switch from Arweave to IPFS, but it is currently not yet supported on TheGraph. The transition will take some time.

In the meantime, please just redeploy a new asset.&#x20;
{% 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/deploying-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.
