# Deployment

Once your smart contract has been through all of the testing and auditing necessary in order to ensure its functionality and security, you are now ready to deploy it and get started with your project.

The deployment process is done directly through your MetaMask Wallet (or any other wallet of your choice), therefore you will have full ownership and control over the contract and we won't be able to call any functions for your contract.

At the same time it's worth keeping in mind that we will not be able to make changes to your contract of help you with anything in case you lose your wallet's private keys or seed phrase, so be very careful about how you store it.


---

# 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/ai-services/deployment.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.
