> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/release-notes/may-14-2026-release.md).

# May 14, 2026 release

### AI agent

Bunny's new [RevOps agent](https://docs.bunny.com/guide/tour/ai/revops-agent) can answer questions and perform complex tasks. For example, you can ask questions about your data in Bunny as well as include external resources in the reasoning, which can provide powerful responses.

In addition, the AI agent can perform complex tasks, such as configuring new products or plans, building quotes or bulk-updating accounts.

We recommend playing with it in your sandbox account first.&#x20;

### MCP server

The [MCP server](https://docs.bunny.com/guide/tour/ai/mcp-server) allows you to connect external systems to Bunny.&#x20;

### Invoice forecast API

You can now access Bunny's invoice forecast via the GraphQL API.

### UI performance improvements

The admin UI payload is now a fraction of its original size and should load much faster. Tables are generally also more responsive due to caching of some metadata.


---

# 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:

```
GET https://docs.bunny.com/guide/release-notes/may-14-2026-release.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
