> 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.md).

# Changelog

- [What's New](https://agpt.co/docs/platform/changelog/changelog.md)
- [Organize files, share your work, connect Discord](https://agpt.co/docs/platform/changelog/changelog/june-18-july-9-2026.md)
- [Smarter Automation, Fresher Design, Open for Business](https://agpt.co/docs/platform/changelog/changelog/may-7-june-10-2026.md)
- [Artifacts, Briefings, and Builder Chat](https://agpt.co/docs/platform/changelog/changelog/april-10-may-1-2026.md)
- [Smarter starts, faster feedback](https://agpt.co/docs/platform/changelog/changelog/march-23-april-9-2026.md)
- [Import workflows from other platforms and enjoy a polished marketplace](https://agpt.co/docs/platform/changelog/changelog/march-20-march-25-2026.md)
- [Refreshed marketplace, usage monitor, and personalized prompts](https://agpt.co/docs/platform/changelog/changelog/march-13-march-20-2026.md)
- [Organize your agents, get notified, and enjoy a cleaner chat](https://agpt.co/docs/platform/changelog/changelog/march-5-march-12-2026.md)
- [Connect any app, share files, and let AutoPilot browse for you](https://agpt.co/docs/platform/changelog/changelog/february-26-march-4-2026.md)
- [Telegram bots, agent folders, and a rebuilt builder](https://agpt.co/docs/platform/changelog/changelog/february-11-february-26-2026.md)
- [Voice input, persistent files, and a smarter AI](https://agpt.co/docs/platform/changelog/changelog/january-29-february-11-2026.md)


---

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