> ## Documentation Index
> Fetch the complete documentation index at: https://docs.costory.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements

<Update label="June 20 2026">
  ## Organize dashboards with tags

  You can now add tags to dashboards and bulk edit them from the **View all dashboards** page, making it easier to group dashboards by team, workflow, or FinOps process.

  <Frame caption="Dashboard tags on the View all dashboards page">
    <img src="https://mintcdn.com/costory/4RO_44YBsKyrvvT3/images/dashboard/dashboard-list-view.png?fit=max&auto=format&n=4RO_44YBsKyrvvT3&q=85&s=8b4ca0907778f751266175f6fe57b6ea" alt="Dashboard tags on the View all dashboards page" width="1919" height="945" data-path="images/dashboard/dashboard-list-view.png" />
  </Frame>

  ## Customize chart color palettes

  You can now choose the color palette for each chart from four options, so dashboard visuals stay readable and consistent with the story you want to tell.

  <Frame caption="Choose a chart color palette">
    <img src="https://mintcdn.com/costory/4RO_44YBsKyrvvT3/images/dashboard/choose-colors.png?fit=max&auto=format&n=4RO_44YBsKyrvvT3&q=85&s=df19db3395dd91905744e41c8647e4ba" alt="Chart color palette options in a dashboard" width="1919" height="945" data-path="images/dashboard/choose-colors.png" />
  </Frame>
</Update>

<Update label="June 1 2026">
  ## BigQuery data exports (Copilot Pro)

  Query the same cost data you see in Costory from your own BigQuery project—use it in Looker, notebooks, or custom SQL without re-building filters by hand.

  On any [dashboard](/features/dashboards) widget, click **Copy SQL query** to copy the SQL for that view. An **Organization Admin** must grant your service account or user read access to the export table under **Integrations > Destinations**.

  <Frame caption="Copy SQL query from a dashboard widget">
    <img src="https://mintcdn.com/costory/1x7SbT2zUG6hiSyD/images/dashboard/export-to-sql.png?fit=max&auto=format&n=1x7SbT2zUG6hiSyD&q=85&s=9880738ba81e552b692d1208e09bb163" alt="Copy SQL query action on a dashboard widget" width="1651" height="699" data-path="images/dashboard/export-to-sql.png" />
  </Frame>
</Update>

<Update label="May 19 2026">
  ## Costory v3: a simpler way to investigate cloud costs

  Two years ago, we built Costory to help you understand and manage cloud costs. Since then, we’ve spoken with many of you about how you use the platform every day.

  One theme came up often: the product had accumulated too many ways to do the same things.

  At the same time, LLMs are changing how teams work with their tools. Costory v3 is designed to help you move faster: investigate cost changes, capture context, and turn those investigations into reusable workflows through MCP, APIs, reports, and alerts.

  So we rebuilt the Costory experience around six core areas you rely on most.

  * **Explorer**: Your entrypoint for investigating cost changes.
  * **Dashboards**: Save investigations, revisit them later, and annotate them with events.
  * **Dimensions**: Standardize and group cost labels so every team can understand its costs.
  * **Events**: Add context to cost changes and connect events directly to your analysis.
  * **Reports**: Manage scheduled reports, scheduled dashboards, and cost digest analysis in one place. (Cost digests are coming later this month).
  * **Alerts**: Catch unexpected cost increases using fixed thresholds and relative thresholds.

  The search was also improved to help you explore faster: dashboards, dimensions, events and reports.
  For existing users, the transition is already complete. We migrated your views and redirected your existing URLs to the new layout.
  Tell us what still feels harder than before so we can improve it.
</Update>

<Update label="May 6 2026">
  ## Snowflake billing

  We now support **Snowflake** account usage and billing data in Costory. Create a **Snowflake** integration on **Integrations** with key-pair authentication, then add a **Snowflake** billing datasource that reuses that integration. **Terraform** is not available for this datasource yet (connect via the Costory UI).

  See the [Snowflake billing setup guide](/setup/billing/snowflake).
</Update>

