Skip to content

Studio terms in plain language

TermDefinitionMental model
WorkflowThe path followed for each message, from start to an answer or action.A recipe with ordered steps
BlockA step that displays a message, calls a service, prepares an instruction, or selects a route.One step in the recipe
CanvasThe workspace where blocks are placed and connected.A workbench
VariableA value available during execution, such as the message or an API result.A reusable sticky note
LLMThe AI model that understands requests and writes answers.A writer who needs a good brief
Instruction (prompt)The model’s role, tone, limits, data, and tools.The writer’s brief
RAGSearching documents before answering to ground the response in your content.A librarian checking sources
MCPA standard for exposing and calling external tools.A toolbox connected to the assistant
ToolA concrete action a model can request through MCP.A specialized tool in the box
ConditionA block that selects the next path according to a rule.A railway switch
Alias (output name)A readable name for block outputs, such as documents instead of http-1.An easy-to-remember nickname
Success/failure branchTwo planned next steps depending on the result.The normal route and plan B
HelperA function used in an expression to transform or test a value.A small ready-to-use operation
ScopeHow long and where a variable remains available.The sticky note’s lifetime
Composite blockA reusable group of blocks displayed as one element.A sub-recipe