# Development Studio

The Development Studio is a cloud IDE (integrated development environment) that allows anyone to customize smart contracts. Code can be directly imported from the Template Gallery or even the Code Generator AI. Custom files can be uploaded through the upload button.

<figure><img src="/files/c01F3VP7aS9PtFtk8adp" alt=""><figcaption><p>Edit AI-generated Code</p></figcaption></figure>

<figure><img src="/files/JETBLLgWwqx5FtnMFytP" alt=""><figcaption><p>Import your existing files</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/development-studio.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.