<Update label="April 10 2026">
  ## Plot Budgets Alongside Actual Cost in the Explorer

  <img src="https://mintcdn.com/costory/LZxo8IkbA4PB_XgI/images/budget-add-related-cost.png?fit=max&auto=format&n=LZxo8IkbA4PB_XgI&q=85&s=a5a2cdf9f8dac1dc0f1c0f7224815d60" alt="Budget plotted alongside actual cost in Explorer" width="2940" height="1558" data-path="images/budget-add-related-cost.png" />

  You can now plot [budgets](/features/budgets) as an area chart directly in [Explorer](/features/cost-explorer). Open the metric selector, switch to the **budget** tab, and pick any budget to visualize its monthly target as a shaded area alongside your actual cost data.

  Use it to spot budget overruns as they happen: overlay your team's monthly budget on top of cumulated daily spend to see whether you're on track mid-month, or compare budget lines across squads to identify which teams are consistently over or under target. Click **Add related cost** to automatically add a cost series scoped to the budget's definition, with filters and group-by pre-filled so actual spend aligns with budget lines.
</Update>

<Update label="April 10 2026">
  ## Period-over-Period Cost Alerts

  <img src="https://mintcdn.com/costory/LZxo8IkbA4PB_XgI/images/alerts-threshold-modes.png?fit=max&auto=format&n=LZxo8IkbA4PB_XgI&q=85&s=2c9749d49301a18f401eddc45e38216a" alt="Alert threshold mode selector" width="2940" height="1558" data-path="images/alerts-threshold-modes.png" />

  [Cloud cost alerts](/features/alerts) now support **relative thresholds** alongside absolute caps. Instead of only firing when spend crosses a fixed amount, you can configure alerts that trigger when costs **increase or decrease by more than a set amount or percentage** compared to the previous day, week, or month.

  Each threshold row has its own mode, so you can mix absolute and relative rules on the same alert. For example, get an informational notification when weekly spend increases by more than 10%, and escalate to a warning if it exceeds a hard dollar cap.

  Four threshold modes are available: **is above**, **is under**, **increases by more than**, and **decreases by more than**. For the relative modes, choose between an absolute delta (USD) or percentage change.
</Update>

<Update label="April 9 2026">
  ## New Billing Datasource

  You can now import Elastic Cloud organization billing and instance costs to Costory using an Organization API key and Organization ID. Data is normalized into <Tooltip tip="Costory's unified billing schema. Normalized fields use the cos_ prefix so you can query across providers with the same field names." cta="See Glossary" href="/docs/glossary#standard-columns">Standard Columns</Tooltip> so you can explore Elastic spend next to AWS, GCP, Azure, and other [billing datasources](/setup/billing).

  See the new [Elastic Cloud billing setup guide](/setup/billing/elastic-cloud) for step-by-step instructions.
</Update>

