What is the AI Assistant?
The AI Assistant is an interactive chat interface that lets you test your agent in real-time, debug issues, and iterate on your workflow before automating it.Key Difference
Agent = Automated execution (runs on schedule or trigger)AI Assistant = Interactive testing (you chat with the agent)
Where to Find It
The AI Assistant panel appears on the right side of your agent page.1
Open Your Agent
Click any agent from your home page
2
Look Right
The AI Assistant chat panel is on the right side of the screen
3
Start Chatting
Type a message and hit Enter to interact with your agent
How It Works
The AI Assistant uses the same AI engine as your automated agent, with access to:- Your agent’s instructions
- All uploaded sources
- Your worksheet data
- Connected integrations
Testing Your Agent
Use the AI Assistant to test your agent before going live.Basic Testing Workflow
1
Prepare Test Data
Add a few sample rows to your worksheet (e.g., 3-5 test cases)
2
Give a Command
In the AI Assistant, type:
3
Watch It Work
The AI Assistant will:
- Read the instructions
- Search relevant sources
- Process the data
- Show its reasoning step-by-step
- Update the worksheet
4
Review Results
Switch to the Worksheet tab to see the output
5
Iterate
If results aren’t perfect, refine instructions and test again
Example Test Commands
- Quote Generation
- Invoice Processing
- Data Enrichment
Simple test:Batch test:Edge case test:
Debugging with AI Assistant
When your agent doesn’t behave as expected, the AI Assistant helps you debug.Common Debugging Scenarios
Agent isn't using sources
Agent isn't using sources
Ask:The assistant will:
- List all available sources
- Confirm they’re indexed
- Show sample content from the source
- Go to Sources tab
- Upload the missing document
- Wait for indexing to complete
- Test again
Output format is wrong
Output format is wrong
Ask:The assistant will:
- Show the exact values for each column
- Explain its reasoning
- Let you verify before actually writing
- Add examples to instructions
- Specify exact column names
- Show desired output format
Agent misunderstands instructions
Agent misunderstands instructions
Ask:The assistant will:
- Summarize its understanding
- Show what it thinks it should do
- Reveal any misinterpretations
- Clarify ambiguous parts
- Add specific examples
- Break complex steps into simpler ones
Data isn't being found
Data isn't being found
Ask:The assistant will:
- Confirm if it can access the sheet
- Show sample data
- Reveal any access issues
- Check sheet name spelling in instructions
- Verify worksheet is saved
- Refresh the page if data was just added
Interactive Iteration
The AI Assistant excels at iterative refinement.Iteration Pattern
1
Initial Attempt
2
Refine Request
3
Add Details
4
Update Instructions
Copy the working approach into your agent instructions
Example Iteration Session
You:Advanced Features
Multi-Turn Conversations
The AI Assistant maintains context across messages:Ask Questions
Get clarification on your workflow:- About Instructions
- About Data
- About Sources
Dry Runs
Test without making changes:Best Practices
Start small: Test with 1-2 rows before processing hundreds
Use specific commands: “Process row 5” is clearer than “do the thing”
Ask for explanations: “Why did you choose that value?” helps debug
Iterate incrementally: Make one change at a time, test, repeat
Save working approaches: When something works well, copy it into your instructions
Use dry runs: Preview results before actually writing to worksheets
AI Assistant vs. Automated Runs
Understanding when to use each:| Feature | AI Assistant | Automated Run |
|---|---|---|
| Control | Interactive, step-by-step | Fully automated |
| Speed | Manual, real-time | Scheduled or triggered |
| Testing | ✅ Perfect for testing | ❌ Not for testing |
| Debugging | ✅ See reasoning live | View logs after |
| Iteration | ✅ Instant feedback | Run, review, modify, repeat |
| Scale | ❌ Manual for each task | ✅ Processes batches |
| Production | ❌ Not for production | ✅ For production |
- Build and test with AI Assistant
- Once working, automate with Runs
- Debug issues with AI Assistant
- Optimize and return to Runs
Common Use Cases
Testing New Agents
Testing New Agents
Before your agent runs automatically, test it thoroughly:
- Test with sample data: 3-5 representative rows
- Test edge cases: Missing data, unusual values, errors
- Test integrations: Verify emails send, CRM updates work
- Verify output: Check worksheet updates are correct
- Refine instructions: Based on test results
Debugging Failures
Debugging Failures
When an automated run fails:
- Review run logs to see what went wrong
- Recreate the scenario in AI Assistant
- Ask questions: “Why did you fail on row 10?”
- Test fixes: Try different approaches interactively
- Update instructions once working
- Re-run the automated agent
One-Off Tasks
One-Off Tasks
For tasks you only need to do once:No need to create a fully automated agent - just chat with the AI Assistant!
Data Exploration
Data Exploration
Explore your data interactively:The AI Assistant can analyze and summarize your data on the fly.
Instruction Writing
Instruction Writing
Use the AI Assistant to help write better instructions:
Tips & Tricks
Get Better Responses
Be Specific
Instead of: “Do the thing”Try: “Generate a quote for the customer in row 5”
Ask Why
Instead of: Accepting wrong outputTry: “Why did you calculate the total as $500?”
Show Examples
Instead of: Vague descriptionsTry: “Format it like this: [example]”
Test Edge Cases
Instead of: Only happy pathsTry: “What if the customer field is empty?”
Conversation Starters
Not sure what to ask? Try these: Understanding:- “Explain your job in your own words”
- “What are the main steps in your workflow?”
- “What data do you have access to?”
- “Process the first row and show your work”
- “What would you do in this scenario: [describe edge case]”
- “Show me sample output before writing to the worksheet”
- “Why did the last run fail?”
- “What sources did you use for that decision?”
- “Can you walk me through your reasoning?”
- “How can I improve these instructions?”
- “What’s the fastest way to process 1,000 rows?”
- “Are there any bottlenecks in the workflow?”