# Deployment Suite

<figure><img src="/files/dUMXUU0Zw1nLw4coHdGS" alt=""><figcaption><p>Select the smart contracts you want to deploy</p></figcaption></figure>

The Deployment Suite allows for quick and easy deployment of multiple smart contracts to various different networks. All supported networks can be seen below.

<figure><img src="/files/LQY1GmkXoyQbBl24qXkM" alt=""><figcaption><p>Deploy to various officially supported networks</p></figcaption></figure>

During compilation, our compiler will check your smart contracts for any errors or improvements that can be made and will point these out for you to implement them fast and easy.

<figure><img src="/files/GNgDS26cfbLNRAzmUoKu" alt=""><figcaption><p>Compile Contracts and Deploy</p></figcaption></figure>

Once a contract is successfully deployed, the work is not stopping. The ONINO Integration Tools will help you to further work with your smart contracts and on-chain data.

<figure><img src="/files/CmTvBR2t9CVZY7RH2L0C" alt=""><figcaption><p>After deployment, continue working with our integration tools</p></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.onino.io/for-developers/developer-platform-overview/deployment-suite.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.