<Update label="April 1 2026">
  ## New Metrics Datasource

  You can now import custom usage metrics directly from **AWS CloudWatch** into Costory. Create an AWS CloudWatch integration, paste your CloudWatch Insights query (for example S3 `BucketSizeBytes`, HTTP request counts, CPU utilization, or SQS queue depth), and Costory will keep these metrics in sync alongside your billing data. This makes it easier to build unit economics like cost per request, cost per active user, or cost per GB stored using real infrastructure signals.

  See the new [AWS CloudWatch usage metrics setup guide](/setup/usage-metrics/aws-cloudwatch) for step-by-step instructions and example queries.

  ## Small improvements

  * Teams Usage public API endpoints are now available: see in [https://app-api.costory.io/docs/](https://app-api.costory.io/docs/)
</Update>

<Update label="March 16 2026">
  ## Small improvements

  * You can set up billing data sources for AWS, Azure, GCP, Cursor, Anthropic, and more using a fully Terraform-based workflow. See [Billing Data](/setup/billing).
  * The MCP experience is improved: see [AI Assistant (MCP)](/features/mcp).

  The Costory team is at KubeCon this week; the next release is planned for April 1.
</Update>

<Update label="March 9 2026">
  ## Teams

  A single cost view rarely works for an entire organization. Your backend squad needs <Tooltip tip="A stable cost metric that reflects actual resource usage without Savings Plan fluctuations." cta="See Glossary" href="/docs/glossary#savings-plans">Contracted Cost</Tooltip> scoped to their services, while finance needs Billed Cost across everything. **Teams** let you configure those defaults once so each group lands on the right numbers without manual filtering. Learn more in [Teams](/features/teams).

  ## MCP (beta)

  The MCP server is in beta. Read [AI Assistant (MCP)](/features/mcp) and send feedback or suggestions to help shape what ships next.
</Update>

<Update label="March 2 2026">
  ## Small improvements

  * When a virtual dimension finishes computing and appears in the explorer, you get a notification in the top-right corner. The same applies to other long-running tasks in Costory.
  * Track [Cursor](https://www.cursor.com/) and Anthropic Claude Code spend: use [Cursor Billing Setup](/setup/billing/cursor) and [Anthropic Billing Setup](/setup/billing/anthropic).
</Update>

<Update label="Feb 24 2026">
  ## Events Page

  <img src="https://mintcdn.com/costory/BaKtdJQejEXamw73/images/events-page.png?fit=max&auto=format&n=BaKtdJQejEXamw73&q=85&s=e0c32ab5b66991ffa6270f20bc619f78" alt="Events page" width="2378" height="1094" data-path="images/events-page.png" />

  Track deployments, incidents, and infrastructure changes in a dedicated [Events page](/features/events) with full filtering and tagging support.

  * Browse all events with metadata, tags, and provider information at a glance
  * Inline explorer modal lets you see the cost impact of any single event without leaving the page
  * **Save as Context**: jump directly from an event into Explorer with filters pre-filled, so you can immediately drill into the cost impact

  ## Budget Configuration

  <img src="https://mintcdn.com/costory/adsrURPNjyMPzsms/images/budget-filling-options.png?fit=max&auto=format&n=adsrURPNjyMPzsms&q=85&s=c807de1eac1f1fe65f49ed7081fc74ef" alt="Budget filling options" width="1528" height="860" data-path="images/budget-filling-options.png" />

  New filling options make it easier to [configure budgets](/use-cases/automate_budget). Set monthly allocations manually, distribute evenly across the year, or use historical spend as a baseline — then adjust from there.
</Update>

<Update label="Feb 19 2026">
  ## Sharing & Collaboration

  <img src="https://mintcdn.com/costory/BaKtdJQejEXamw73/images/explorer-sharing.png?fit=max&auto=format&n=BaKtdJQejEXamw73&q=85&s=7218b9d3f17f9c1122e28de5128aa03d" alt="Explorer view sharing" width="1675" height="931" data-path="images/explorer-sharing.png" />

  Share your analysis more easily than ever:

  * **Image sharing**: export any Explorer view as an image to share with your team
  * **[Slack previews](/features/slack-reports)**: shared views now render a rich preview directly in Slack, so recipients get context before clicking through
  * **Public share pages**: generate a shareable link for any view, accessible without logging in

  ## Dashboard Widget Duplication

  Duplicate any widget on a dashboard with a single click. The copy inherits all configuration — filters, groupings, and layout — so you can quickly create variations without starting from scratch.
</Update>

<Update label="Feb 12 2026">
  ## Templated Dashboards

  <img src="https://mintcdn.com/costory/4B0Jyd8BgPyFkiJR/images/dashboard-templates.png?fit=max&auto=format&n=4B0Jyd8BgPyFkiJR&q=85&s=1ed2c284757694af7a80144dec98866e" alt="Dashboard templates" width="1766" height="678" data-path="images/dashboard-templates.png" />

  Get started faster with pre-built dashboard templates.

  Instead of building from scratch, pick a template that matches your use case and customize from there — widgets, filters, and layouts are all pre-configured and fully editable.

  ## Reports from Explorer

  <img src="https://mintcdn.com/costory/WEVBxf5EqHlbZ8UL/images/slack-report.png?fit=max&auto=format&n=WEVBxf5EqHlbZ8UL&q=85&s=ac4f138406c1c129df015e3d65e0c218" alt="New Reports UI" width="2626" height="1406" data-path="images/slack-report.png" />

  You can now [schedule reports](/features/slack-reports) directly from [Explorer](/features/cost-explorer).
  Build a visualization with custom aggregations, formulas, and comparisons, then set it to deliver automatically on your preferred cadence.

  We also introduced a new Reports tab inside the library, letting you find all your scheduled email and slack reports alongside existing views and dashboards.
</Update>

<Update label="Feb 9 2026">
  ## Dimensions

  Consolidate scattered cost labels into clean, standardized dimensions with the [Dimensions](/features/tagging/dimensions) page:

  <img src="https://mintcdn.com/costory/VgOY4BJyTDVknUpv/images/feature-engineering-labels.png?fit=max&auto=format&n=VgOY4BJyTDVknUpv&q=85&s=8f212616d7f7f6947c99cd75e17ae7cd" alt="Dimensions label inspector" width="1603" height="867" data-path="images/feature-engineering-labels.png" />

  * Merge columns from multiple sources into a single logical label
  * Map and rename values to standardize naming across providers (e.g., unify region names across AWS, GCP, and Azure)
  * AI-powered similarity detection suggests values that should be grouped together, reducing manual effort
  * Drag-and-drop reordering to organize your engineered labels

  Preview label values and their cost impact before saving, with full data inspection modals for deeper analysis.

  <img src="https://mintcdn.com/costory/VgOY4BJyTDVknUpv/images/feature-engineering-preview.png?fit=max&auto=format&n=VgOY4BJyTDVknUpv&q=85&s=1f2515917de319ea7f7c89afc7326b5a" alt="Dimensions label inspector" width="1132" height="815" data-path="images/feature-engineering-preview.png" />
</Update>

<Update label="Feb 5 2026">
  ## Smarter Alerts for Cost and Budget Monitoring

  Stay ahead of cost anomalies with a redesigned alerts system supporting multiple alert types and notification channels:

  <img src="https://mintcdn.com/costory/VgOY4BJyTDVknUpv/images/alerts-templates.png?fit=max&auto=format&n=VgOY4BJyTDVknUpv&q=85&s=b2a3321e6da38af6f389a2fe4f2d0516" alt="Create Alert with templates" width="1651" height="588" data-path="images/alerts-templates.png" />

  * Cost Alerts monitor actual spending against custom thresholds — get notified when costs spike or drop unexpectedly
  * [Budget Alerts](/use-cases/automate_budget) track spend against allocated budgets with percentage-based triggers and automatic owner notifications
  * Multi-threshold severity levels (Info, Warning, Alert) with daily, weekly, or monthly evaluation periods

  <img src="https://mintcdn.com/costory/VgOY4BJyTDVknUpv/images/alerts-overview.png?fit=max&auto=format&n=VgOY4BJyTDVknUpv&q=85&s=ee4f2c796858e498aeaea8696e305973" alt="Create Alert with templates" width="900" height="485" data-path="images/alerts-overview.png" />

  Deliver alerts directly to Slack channels or email recipients across your organization. Snooze alerts when needed, review historical triggers, and use pre-configured templates to get started quickly.

  Weekly cumulative sums let you track running totals over the current week, so you can catch budget overruns before the month closes.

  <img src="https://mintcdn.com/costory/yf5IOllBXAiTOL3o/images/alerts-weekly.png?fit=max&auto=format&n=yf5IOllBXAiTOL3o&q=85&s=54578fe0efb952c1bf32b0d2c9b30c7a" alt="Weekly cumulative sum alerts" width="1602" height="788" data-path="images/alerts-weekly.png" />
</Update>

<Update label="Feb 2 2026">
  ## Dashboards with Explorer

  Dashboards can now be edited in-line in [Explorer](/features/cost-explorer), allowing you to change titles, resize tiles, and add and delete widgets with fewer clicks. Further changes:

  * Creating a dashboard widget no longer requires saving a view
  * Dashboards now support Text widgets for additional context
  * Templates allowing you to get started faster than ever

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/feature-engineering-page.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=34a40a58908541e2a6b6c4f11bdf83db" alt="Dimensions page" width="1344" height="885" data-path="images/feature-engineering-page.png" />
</Update>

<Update label="Jan 30 2026">
  ## Introducing the new Explorer

  [Explorer](/features/cost-explorer) shows where your cloud spend goes and adds multiple metrics, formulas, anomaly drill-downs, and reusable views.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/advanced-explorer-overview.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=aec8acc9a196c8cb62d4e17fbeb367fb" alt="Explorer overview" width="2764" height="1802" data-path="images/advanced-explorer-overview.png" />

  * **Multiple Metrics**: Plot cost alongside usage metrics, business KPIs, or custom data on the same chart. Each metric gets its own axis.
  * **Ad-hoc Formulas**: Create calculated fields like cost-per-user or cost-per-request. Combine any metrics with arithmetic operations.
  * **Aggregations**: Go beyond sum. Use average, max, or min to analyze your data the way you need.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/query-modifiers.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=3d77e76a03732be4b7c9c285c956bfd0" alt="Query modifiers" width="1510" height="398" data-path="images/query-modifiers.png" />

  **Flexible Comparison**: Enable comparison mode to see a waterfall chart breaking down exactly what changed between two time periods. Sort by absolute or percentage change.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/flexible-comparison.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=37ec6d9edd4bdd1f4fc15071c989eaf3" alt="Flexible comparison" width="1686" height="878" data-path="images/flexible-comparison.png" />

  **Undo/Redo** — Cmd+Z to undo, Cmd+Shift+Z to redo. Explore freely without losing your work.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/undo-and-redo.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=e623b62b8ac11c44fdf379ff49cfe276" alt="Undo and redo" width="690" height="190" data-path="images/undo-and-redo.png" />

  **Time Navigation** — Arrow buttons slide your view backward or forward by one period. Last month becomes the month before with a single click.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/time-navigation.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=b719c15c2a202a6c026c7f58ea227a69" alt="Time navigation" width="584" height="112" data-path="images/time-navigation.png" />
</Update>

<Update label="Jan 23 2026">
  ## Stay Connected with Teams

  Send digests and alerts directly to Teams channels alongside [Slack](/features/slack-reports).

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/aws-setup-flow.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=4df7cc1973e6439445cdf090b3197a6b" alt="AWS setup flow" width="2428" height="870" data-path="images/aws-setup-flow.png" />

  Keep your entire organization informed about cost changes and anomalies in the collaboration tools they already use.
</Update>

<Update label="Jan 16 2026">
  ## New Setup Flows for AWS and Azure

  Step-by-step setup flows for [AWS](/setup/billing#aws) and [Azure](/setup/billing#azure) with copy-paste commands and real-time validation. Our guided wizards walk you through creating cost exports and configuring permissions, with instant feedback to ensure everything is set up correctly.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/alerts-configuration.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=d84eac5188b07165718a405d6e4c1ea6" alt="Alerts configuration" width="2718" height="1134" data-path="images/alerts-configuration.png" />

  For [AWS](/setup/billing#aws), you can now set up billing exports using a one-click CloudFormation stack. The template creates the CUR 2.0 export and configures the IAM role with the required permissions automatically.
</Update>

<Update label="Jan 9 2026">
  ## Daily Scheduled Reports

  [Scheduled reports](/features/slack-reports) now support daily frequency, so you can receive cost summaries every morning alongside your existing weekly and monthly schedules.
</Update>

<Update label="Dec 26 2025">
  ## Fully Automated Digest

  [Digests](/features/digest) are now fully automated — configure once and Costory generates your cost reports on schedule with background processing. Each digest includes markdown-rendered analysis with auto-generated charts, organized in a 5-step config modal for quick setup.

  <img src="https://mintcdn.com/costory/yf5IOllBXAiTOL3o/images/automated-digest.png?fit=max&auto=format&n=yf5IOllBXAiTOL3o&q=85&s=1053df052b52c4b54a0187e1f9f9b7fa" alt="Fully automated digest configuration" width="1576" height="511" data-path="images/automated-digest.png" />
</Update>

<Update label="Dec 16 2025">
  ## Amplitude Integration

  Correlate product usage with cloud costs. Connect your [Amplitude](/use-cases/amplitude/cost_per_active_users) project to bring [Daily Active Users](/setup/usage-metrics) into Costory, then visualize usage trends alongside infrastructure spend. Supports both US and EU data regions with 12 months of historical data synced automatically.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/amplitude-integration.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=5f2767e5397d45f280ba4b626b0caaec" alt="Amplitude integration" width="2302" height="798" data-path="images/amplitude-integration.png" />
</Update>

<Update label="Dec 11 2025">
  ## Meet Costory Spotlight

  Press **Cmd/Ctrl+K** from anywhere to open Spotlight and navigate directly to your most-used views and features. Start typing to search across dashboards, saved views, metrics and more. Arrow keys navigate, Enter opens, Escape closes.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/costory-spotlight-search.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=f3f3e20cf10818cb4ec1ca16ba283af6" alt="Costory Spotlight search" width="2940" height="1664" data-path="images/costory-spotlight-search.png" />

  Spotlight adapts to your usage — you'll see your recent dashboards, recently accessed views, and the most popular views across your team from the last 30 days. Community templates give you ready-to-use starting points for common analyses.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/spotlight-quick-actions.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=4a546525e390766153605a53f9a7a0a3" alt="Spotlight quick actions" width="1692" height="820" data-path="images/spotlight-quick-actions.png" />
</Update>

<Update label="Dec 5 2025">
  ## Smarter Cost Analysis with Billy

  Billy got a major upgrade to how it understands and navigates your cost data. Improved vocabulary and column-naming awareness means Billy now interprets dimensions, labels, and groupings more accurately — fewer false leads, more relevant breakdowns.

  Under the hood, heavy columns are now tokenized for faster processing, and a new prompt architecture gives Billy better guidance on when to drill deeper versus when to surface results. Combined with the group-by quality scoring introduced in November, Billy's investigations are sharper and faster than ever.
</Update>

<Update label="Nov 27 2025">
  ## Streamlined Onboarding

  Organization creation is now fully automated during sign-up — no manual steps required. The onboarding flow also supports organization hierarchies for teams managing parent and child accounts, with smarter defaults and improved invite handling.
</Update>

<Update label="Nov 20 2025">
  ## Multi-Org Support, Exports & Quality of Life

  * **Multi-organization support** — manage multiple organizations from a single account and switch between them seamlessly
  * **Cleaner PNG exports** — exports now match exactly what you see on screen, with proper borders and shadows
  * Rename metrics without recreating them, and delete dashboards and views from anywhere
</Update>

<Update label="Nov 7 2025">
  ## A New Look for Billy

  Billy now generates full markdown for each node with **dynamic chart generation**. After identifying contributing factors for a cost spike, Billy picks the most relevant dimension to visualize the underlying cost drivers at a glance.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/billy-dynamic-chart-generation.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=27bdec573d0543bfbc301ee17fc7069d" alt="Billy dynamic chart generation" width="951" height="492" data-path="images/billy-dynamic-chart-generation.png" />

  The digest modal got a visual refresh — cleaner layout, easier navigation, and quick toggles to show or hide charts while reading.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/billy-report-nodes.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=f461a5b11637f99081976df2fe2355c7" alt="Billy report nodes" width="2940" height="1462" data-path="images/billy-report-nodes.png" />

  **Interactive Feedback and Continuity** — provide feedback to Billy and specify how to update an existing report. Billy regenerates each node according to your specifications, and all previous versions are saved so you can pick up where you left off.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/billy-interactive-feedback.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=0196dc030ee666fec31234a4c8912cd4" alt="Billy interactive feedback" width="2004" height="208" data-path="images/billy-interactive-feedback.png" />
</Update>

<Update label="Nov 5 2025">
  ## Under the Hood: Billy Becomes an AI Agent

  Billy evolved from a fixed analysis pipeline into an autonomous AI agent powered by Gemini. Instead of following predetermined steps, Billy now reasons about your data — deciding which dimensions to investigate, which statistical tests to run, and how to present findings.

  Key changes under the hood:

  * **Tool-based architecture** — Billy has its own toolbox: assess group-by quality, fetch timeseries, run contributing factor analysis, and pull historical cost context
  * **Statistical dimension selection** — a concentration index scores each dimension before Billy drills in, so analysis focuses on what actually explains cost changes
  * **Parallel data fetching** — timeseries queries now run concurrently, cutting investigation time significantly
  * **Events & knowledge retrieval** — Billy can now pull events and organizational knowledge directly into its analysis, cross-referencing deployments, incidents, and internal context for richer explanations
</Update>

<Update label="Oct 30 2025">
  ## A New Look for the Explorer and Dashboards

  The library is now **keyboard-first** — navigate everything with **Cmd/Ctrl+K**, arrow keys, and shortcuts. Consistent color schemes across all charts make it easier to track dimensions visually.

  <img src="https://mintcdn.com/costory/VgOY4BJyTDVknUpv/images/explorer-library.png?fit=max&auto=format&n=VgOY4BJyTDVknUpv&q=85&s=b277d78c8e04588f5107d9118dd66ced" alt="Explorer library view" width="1657" height="742" data-path="images/explorer-library.png" />

  The query builder has been updated with a cleaner interface, and you can now **filter dashboards by view** to focus on the data that matters most.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/inline-dashboard-editing.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=6c8e075cc19aa635fd023b5ac7095c2a" alt="Inline dashboard editing" width="2498" height="1668" data-path="images/inline-dashboard-editing.png" />

  Inline editing lets you modify dashboards without leaving the page, and you can create new views directly from within dashboards. Change the time period on any dashboard without leaving the page, and create saved views straight from the dashboard modal.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/dashboard-widget-types.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=ea074b9d305e2b85d762aff743ddf1c2" alt="Dashboard widget types" width="2058" height="888" data-path="images/dashboard-widget-types.png" />
</Update>

<Update label="Oct 15 2025">
  ## Consistent Color Palette & Mobile Sign-Up

  All charts now use a consistent color palette with full hex color support, making it easier to track dimensions visually across views and dashboards. The sign-up page is also now fully optimized for mobile.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/keyboard-first-library.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=977d2e1c649af3438eb4315221187746" alt="Keyboard-first library" width="1628" height="892" data-path="images/keyboard-first-library.png" />
</Update>

<Update label="Oct 8 2025">
  ## Aiven Billing Integration

  Track your Aiven managed service costs alongside other cloud providers. Billing data syncs automatically with full historical import.

  <img src="https://mintcdn.com/costory/yf5IOllBXAiTOL3o/images/aiven.png?fit=max&auto=format&n=yf5IOllBXAiTOL3o&q=85&s=1708938991efbcd9f9fec25b44563bc3" alt="Aiven billing integration" width="1765" height="570" data-path="images/aiven.png" />
</Update>

<Update label="Oct 1 2025">
  ## Redesigned Onboarding & Sign-Up

  A completely overhauled onboarding flow with automated organization creation, smarter defaults (start date now defaults to 3 months ago), and a redesigned sign-up page optimized for mobile. Setup wizards now link directly to the relevant documentation.
</Update>

<Update label="Sep 17 2025">
  ## Event Correlations & Advanced Cost Metrics

  **[Events](/setup/events) Correlations in the Digest** — correlated events now appear for every cost change and trend, helping you identify root causes and share findings with your organization.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/cost-dimension-mapping.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=64fd478045491c8dd7cc2d12154b3b90" alt="Cost dimension mapping" width="1057" height="486" data-path="images/cost-dimension-mapping.png" />

  Also new: **GBP currency support** and advanced AWS [cost metrics](/docs/cost-metrics) including Unblended, Net Unblended, Amortized, and Net Amortized cost views. The "Others" category in the explorer now shows up to 200 items for deeper analysis.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/event-correlations.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=06526c870b0c27d8af520a170b9511ea" alt="Event correlations" width="894" height="536" data-path="images/event-correlations.png" />
</Update>

<Update label="Sep 4 2025">
  ## Dimensions in Labels Explorer

  Introducing **[Dimensions](/features/tagging/dimensions)** in the Labels Explorer, a way to standardize and transform cost labels across all cloud providers.

  * **Select & Merge Labels**: choose multiple labels from different sources and merge them into a single, unified label
  * **Map Values**: standardize disparate values (e.g., map "prod", "production", "prd" all to "Production")
  * **Name & Save**: give your new label a clear name and save it for use across all analyses

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/feature-engineering-mappings.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=2e5fd6756d0b22018931ba2cdb4956f0" alt="Dimensions mappings" width="1194" height="658" data-path="images/feature-engineering-mappings.png" />
</Update>

<Update label="Aug 29 2025">
  ## Trends Detection & New Charts

  Billy now analyzes your spending and overlays **trends directly on charts**, helping you distinguish signal from noise. In digests, trend charts with event markers let you correlate changes with deployments, incidents, or infrastructure updates.

  <img src="https://mintcdn.com/costory/a83SEaApCn7Ur_e4/images/interactive-chart-legends.png?fit=max&auto=format&n=a83SEaApCn7Ur_e4&q=85&s=c83ae31e83ba50138e5cb64ccd19dbcf" alt="Interactive chart legends" width="742" height="434" data-path="images/interactive-chart-legends.png" />

  PNG exports now include event markers with labels and descriptions, rendered with smart positioning — making exported charts presentation-ready with full context.

  **Better chart controls** — interactive legends let you highlight series on hover and hide/show specific data by clicking. Tooltips sort values in descending order for quick identification of top contributors.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/event-correlations-in-charts.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=3209cf723149551f20773e03a2305e1a" alt="Event correlations in charts" width="2804" height="888" data-path="images/event-correlations-in-charts.png" />
</Update>

<Update label="Aug 5 2025">
  ## Digests Redesigned

  **Digests redesigned from the ground up** — a cleaner modal with badge-based organization. Collapse and expand sections as you review, with "Expand All" / "Collapse All" for quick navigation. **Compare periods side by side** with current month in solid blue and previous in dashed gray, with percentage changes in tooltips.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/comparison-charts.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=361f0808ee416251443497cf747db3b2" alt="Comparison charts" width="2932" height="1648" data-path="images/comparison-charts.png" />
</Update>

<Update label="Jul 30 2025">
  ## Datadog Billing & Events in Saved Views

  **Datadog billing integration** — track observability costs alongside cloud infrastructure with a setup wizard supporting both US and EU instances.

  **[Events](/setup/events) in saved views** — bookmark deployments, incidents, and releases to have them automatically appear on relevant dashboards. Event filters now save with your views.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/events-in-saved-views.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=e95e60fec907805dd210a2bda6066574" alt="Events in saved views" width="1626" height="888" data-path="images/events-in-saved-views.png" />
</Update>

<Update label="Jul 17 2025">
  ## Billy Investigates Your Cost Spikes

  When Costory detects unusual spending, Billy automatically analyzes the spike and identifies contributing factors — within minutes. The analysis appears directly in your digest and respects your exclusion filters, so you only see what matters.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/billy-cost-spike-analysis.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=c9a9d016b59ae40d47aa1b1a0b79a348" alt="Billy cost spike analysis" width="2874" height="872" data-path="images/billy-cost-spike-analysis.png" />
</Update>

<Update label="Jun 26 2025">
  ## Modern Group By & Events from Anywhere

  The redesigned **group by** widget uses color-coded pills for different dimension categories (Infrastructure, Applications, etc.). Search finds dimensions by their actual values, not just names — searching "prod" finds dimensions containing "production" values. Full keyboard navigation makes exploration fast.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/dimension-search.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=e43e1da98160d95a02a6f771ee555d74" alt="Dimension search" width="1548" height="1064" data-path="images/dimension-search.png" />

  **[Events](/setup/events) from anywhere** — create events via public API from CI/CD pipelines, monitoring tools, or ticketing systems. Track AWS price changes, Reserved Instance purchases, and Savings Plan commitments automatically. GitHub integration monitors pull request merges, repository creation, and releases.
</Update>

<Update label="Jun 19 2025">
  ## AI Suggests the Dimensions That Matter

  Billy now analyzes your data and suggests the most relevant dimensions to group by. The **suggested axes** feature scores dimensions by impact, showing which ones have the highest explanatory power. A sparkle icon marks suggestions, and you can auto-select them for instant insights.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/ai-dimension-suggestions.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=cf858c93a3e7dde9965c06c10b537976" alt="AI dimension suggestions" width="1958" height="1042" data-path="images/ai-dimension-suggestions.png" />
</Update>

<Update label="Jun 2 2025">
  ## Confluent Cloud, Split Costs & Integration Improvements

  **Confluent Cloud billing** with automated BigQuery sync and historical data import. Datadog metrics got centralized configuration with faster previews. Custom BigQuery mappings now support 40+ fields.

  **[Split costs](/use-cases/allocate_shared_cloud_sql_database/allocate) by actual usage** — allocate shared costs based on telemetry from Datadog, CSV, Google Sheets, AWS, or CI visibility metrics. Map cost centers to usage metrics with visual previews showing top consumers over time.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/dynamic-allocation-configuration.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=05468aa4fb440523619680ff2aaba709" alt="Dynamic allocation configuration" width="2146" height="1528" data-path="images/dynamic-allocation-configuration.png" />
</Update>

<Update label="May 30 2025">
  ## Track Costs Alongside Deployments, Incidents, and Releases

  Track deployments, incidents, and releases directly on your cost charts. [Events](/setup/events) appear as visual markers on timelines, letting you instantly correlate cost spikes with real-world changes. Organize events into **BUSINESS**, **TECHNICAL**, and **PROVIDER** categories with reusable labels across your organization.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/events-on-cost-charts.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=93e470e54a636a622ae21c2cda41e96a" alt="Events on cost charts" width="2398" height="1524" data-path="images/events-on-cost-charts.png" />
</Update>

<Update label="May 22 2025">
  ## Introducing the Costory Digest

  Engineering teams shouldn't have to dig through dashboards every month to figure out what changed. The [Costory Digest](/features/digest) does the work for you — it automatically analyzes your cloud costs, identifies the biggest movers, and delivers a clear summary straight to [Slack](/features/slack-reports) on your schedule.

  <img src="https://mintcdn.com/costory/s8MPZDobM_OEKKBH/images/costory-digest.png?fit=max&auto=format&n=s8MPZDobM_OEKKBH&q=85&s=f47183ddd9185609e73882ccc308bb9a" alt="Costory Digest" width="2436" height="1078" data-path="images/costory-digest.png" />

  * **Configurable scope** — choose the time period, group-by dimensions, and filters to match what matters to your team
  * **Interactive charts** with trend lines that highlight cost movements at a glance
  * **"Others" rollup** so smaller line items don't clutter the picture
  * **Drawer view** for quick exploration without leaving your workflow
  * **Scheduled delivery to Slack** so your Monday morning standups always start with the full picture
</Update>
