Visual builder
Data Components
Copy page
Data components are used to add data to the graph.
What are Data Components?
Data Components allow your agents to return rich, interactive content instead of just text. Think of them as reusable UI building blocks that your agent can populate with data.
For example, instead of returning "You have 3 tasks: Task #123 (shipped), Task #124 (processing)...", your agent can return a properly formatted task list component.
How to create a data component
- Go to the Data Components tab in the left sidebar. Then select "New data component".
- Add in an id, name, description, and enter in a JSON schema. These are required fields.
- Click "Submit".
To visually add the data component to the graph, see the Graphs page for details.