Components are the blocks from which the bot script is composed. The components are connected with each other by transitions - lines with arrows. Looking at the blocks and arrows, you can read the script and understand what will happen in the bot. The arrow shows which block we are exiting from and where we will go. The script may not be linear - may be branched, to go back and so on.

Component panel

The left panel contains these logical blocks from which the bot script is assembled. To use a component, click on the icon and drag it over the gray area.

http://dl3.joxi.net/drive/2021/02/23/0012/3629/810541/41/59085cdbee.jpg

How to link components together

To link the components, you need to click on the "+" on the component from which you want to go and click on any place of the component to which we have to go through the script.

<aside> 💡 You can also click on the + and then drag the new component from the panel, it will be immediately linked to the one you clicked on before. This is handy for quick scripting.

</aside>

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/40800d90-e6fe-45c0-8007-2cfdcd3ef26b/Untitled.png

How to remove a component

To delete or copy a component, right-click on it (or with two fingers on the touchpad if you're on a macbook). A menu will appear in which you can click the "delete" button

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/014ed50d-ca9a-4da3-ac13-afa2a6a8b123/Untitled.png

How to remove a link

To remove a link, click on it with the mouse, it will be highlighted in blue, then press the right mouse button (or with two fingers on the touchpad if you are working on a macbook). A confirmation window will appear "Delete item" - click OK if you want to delete the link

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b88f1bcc-a9a8-433d-8edb-467a0cd22c3f/Untitled.png

Configuring Components

If you click on a component, the "Block Editing" panel will appear on the right, in which you can see the most important settings of the component

http://dl3.joxi.net/drive/2021/02/23/0012/3629/810541/41/561451a5fc.jpg

Advanced component options

If you click "Advanced editing" in the component editing panel, a popup with advanced settings will appear.