Skip to main content
Brain Studio includes an agent directly on the home view. Describe what you need with a prompt and the agent turns your idea into a working flow, without configuring nodes manually from scratch.

How it works

Brain Studio home view
1

Select project and skill

In the prompting area, choose the project and skill where you want the agent to work. If they don’t exist, you can create them from the same selectors.
2

Choose an interaction mode

Before sending your message, pick the mode that best fits what you need. Building is selected by default.
The agent plans and suggests but does not change the flow. Use it when you want to explore ideas, validate approaches, or understand how to solve a problem before acting.
  • Answers questions about nodes, variables, and best practices.
  • Proposes flow structures without implementing them.
  • Helps you refine the idea before building.
When to use it: when the design of your solution is unclear and you want the agent to help shape it.
The agent guides you step by step to build the solution. It suggests which nodes to add, how to configure them, and in what order to connect them, but waits for you to perform each action.
  • Produces a detailed plan with clear steps.
  • Explains each decision so you learn as you build.
  • Lets you adjust the plan before moving on.
When to use it: when you want to learn how a solution is built or need control over each step.
The agent builds the full solution on the canvas from your prompt. It creates nodes, configures connections, and applies the logic you described.
  • Generates the flow from start to finish.
  • You can review and adjust the result afterward.
  • Ideal for quick prototyping or implementing known flows.
When to use it: when you know what you want and prefer the agent to implement it directly.
3

Describe your solution

In the text field, write what you want to build. Be specific: state the goal, the data you need to collect, integrations, or relevant business logic.Example:
Create a customer support flow that greets the user, asks for their order number, and checks order status via API to this URL: https://your-url.com, with this header credential: x-api-key: abc-123.
4

Send and work with the agent

Click Send. The agent will take you to the canvas of the selected skill and start working according to the mode you chose.

Work on the canvas with the Jelou Agent

Once you send your prompt from the Home view (or open a recent project), you land on the canvas: the visual editor where flows are built.
Brain Studio canvas
The agent stays available on the canvas via the side chat panel. From there you can:
  • Iterate on the flow: refine existing nodes, add new branches, or extend the logic.
  • Get answers: ask how a node, variable, or integration works.
  • Change mode: switch between asking, planning, and building at any time.
Whenever the agent generates solutions for you, drag them onto the canvas to try them out. At the top of the side panel you also have the project selector, conversation history, and the option to create new chats.

Complementary actions on the canvas

Besides the agent, from the canvas you can perform key actions to take your solution to production:

Next steps