# Changing Base URI

If for any reason you need to change your collection's base URI after mint, you can do so via Etherscan.&#x20;

Steps:

1. Navigate to your contract page on Etherscan. You can do this by copy-pasting your contract's address into the Etherscan search bar.&#x20;
2. Connect your deployer wallet to Web3.
3. Scroll to Contract > Write > 20. setBaseURI.
4. Insert your new base URI in the following format, taking care to include the trailing slash

```
ipfs://[CID]/
```

5. Hit write, sign and pay a small gas fee to apply the change.


---

# 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.bueno.art/smart-contract-deployer/post-mint/changing-base-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.
