AI Chat Agent
The AI Chat Agent is Fload's conversational analytics interface. Ask anything about your app data in plain English — it fetches the right metrics, builds charts, and explains what it finds.
What it can do
Query metrics
Ask for any metric over any time range:
- "What was my revenue last month?"
- "Show me downloads by country for Q3"
- "How many active subscribers do I have right now?"
- "What's my trial conversion rate this year?"
Create charts
The AI builds charts inline in the conversation:
- "Chart my revenue vs. downloads over the last 6 months"
- "Show me a bar chart of installs by campaign"
- "Create a table of my top 10 countries by revenue"
Charts and tables are saved as artifacts — you can reference them later or ask the AI to update them ("make it a line chart instead" or "add proceeds to that chart").
Analyze data
- "Why did my revenue drop last Tuesday?"
- "What's trending in my reviews?"
- "Compare my Q1 vs. Q2 performance"
Forecast
- "What does my revenue look like for the next 6 months?"
- "Is my subscriber growth trending up or down?"
Review analysis
- "What are users saying about my app?"
- "What do users complain about most?"
- "Generate a pros/cons summary of my App Store reviews"
Available tools (what the AI uses under the hood)
| Tool | What it does |
|---|---|
getMetrics | Fetches timeseries data for one or more metrics |
createChart | Creates a chart artifact from metric data |
updateChart | Updates an existing chart |
createDataSheet | Creates a data table artifact |
updateDataSheet | Updates an existing table |
getForecast | Gets forecast data for a metric |
getAnomalies | Retrieves detected anomalies |
getReviewAgentStatus | Checks review agent setup and latest analysis |
getReviewAnalyses | Retrieves historical review analyses |
generateReviewAnalysis | Creates a new AI pros/cons analysis from reviews |
Metrics the AI understands
The AI understands all metric names in natural language. You don't need to know the internal metric IDs. Examples:
- "revenue", "proceeds", "net revenue" →
proceeds - "gross revenue", "total revenue" →
total_revenue - "downloads", "installs", "units" →
total_downloads/units - "subs", "subscribers", "active subscriptions" →
active_subs - "trials", "free trials" →
active_trials,new_trials - "conversion rate", "store conversion" →
storeConversionRate - "ad spend", "spend" →
adSpend - "CPA", "cost per install" →
adAvgCPA
Supported dimensions
When you ask for a breakdown, the AI automatically checks which dimensions are supported for that metric:
- Country / storefront
- Region
- Platform (iOS, Mac)
- Source (organic, search, referral)
- App version
- Product / IAP
- Campaign (for ad metrics)
- Subscription type, duration, revenue share
Conversation memory
The AI maintains context within a conversation. You can follow up with:
- "Now show me the same for Android"
- "Break that down by country"
- "What about last year?"
- "Add downloads to that chart"
Each conversation is saved and accessible from the Chats history.
Usage limits
AI chat is available on all paid plans. Book a demo to get started.
There are no hard message limits on Startup and Pro tiers in normal use, though rate limiting applies to prevent abuse.
Tips
- Be specific about time: "last 30 days" is clearer than "recently".
- Name your app: If you have multiple apps, tell the AI which one you mean.
- Ask follow-up questions: The AI remembers the context of your conversation.
- Request chart types: "as a bar chart", "as a line chart", "as a table".
- Ask for explanations: "Why is my conversion rate low compared to last month?"