> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/releases/2026.md).

# 2026

- [2026.8.0 - July 8 2026 Release](https://community.threekit.com/releases/2026/2026.8.0-july-8-2026-release.md): Changes are scheduled to go to production on July 22 2026
- [2026.7.8 - June 24 2026 Release](https://community.threekit.com/releases/2026/2026.7.8-june-24-2026-release.md): Changes are scheduled to go to production on July 22 2026
- [2026.7.7 - June 10 2026 Release](https://community.threekit.com/releases/2026/2026.7.7-june-10-2026-release.md): Changes are scheduled to go to production on June 17 2026
- [2026.7.6 - June 3 2026 Release](https://community.threekit.com/releases/2026/2026.7.6-june-3-2026-release.md): Changes are scheduled to go to production on June 10 2026
- [2026.7.5 - May 27 2026 Release](https://community.threekit.com/releases/2026/2026.7.5-may-27-2026-release.md): Changes are scheduled to go to production on June 3 2026
- [2026.7.4 - May 20 2026 Release](https://community.threekit.com/releases/2026/2026.7.4-may-20-2026-release.md): Changes are scheduled to go to production on May 27 2026
- [2026.7.3 - May 13 2026 Release](https://community.threekit.com/releases/2026/2026.7.3-may-13-2026-release.md): Changes are scheduled to go to production on May 20 2026
- [2026.7.2 - May 6 2026 Release](https://community.threekit.com/releases/2026/2026.7.2-may-6-2026-release.md): Changes are scheduled to go to production on May 13 2026
- [2026.7.1 - April 22 2026 Release](https://community.threekit.com/releases/2026/2026.7.1-april-22-2026-release.md): Changes are scheduled to go to production on April 22 2026
- [2026.7 - April 8 2026 Preview Release](https://community.threekit.com/releases/2026/2026.7-april-8-2026-preview-release.md): Changes are scheduled to go to production on April 22 2026
- [2026.6 - March 25 2026 Preview Release](https://community.threekit.com/releases/2026/2026.6-march-25-2026-preview-release.md): Changes are scheduled to go to production on April 1 2026
- [2026.5 - February 25, March 11 2026 Preview Release](https://community.threekit.com/releases/2026/2026.5-february-25-march-11-2026-preview-release.md): All changes went to production on March 11 2026
- [2026.4 - February 18 2026 Preview Release](https://community.threekit.com/releases/2026/2026.4-february-18-2026-preview-release.md): Changes are scheduled to go to production on March 11 2026
- [2026.3 - February 4 2026 Preview Release](https://community.threekit.com/releases/2026/2026.3-february-4-2026-preview-release.md): Changes are scheduled to go to production on February 18 2026
- [2026.2 - January 21 2026 Preview Release](https://community.threekit.com/releases/2026/2026.2-january-21-2026-preview-release.md): Changes are scheduled to go to production on February 3rd 2026
- [2026.1 - January 7 2026 Preview Release](https://community.threekit.com/releases/2026/2026.1-january-7-2026-preview-release.md): Changes are scheduled to go to production on January 21 2026


---

# 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://community.threekit.com/releases/2026.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.
