How to get AI Agent Analysis
1. Accessing Your Integration Analytics
Go to your Gooey.AI Agent dashboard.
Find your AI Agent integration (for example: on Web, WhatsApp, or Voice).
At the bottom of the integration details, you will see:
A View Analytics button
An Analysis Workflows section
2. Viewing Analytics
Click on View Analytics.
The analytics dashboard will display:
When the AI Agent was created and last updated
Number of users and trends
Breakdown of topics users asked about (e.g., Pricing, Product)
Tables listing all conversations and messages
Filters for:
All messages sent
User answers
Feedback (positive/negative)
If the question was answered successfully or unsuccessfully
3. Testing Analytics with New Messages
Ask the AI Agent Integration a few questions
It cannot answer (example: “What is the weather?”).
Ask a relevant question (example: “How do I use the AI animation tool?”)
Give feedback using the thumbs-up/thumbs-down options.
Refresh the analytics dashboard and check updates
4. Setting Up Richer Analysis using LLM Scripts
What is an Analysis Workflow?
Analysis workflows use an LLM script to categorize each question and answer. The script creates structured JSON data for better analysis and charting.
How to Set Up an Analysis Workflow
Go to your integration and find the Analysis Workflow section.
Click to add a new Analysis Script.
Configure the LLM script. The script should:
Categorize each Q&A pair (e.g., “answer missing” or “answer found”)
Identify the subject (e.g., product workflow, pricing, delete account, unrelated)
Optionally, tag the language of the conversation
Provide example Q&A pairs in your script to help the LLM categorize accurately.
For each new message, the script will analyze and output structured data (JSON) with fields like
subject,workflow,language, and if the answer was found.
5. Using the Analysis Dashboard
After you have some messages, go to the Analysis Results section.
Add fields from your analysis JSON (e.g.,
subject,language) to the dashboard.Choose how to display each field (for example: Pie Chart).
Example: Chart showing question topics—Product, Pricing, Unrelated.
Example: Chart showing user languages—English, Spanish.
6. Multi-language Insights
Ask the AI Agent questions in different languages (e.g., Spanish).
Refresh the dashboard and see the language breakdown update.
7. Health Bot Example
The same analysis setup can be used for other AI Agents, like a health bot on WhatsApp.
Example fields:
If the patient’s health was OK
Type of visit (monthly, special, house call)
Common health concerns (e.g., flu, fever)
View counts and breakdowns for each category.
8. Improving Your AI Agent
Regularly check your analytics dashboard:
See which topics are most asked
See what is not being answered
See user feedback
Analyze conversation language and user intent
Use this information to refine your AI Agent and improve user experience.
Last updated
Was this helpful?