# 6.6 Update Token URI

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

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

1. Connect your wallet by clicking "Connect Wallet" at the top right.
2. From the "Portfolio" page or the search bar, click or enter the parent handle you wish to update the token URI.
3. On the "Manage Handle" page, find the Token URI section. Enter the text-based information you would like to store publicly in your handle.<br>

   Ensure you have sufficient gas fees, then click "Update URI" and confirm the transaction. If the transaction is successful, congratulations! If not, you may not be the owner of the handle.<br>

<figure><img src="/files/0gR5AEFt5gCInVHu84EL" alt=""><figcaption><p>Hello World! - retrieved</p></figcaption></figure>

*Note: There is currently no official standard for how the token URI should operate for HNDL; it is still in the experimental stage. However, we believe a JSON format would be more practical for all use cases.*\
\
*JSON Example:*

```

{
    "attributes": [
        {
            "trait_type": "Handle",
            "value": "Parent"
        },
        {
            "trait_type": "Letters",
            "value": "7"
        }
        {
            "trait_type": "Digits",
            "value": "0"
        }
        {
            "trait_type": "Hyphen",
            "value": "0"
        }
        {
            "trait_type": "Punycode",
            "value": "No"
        }                
        {
            "trait_type": "Name",
            "value": "Satoshi Nakamoto"
        }
        {
            "trait_type": "Phone Number",
            "value": "012 345 6789"
        }        
        {
            "trait_type": "E-mail",
            "value": "satoshin@gmx.com"
        }
        {
            "trait_type": "Website",
            "value": "https://www.bitcoin.org"
        }
        
    ],
    "description": "HNDL, an acronym for Handle Naming Decentralized Ledger, represents an innovative decentralized handle naming system developed on the Rootstock sidechain.",
    "image": "link to inscription",
    "hamdle": "satoshi.₿"

}

```


---

# 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://studybitcoin.gitbook.io/hndl-bitcoin-handle-naming-system/6.6-update-token-uri.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.
