# Revenue and Royalties

{% hint style="danger" %}
**Note: These details cannot be edited once the contract is deployed.** Make sure everything looks correct before deploying your contract to the main net to prevent gas fees for multiple deployments.&#x20;
{% endhint %}

This section of the contract page will let you view revenue and royalty splits next to the associated wallets. Go over this information on the test net before moving to main net to prevent deploying with errors.&#x20;

<figure><img src="/files/8OFcu3Z3vaXIEspYQUvX" alt=""><figcaption></figcaption></figure>

Sometimes mistakes happen! If any of these details about your contract need to be changed, you can select Edit Contract in the top right of you contract management page. **Anything that cannot be changed in the contract management page will require a new deployment.**&#x20;

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


---

# 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/contract-management/revenue-and-royalties.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.
