> For the complete documentation index, see [llms.txt](https://docs.vividlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vividlabs.com/vivid-nft-shop-app-getting-started/step-3-how-to-edit-an-nft.md).

# Step 3: How to Edit an NFT

From the store’s admin page, click the **Product** tab. Here you will see all the digital and physical products you have created.

Click on one of your digital products.

<figure><img src="/files/r7678pdO3IRLSPn9LGCy" alt="All Products page"><figcaption></figcaption></figure>

***Note**: On the Products page, you can edit the NFT’s name, description, product status add files and change the order of the media assets. **To add files to previously created NFT template collections, contact us at*****&#x20;<info@vividlabs.com>.**

To update **Media**, click the **Add** button to select files to add to your NFT. Drag and drop the content to change the order.

<figure><img src="/files/SsQuaw3dw5Ht34Uudahy" alt="Edit a digital products attributes"><figcaption></figcaption></figure>

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

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

Use the **Save** button to update the NFT.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vividlabs.com/vivid-nft-shop-app-getting-started/step-3-how-to-edit-an-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
