> For the complete documentation index, see [llms.txt](https://agpt.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agpt.co/docs/platform/changelog/changelog.md).

# What's New

What's new in AutoPilot and the AutoGPT Platform. We ship updates regularly and document everything here.

## 2026

| Date                                                                                          | Highlights                                                                                                       |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [June 18 – July 9](/docs/platform/changelog/changelog/june-18-july-9-2026.md)                 | File folders, shareable chats, Discord bot                                                                       |
| [May 7 – June 10](/docs/platform/changelog/changelog/may-7-june-10-2026.md)                   | AutoPilot upgrades, redesigned login, live subscriptions, rebuilt settings                                       |
| [April 10 – May 1](/docs/platform/changelog/changelog/april-10-may-1-2026.md)                 | Artifacts panel, agent briefings, AI chat in builder                                                             |
| [March 23 – April 9](/docs/platform/changelog/changelog/march-23-april-9-2026.md)             | Themed prompt categories, live timer stats, redesigned onboarding, copy your prompts                             |
| [March 20 – March 25](/docs/platform/changelog/changelog/march-20-march-25-2026.md)           | Import workflows from other tools, marketplace UI polish, dry-run mode, parallel AutoPilot actions               |
| [March 13 – March 20](/docs/platform/changelog/changelog/march-13-march-20-2026.md)           | Refreshed marketplace, usage monitor, feedback button, personalized prompts                                      |
| [March 5 – March 12](/docs/platform/changelog/changelog/march-5-march-12-2026.md)             | Folders, notifications, cleaner reasoning, inline outputs                                                        |
| [February 26 – March 4](/docs/platform/changelog/changelog/february-26-march-4-2026.md)       | Connect any app, share files, browse the web, run code, text-to-speech                                           |
| [February 11 – 26](/docs/platform/changelog/changelog/february-11-february-26-2026.md)        | Telegram bots, agent folders, rebuilt flow editor, major AutoPilot upgrade                                       |
| [January 29 – February 11](/docs/platform/changelog/changelog/january-29-february-11-2026.md) | Voice input, persistent file workspace, Claude Opus 4.6, marketplace agent customization, rebuilt chat streaming |


---

# 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://agpt.co/docs/platform/changelog/changelog.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.
