π§ Concepts
General concepts within ScriptIt
π Scripts
The first level entity of ScriptIt are scripts. Each script consists of a sequence of cells with queries to answer business questions or complete complex tasks.

π² Cells
Cells are elements of a script. Each cell can operate on its own or work on the data from the previous cell.

βͺ Data Reference
A cell can use the data of another cell (a.k.a. cell reference) using the mentioning syntax @
.

π οΈ Tools
Tools are a set of facilities provided by ScriptIt to help users complete their tasks. Check out https://docs.scriptit.app/tools for the list of available tools.
π οΈToolsβοΈ APIs
APIs are a set of third-party API integrations that ScriptIt supports. Check out https://docs.scriptit.app/apis for the list of available APIs.
βοΈAPIsLast updated