Editor

There're different sections in editor:
Table of Content
Show structure of current page by Headings(document block). Click to quickly navigate.
Data Table
Manage a list of data tables used in current project. See Data Table for more details.
Main Editing Panel
Add/Remove/Rearrange all blocks
See Intro to Blocks for more details.
Toolbar
Run All
Execute all blocks on current page from top to bottom.
Machine Status
View/Reset the running machine this page will be executed on. See Environment for more details.
Variables
[Developer] View current session's variables name/value. See Variables for more details.
Sharing
Share page/project with others. See Sharing for more details.
Help
Provide samples of AI block for various scenarios. Click to insert at end of page.
Page Settings
Rename/Copy and change various setting of current page.
Account
Show current quota and plan.
Other
All Pages
Show/Switch all pages of current project
Files
Manage files of current project. See Working with Files for more details.
Intro to Blocks
Blocks are building elements of a page, there're several type of blocks:
AI Block

AI Block is the key element that transform your prompt requirement into execution and results.
First please input your prompt and reference data you'd like to analyze/process in this block as part of
Document Blocks

There're several different document blocks including text/headings, image and videos. The text/headings blocks supports partial markdown syntax.
Code Block

Code Block gives developer a free style Python coding experience much like Jupyter.
Please see Coding for more details.
Adding Blocks

You can add block to any location using "+" button at the left between blocks. Or directly use the buttons to add to the end.

Arrange Blocks
Block can be sorted using drag and drop:

Copy & Paste Block
You can also copy and paste block by clicking "copy" on block's toolbar

And paste anywhere:

Last updated