> For the complete documentation index, see [llms.txt](https://eth-limo.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eth-limo.gitbook.io/documentation/beginner/configuring-your-ens-name/updating-your-ens-content-records.md).

# Updating Your ENS Content Records

### Go to the ENS Manager App <a href="#h_aeeb903a9a" id="h_aeeb903a9a"></a>

Go to the [ENS Manager App](https://app.ens.domains/) with the wallet set as Manager for the ENS name you want to manage and click Names to bring up a list of your ENS names *or* search for an ENS name you own directly from the main page.

<figure><img src="https://downloads.intercomcdn.com/i/o/739416797/8f3f006ab01f5a146d2e7c28/18.png?expires=1717974000&#x26;signature=b1478d259b30e14f118e3023f8db7e40b20f374b62082c61064edf222ec7c4e4" alt=""><figcaption></figcaption></figure>

Click the ENS name you want to add the content record to.

<figure><img src="https://downloads.intercomcdn.com/i/o/739417331/411ae059c4c7683677f68e6c/19.png?expires=1717974000&#x26;signature=eb432163496aad680bbb8b5803e9d28b1f1c2544ed8673dd0e7b9a44d8d46c8a" alt=""><figcaption></figcaption></figure>

Go to the Records tab

<figure><img src="https://downloads.intercomcdn.com/i/o/739417929/77f33569586aac1e5c72dbea/20.png?expires=1717974000&#x26;signature=f25e84b0dfaab7768c1b5cf08b27d7d3c9e618b39072805333686c5124bc4057" alt=""><figcaption></figcaption></figure>

Click Edit Records

<figure><img src="https://downloads.intercomcdn.com/i/o/739418354/7217fd8152668bb72c0d5df3/21.png?expires=1717974000&#x26;signature=79946905cc49b13ac0a041d166d578336cdedccca430e9c60848c11d44b5c886" alt=""><figcaption></figcaption></figure>

Then go to the Other tab

<figure><img src="https://downloads.intercomcdn.com/i/o/739418810/10eb539ecf1be88cafaeef00/22.png?expires=1717974000&#x26;signature=6c7203c3adfb2cf373a25c94459fc98baeeb12c5ffe20b31ddcfe0fe982fae9c" alt=""><figcaption></figcaption></figure>

Type in the IPFS CID you saved earlier into the Content field and then click Save\
​

<figure><img src="https://downloads.intercomcdn.com/i/o/739419317/c335fd501481068ee1857c6b/23.png?expires=1717974000&#x26;signature=6d2e5c34e80ebd2c3ef55444a0f07e2349dec3c3dd9c79580ba3583f3bf30216" alt=""><figcaption></figcaption></figure>

Click Open Wallet and confirm the transaction in your wallet.

<figure><img src="https://downloads.intercomcdn.com/i/o/739419912/1a803f26ca441a496609c62b/24.png?expires=1717974000&#x26;signature=8e7aab521ddf94fca2723d6422e3022372fd8fe72dc04ae11fa3461589134c2e" alt=""><figcaption></figcaption></figure>

Wait for the transaction to complete.

<figure><img src="https://downloads.intercomcdn.com/i/o/739420391/1d2f396601fcd75f9a5979af/25.png?expires=1717974000&#x26;signature=f3feb8a966ac6246eadbc2f5e05cbf2b939891909b159d9b451c7ad8018e911c" alt=""><figcaption></figcaption></figure>

Once the transaction has completed you should see a screen like this, it means that the changes to the content record is now stored on-chain. Click Done to go back to the Manager.

<figure><img src="https://downloads.intercomcdn.com/i/o/739420767/98f154c7e70b061c57479300/26.png?expires=1717974000&#x26;signature=d8ea7574c904140ec4f730689bf8f20149edaad1c2c4d108821f425eaeb10a74" alt=""><figcaption></figcaption></figure>

You should now see the Content Hash record populated with the IPFS CID you entered.

<figure><img src="https://downloads.intercomcdn.com/i/o/739421170/09ee5031c709545bdc998366/27.png?expires=1717974000&#x26;signature=9e7308edb0ecaf149867ec92f0bd0c1a438a156c6317de6dd25ed8a6a466f062" alt=""><figcaption></figcaption></figure>

Congratulations! That's it! Now you can try visiting your website!

### ENS Compatible browsers[​](http://localhost:3000/howto/decentralized-website#ens-compatible-browsers) <a href="#h_c445e8ea66" id="h_c445e8ea66"></a>

For ENS resolution in the browser address bar to work, the browser needs to be compatible with ENS or have the Metamask extension installed.

Some browsers which are more oriented towards Web3 support ENS right out of the box:

* [Brave Browser](https://brave.com/)
* [Opera Browser](https://www.opera.com/)

Other browsers will need to have an extension installed for it to work, such as the Metamask browser extension:

* [Google Chrome](https://www.google.com/chrome)
* [Mozilla Firefox](https://www.mozilla.org/)

### ETH.LIMO - Web3 Gateway <a href="#h_b6b11193b5" id="h_b6b11193b5"></a>

You can also use the eth.limo web3 gateway by entering in your-ens-name.eth.limo into any browser address bar, regardless of if it supports ENS names natively or not.


---

# 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://eth-limo.gitbook.io/documentation/beginner/configuring-your-ens-name/updating-your-ens-content-records.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.
