Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt

Use this file to discover all available pages before exploring further.

What is Brain Studio?

Brain Studio is a low-code platform for building agents and flows with AI. It allows you to define conversations, integrate services, and orchestrate tasks through nodes and connections within a visual environment. In Brain Studio you will primarily work with two types of files: Workflows, which model conversational flows with message and logic nodes; and Tools, which let you reuse logic and code without duplicating work.

Workflows

View of a workflow in the builder
Workflows are conversational flows that you program to interact with your users. With them you can design dialogues, branch decisions, and orchestrate steps based on the context of the conversation.

Build your first workflow

Learn how to create your first workflow with a simple question-and-answer flow.

Tools

Tools are reusable functions within the platform. Unlike Workflows, they are synchronous flows: they execute services or tasks and return a result without waiting for user responses. You can invoke Tools from your Workflows to:
  • Integrate external APIs and services.
  • Perform calculations or transformations.
  • Query and update data.
In this way, Workflows handle the conversation and Tools encapsulate reusable capabilities.

Explore key areas

AI Agents

Design, train, and coordinate intelligent agents to automate your processes.

Nodes

Learn about the building blocks that shape each interaction in your conversational flows.

Variables

Learn how to capture, store, and reuse information throughout the conversation.

Tools

Discover the tools that power your AI workflow.

Next steps