# Create your Custom Project

{% hint style="info" %}
Have not tried the ONINO platform yet? Visit: <https://platform.onino.io/>
{% endhint %}

1. ## Create a new project

   Start by clicking the "Create Project" button on the homepage of the platform. Here you can add a project name, a detailed project description and a category for your newly created blockchain project.\
   &#x20;

   <figure><img src="/files/W5nyRFuRLfp231WzSlvr" alt=""><figcaption></figcaption></figure>
2. ## Start conceptualizing your blockchain project

   Use our built in AI Assistant to create a concept for your new blockchain projct or just use one of our provided templates and start from there. You can always take notes on your projects that will be saved during the whole process.<br>

   <figure><img src="/files/qZAt3AEZjqKfxDSM2Beg" alt=""><figcaption></figcaption></figure>
3. ## Start developing your yolution

   After you have scoped out your concept, you can directly start developing inside the ONINO Cloud Platform. More detailed IDE and development features will be released in the future.\
   \
   Try asking our AI Assistant for help in development and automatically transfer the AI-created code over to the development environment at a click of a button.<br>

   <figure><img src="/files/r6JjhMbuhETMs1kFx5L0" alt=""><figcaption><p>Use the Code Generator AI to write your code</p></figcaption></figure>
4. ## Compile and deploy your solution to a network of your choice

   After you are done with development you will need to compile and deploy your smart contract code to a compatible blockchain network. Currently the ONINO platform supports popular EVM-compatible network choices such as the ONINO Testnet, Ethereum or for example Polygon. \
   \
   The ONINO platform can compile multiple contracts at once and allows you to deploy these individual contracts one at a time.

   <figure><img src="/files/OOTqjJH9ojyB8sBbk4c3" alt=""><figcaption><p>Deploy your Smart Contract to a supported Network</p></figcaption></figure>
5. ## Start integrating your smart contracts into an application

   Interacting with the contract through the ONINO Cloud Platform and Integrating the smart contract into an existing application with the help of the Contract Manager\
   \
   For the Integration we encourage you to go through our [frontend integration guides](broken://pages/exBRHENiJVhQAlN4B5nj) and [backend integration guides](broken://pages/doTdmjpueG0dA0PB9FXq).<br>

   <figure><img src="/files/6uwS91O48qXnlhtMmWRp" alt=""><figcaption><p>Use Write and Read functions directly in the Contract Manager</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/smart-contract-templates/create-your-custom-project.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.
