# Updating a Meta Asset's Metadata

#### 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 an Asset to edit

![Selecting Smol Ina asset](/files/IrZBD09IDNBTBKc4d49R)

#### 4. Click "Edit Metadata" button

![Edit Metadata](/files/YnIAPjpwKXK2JbKpt7Jp)

#### 5. Edit the Metadata that needs to get updated, and Click "Update Asset" button

{% hint style="info" %}
Make sure you put in a valid Pinata API Key and API Secret.
{% endhint %}

In this case, we're updating the "Name" of the prefab inside the uploaded AssetBundle.

![Edit "Name"](/files/ezdtJl8zYGyQwXpwaTUC)

![When ready, click the "Update Asset" button.](/files/CgdpKu6ftnhF1fCopEOm)

#### 6. Wait for IPFS to propagate the metadata to the subgraph

![Wait for it to succeed](/files/7xxc011yezEUbLLAe0ar)

7\. Verify the metadata

![Info in the metadata is read by TheGraph properly](/files/t7gLrANw6J0KbPzwACEV)

If the underlined information is blank, it means the subgraph was not able to process the asset. Please edit the metadata again (send the same 'edit metadata' transaction).


---

# 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/updating-a-meta-assets-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.
