> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/product-updates-changelog/2025-q4/december-2025.md).

# December 2025

## Key Initiative Enhancements

* New Fields: Type (Product, Process, or Agent), Tracking Metric, and Performance to provide a granular view of your progress.
* Intuitive side-drawer: making it easier than ever to create and edit your Initiatives work.
* Smart Associations: Tailor your project structure by linking multiple opportunities to Product/Process initiatives, or associating specific Agents and Criteria to Agent-based tasks.
* Enhanced UX: Reference links now display favicons for instant recognition, and you can quickly view a team member's contact info by hovering over the owner or assignee fields.

## New Analytics Widgets

To help you gain deeper insights, we have added two powerful new chart types:

* Comparison Chart: Benchmarking is now effortless. Compare your current data against previous or specific time periods with a visual design that clearly distinguishes performance gaps.
* Multi-series Chart: For complex data storytelling, this chart allows you to visualize two metrics, two breakdowns, and two chart types simultaneously, complete with a configurable secondary Y-axis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ask.birdie.ai/product-updates-changelog/2025-q4/december-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
