# Orchestration Interface

The orchestration interface is an easy visual builder for creating advanced workflows. It offers a wide range of features, streamlining the construction process into easy-to-use Nodes.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXetzfwa-waSvCTJNXMuWswY4Or8Fh7P6vuaK1P5KwfnxRRPKmbs0YdTT_GpnRZ665vHw5O1bEgfnMVGrAloM4M4CU-hUGCILNbUQ7-845EpbYfHYsQaTA0XzUkMl8oza3yMznmu?key=CpZpdPOF0x_0UuxHi8JHmgAG" alt=""><figcaption><p>Workflow Orchestrator</p></figcaption></figure>

## Layout

This workflow workspace consist of 2 main sections:

* **The Canvas:** Positioned at the center of the screen, it allows users to add, connect, and move nodes.
* Nod**e Configuration Section:** This menu on the right allows for additional configuration of each block. Here, you can set & modify variables, define fixed prompts, and apply any other customizations supported by the selected block.

## Nodes

Nodes are the core components of Workflows, representing pieces of code that can be easily deployed and configured. They are connected by lines that illustrate the application’s flow.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc3GrFvNbYLDLGjMHnRLhTPV4RQIglSlHjX5sKUO50fKQhoSRXVgivcpiqbfTLNrOxha36LTblChH1MH5oCJTO8Bq5QLGaCguNquq3rHt0RTIv7LLac93HIfOP5fiD1zFWh3GKV?key=CpZpdPOF0x_0UuxHi8JHmgAG" alt=""><figcaption><p>IF/ELSE BLOCK</p></figcaption></figure>

With the exception of Start and End nodes, each node has at least one entry point (+ on the left) and one exit point (+ on the right), representing where the input comes from and where the output goes.

To add a new node, click on the output (+) of the last node and choose the desired one from the list. You can also add new nodes by right-clicking an empty spot on the canvas.

{% embed url="<https://drive.google.com/file/d/1nBj4DACv09eD-NNtT_A_4P9rDY8Qq7n5/view?usp=drive_link>" %}

Most nodes have parameters and variables that need to be set. To configure a block, click on it and fill in the required information in the Node Configuration section on the right.

<br>
