# Update NFT / Update Collection

The Update NFT and Update Collection features allows you to update any NFT that you have the update authority over and can be accessed either by the action menu on an NFT or Collection or via the utilities page after you have entered an address.&#x20;

## Step One - Accessing the tool

This feature can be accessed in a couple of different ways depending if you hold the NFT in your wallet or not.&#x20;

### Via the Assets Page

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

Click on the action menu on any of the Collections or Legacy NFTs and you will be able to see the option to "Edit NFT" or "Update Collection".

### Via the Utilities Page

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

Go to the Utilities page and click on "Update NFT" or "Update Collection". A modal will appear where you can enter the address of the NFT or Collection you wish to update.&#x20;

## Step Two - Update NFT

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

From here you will be able to update parts of the NFT including:

* Image
* Name
* Description
* External URL (NFT only)
* Traits (NFT only)
* Royalties ([Legacy](/truffle-help-center/knowledge-base/nft-standards.md) NFT or Collection)
* Update Authority (Collection only)

Once you have made your changes you will be able to click update and we will upload any image / metadata changes to Irys and update the NFT / Collection itself.


---

# 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.truffle.wtf/truffle-help-center/utilities/update-nft-update-collection.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.
