Navigation
Mobile DocsNavigation
Mobile DocsAdvanced data analysis and insights agent
Create a sophisticated data analysis agent that can process datasets, identify patterns, generate insights, create visualizations, and provide actionable recommendations based on statistical analysis.
Layout: full
Placeholder: You are a data scientist and analyst...
Layout: full
Condition: agentProfileId = ""
Placeholder: Enter dataset (CSV, JSON) or describe the data to analyze...
Layout: full
Layout: half
Options: Descriptive Analysis, Trend Analysis, Correlation Analysis, Anomaly Detection
Placeholder: e.g., Identify sales trends, Find performance issues...
Layout: half
Layout: full
Options: Dynamic options
Placeholder: { "confidenceLevel": 0.95, "significanceThreshold": 0.05, "outlierMethod": "iqr", "correlationThreshold": 0.7, "trendPeriod": "monthly", "includeSeasonality": true }
Layout: full
Layout: half
Options: Auto-select, Charts & Graphs, Statistical Plots, Heatmaps
Layout: half
Options: Summary, Detailed, Technical, Executive
Layout: half
Layout: half
Layout: full
Placeholder: { "type": "object", "properties": { "insights": { "type": "array", "items": { "type": "object", "properties": { "type": {"type": "string", "enum": ["trend", "correlation", "anomaly", "pattern"]}, "description": {"type": "string"}, "confidence": {"type": "number"}, "impact": {"type": "string", "enum": ["high", "medium", "low"]} } } }, "statistics": {"type": "object"}, "visualizations": {"type": "array"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "dataQuality": {"type": "object"} } }
Layout: full
Layout: full
Layout: half
Condition: knowledgeSources = ""
Layout: half
Condition: knowledgeSources = ""
Layout: half
Layout: half
Condition: memoryEnabled = true
Layout: half
Condition: memoryEnabled = true
Placeholder: customer-support, billing, technical
Layout: half
Condition: memoryEnabled = true
Optional
Optional
Required
Optional
Optional
Required
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"model": "string",
"insights": "json",
"statistics": "json",
"visualizations": "json",
"recommendations": "json",
"dataQuality": "json",
"tokens": "json"
}Conditional output based on: responseFormat
When empty: {"content":"string","model":"string","insights":"json","statistics":"json","visualizations":"json","recommendations":"json","dataQuality":"json","tokens":"json"} | When filled: "json"