> For the complete documentation index, see [llms.txt](https://docs.aitheon.com/aitheon-core/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/aitheon-core/master.md).

# Aitheon Core Overview

Aitheon Platform has a number of useful services that can be customized to your specific business model and work processes. Aitheon Core is a tool that allows you to create automated processes and link them to each other.

Aitheon Core provides you with a single graphical interface to organize and manage all the processes and automations in one place. &#x20;

Compose your business processes in Core: move and add elements, connect them to each other, place orders for the development of new elements, build additional sub-services for major processes, and so on.

This User Guide will teach you how to automate your business processes using Aitheon Core. It is easily done even if you don’t have any coding skills.

![](/files/-MYoPPwraSdHJWtQ5mOJ)

## AITHEON CORE - QUICK START

Six steps for creating a new automated process with Aitheon Core

1. [**Add Sub-graph**](/aitheon-core/aitheon-core-quick-start/add-sub-graph.md) - add new 'folders' for pieces of the process logic;
2. [**Add Node**](/aitheon-core/aitheon-core-quick-start/add-node.md) - add new computing programs to the process;
3. [**Add Provisional Node**](/aitheon-core/aitheon-core-quick-start/add-provisional-node.md) - add a 'program' that you even don't have at the moment; build logic first, and then order this program to be developed;
4. [**Connect Nodes**](/aitheon-core/aitheon-core-quick-start/create-connection.md) - interconnect the elements of the automated process;
5. [**Create Mapping Node**](/aitheon-core/aitheon-core-quick-start/create-mapping-mode.md) - if nodes can\`t be connected directly, use a mapping node in between;&#x20;
6. [**Deploy**](/aitheon-core/aitheon-core-quick-start/deploy.md) - run the process.

## **MAIN ELEMENTS**

General knowledge about the Aitheon Core service and its elements.

* [**Core Interface**](/aitheon-core/main-elements/ui-elements.md)
* [**Sub-graphs**](/aitheon-core/main-elements/sub-graphs.md)
* [**Nodes**](/aitheon-core/main-elements/nodes.md)
* [**Toolbox**](/aitheon-core/main-elements/toolbox.md)
* [**Marketplace**](/aitheon-core/main-elements/marketplace.md)
* [**Inputs and Outputs**](/aitheon-core/main-elements/inputs-and-outputs.md)

### [Terminology](https://app.gitbook.com/@aitheon/s/aitheon-core/glossary/terminology)

Short definitions of key terms in this Guide.


---

# 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/aitheon-core/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.
