# What's New

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

{% hint style="info" %}
AutoPilot was previously called CoPilot. References to CoPilot in older entries refer to the same product.
{% endhint %}

## 2026

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