🧠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.

The Scripts sidebar

πŸ”² Cells

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

The interface of a cell

βͺ Data Reference

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

Referring to the data of another cell

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 are a set of third-party API integrations that ScriptIt supports. Check out https://docs.scriptit.app/apis for the list of available APIs.

⛓️APIs

While inside the query box, type / to quick-select a tool or an API.

Last updated