# Deployment

Once your smart contract is ready, you are now prepared to deploy it and kickstart your project.

The deployment process is carried out directly through your Alephium wallet. It is important to keep in mind that we will not be able to modify your contract or assist you in any way if you lose your private keys or seed phrase for your wallet. Therefore, be extremely cautious about how you store these critical pieces of information.

In the future, we plan to offer a service that will allow us to deploy smart contracts on your behalf directly from our platform, streamlining the process even further.

<figure><img src="/files/ChuUNskakeLFuCRTecmh" 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.ralphbuilder.org/futures-ai-modules/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.
