Quickstart #4: Structured Data Analysis (SDA)
Background & Objectives
This guide will walk you through how to build Agent Studio plugins that return large volumes of data to the AI Assistant.
In this quickstart guide, you will
- Build a plugin that fetches 500 accounts from a mock CRM
- Set up the plugin to work alongside our Code Interpreter plugin
At the end, your AI Assistant will be able to handle requests like this

Prerequisites
- Access to Agent Studio
- Access to Structured Data Analysis.
- No system APIs needed!
Define your plugin
Create a trigger
Build your process
Connect to the mock CRM
We need an HTTP action that will fetch the large volume of data from the external system.
Attach a Conversational Process
Now let’s connect the HTTP action to your plugin & prepare it for analysis
Launch it
Test it!
Not seeing the right results?
Verify that SDA is running by checking for the Running analysis progress update

Here are some other questions you could try:
- What’s the total ARR of customers in the Tech industry?
- Which industry is performing best in Europe?
- Which accounts have the most support tickets are are up for renewal soon?
Next Steps
Start building your own plugins for Structured Data Analysis!


