> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding.md).

# Vibe coding

#### Overview

**Creator** is the *vibe coding* module of **Skyone Studio** designed for developing complete digital solutions from natural language instructions, offering total autonomy to refine, manage, and synchronize your project.

This platform extension natively connects Artificial Intelligence-assisted development to databases, workflows, intelligent agents, and enterprise systems within a single ecosystem.

Key benefits of **Creator**:

* **Native integration:** Connects generated items directly to the data logic, pipelines, and existing APIs within the Skyone Studio ecosystem.
* **Accelerated delivery:** Reduces the time between the business idea and the availability of the functional solution.
* **Operational focus**: Directs construction toward real workflows, surpassing the limited scope of common and isolated app builders in the market.
* **Assisted efficiency:** Allows refactoring, fixing, and documenting legacy code agilely with the support of Artificial Intelligence.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/vibe-coding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
