This product is not supported for your selected
Datadog site. (
).
Join the Preview!
Bits Data Analysis is in Preview. Click Request Access to join the Preview program.
Request AccessOverview
Bits Data Analysis is an agentic AI tool that lets you explore and analyze your business data through natural language. Ask questions about your revenue, customers, support, or sales pipeline. Bits Data Analysis identifies the relevant tables, writes the SQL, runs it against your connected data warehouse, and returns the results. Combine business data with your Datadog observability data in dashboards, notebooks, and DDSQL queries.
Use cases
- Ask ad-hoc business questions without writing SQL.
- Combine business and observability data in a single analysis.
- Save reusable skills for repeated workflows.
- Pull results directly into a Datadog Notebook for further analysis.
- Visualize results and save them to a Datadog Dashboard for ongoing monitoring.
Sample questions
Ask Bits Data Analysis questions like:
What is the ARR for top customers this quarter?Which products have the most active customers?What is the monthly support ticket volume trend?Which products have the highest open ticket count?Which deals have been in negotiation longer than 30 days?What is the company headcount by office location?
How it works
- Type a question in natural language.
- Bits Data Analysis identifies the relevant tables, writes the SQL, and runs it against your connected data warehouse.
- Results are returned as a table you can explore.
- Save the results to a notebook, refine the query, or turn it into a skill.
Query contexts
Query contexts are curated instructions per data domain, such as Product or Sales. Each context tells Bits Data Analysis which tables to use, which filters to apply, and which edge cases to avoid. Query contexts are what make Bits Data Analysis accurate and consistent.
Bits Data Analysis can auto-generate query contexts from usage and metadata in your connected BI tools and data warehouses through Data Observability. Data teams then review and refine the generated instructions so anyone on the team can get reliable answers, without analyst expertise or analyst involvement.
Example: revenue query context
A Revenue query context might include instructions such as:
- Use the
fct_subscription_revenue table as the primary source for ARR and MRR. - Filter out internal test accounts (
account_type = 'internal') by default. - Treat revenue as recognized in the currency of the parent account, converted to USD using the
fx_rate_daily table. - Exclude churned customers from “active customer” counts unless the question explicitly asks about churn.
Evaluations
Data teams can define evaluations against a query context to verify that Bits Data Analysis answers representative business questions correctly. An eval runs a set of expected question-and-answer pairs against the context. When an answer drifts from the expected result, the eval flags a regression so you can refine instructions before users see incorrect results.
Skills
A skill is a saved set of instructions that Bits Data Analysis can execute on demand. Use skills to automate repeated workflows. For example, save a skill that returns weekly support ticket trends by product. You can then run the skill without rephrasing the question each time.
Skills can be kept private, shared with your team, or shared across your company. Sharing lets others run the same workflow without recreating it.
Permissions
Bits Data Analysis only accesses data you have permission to query in your connected data warehouse. To expand your access, use your data warehouse’s standard access workflow.
Accuracy
Bits Data Analysis works well for most questions, but its answers are generated by an AI model. Verify the underlying query and data sources before using results for important decisions, presentations, or external reporting.
Further reading
Additional helpful documentation, links, and articles: