> For the complete documentation index, see [llms.txt](https://docs.aitheon.com/creators-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aitheon.com/creators-studio/master.md).

# Aitheon Creators Studio Overview

Creators Studio is a tool for creating and editing different types of nodes for Aitheon services.

It contains a convenient editor that supports different programming languages and provides everything you need to develop a node.

Moreover, Creators Studio contains an Application Editor tool for the codeless experience of application development. So, even without profound programming knowledge, you will be able to make a useful application for your business processes.

This tutorial is made to help you to make your app without writing any code or a few lines.

## Quick Start

Go to Creators Studio:

1. Switch from personal to organization account:&#x20;

![](/files/-MSXS_gXa1FeppAUlEkJ)

2\. Launch the Creators Studio service (from the main dashboard or from the side menu):&#x20;

![](/files/-MSXSoewhFdHI85hwBB-)

3\. Create a new project (or open an existing one): &#x20;

![](/files/-MWyWkDK3pQnuAKla4rq)

Get started with [**Your First App**](/creators-studio/your-first-app.md) guide. After that, you are ready for building your own app.

To make and run an application for the Aitheon services you need to:

* [**Create a Project** ](/creators-studio/create-a-project.md)- learn how to start developing your project
* [**Compose App**](/creators-studio/compose-an-app.md) - how to build an application in a visual programming environment
* [**Run on Device**](/creators-studio/deploy-app.md) - how to run an application on a device directly from Creators Studio
* [**Release App**](/creators-studio/release-an-app.md) - how to transform a visual flow to a working app
* [**Publish App**](/creators-studio/publish-an-app.md) - how to put your app to Marketplace and sell

## Main Elements

These things knowledge will help you to use Creators Studio fluently:

* [**Home Page**](/creators-studio/main-elements/home-page.md) - main elements and purpose of the Home page at Creators Studio
* [**Sandboxes Page**](/creators-studio/main-elements/sandboxes.md) - the content of the main working page at Creators Studio
* [**App Projects**](/creators-studio/main-elements/projects.md) - types of applications you can create in a visual programming environment
* [**Flow**](/creators-studio/main-elements/flow-components.md) - the main concept of visual app creation

## **Main Components Use**

You need to know these components functions to build apps:

* [**Standard Components**](/creators-studio/standard-components.md)
* [**Aitheon Components**](/creators-studio/aitheon-components.md)
* [**Writing Functions Guide**](/creators-studio/writing-functions-guide.md)

## **New Component Creation**&#x20;

This whole chapter describes the [**structure and requirements**](/creators-studio/new-component-creation-tutorial/overview.md) of a custom component creation.

## [Terminology](/creators-studio/terminology/untitled-1.md)


---

# 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.aitheon.com/creators-studio/master.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.
