# Manage

The fun doesn't stop at deployment. After your contract is live you can make several changes to the configuration via write methods or call read methods to query the state of the contract. &#x20;

<figure><img src="/files/r3Bx0kDToAMHXWn81ZI4" alt=""><figcaption><p>Manage Contracts Dashboard</p></figcaption></figure>

On our management dashboard, you will be able to check the balance of your token holders, edit your presale allowlist, add or remove participants, and interact with any method that is available on the ABI of contract. This will aid you in keeping your protocol updated consistently and following macro market movements to ensure that you can stay afloat under any conditions. Prosperity in crypto is everyone's goal.


---

# 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.defibuilder.com/modular-builder/manage.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.
