> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/changelog/october-2025/oct-29-version-25.6-is-live.md).

# Oct 29: Version 25.6 is live!

This update includes meaningful improvements across workflows, catalogs, and logbooks, reflecting ongoing enhancements to the platform and feedback from our customers. Each change focuses on simplifying day-to-day tasks, improving visibility, and maintaining the platform’s reliability.

Here’s a quick look at what’s new:

* Program requests create workflow cases automatically for faster approvals
* New Program Catalog lets learners browse and request multiple programs
* Administrators can organize programs by both catalog and category
* Supervisors now see only cases linked to their direct reports
* Logbook data is clearer with competency ordering and validation tracking
* Simplified nav menus and updated survey tools enhance admin usability
* Class reminder notifications keep learners and instructors on schedule
* Platform updates strengthen stability and support faster future releases

These updates make the Shift iQ platform even more responsive and efficient for both administrators and learners.

**Next Release**

* Shift iQ version 25.7 is scheduled for release on December 17.

**Quick Fix Releases**

* Additional quick fixes are deployed on Wednesday nights at 7pm PT as needed.


---

# 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://docs.shiftiq.com/changelog/october-2025/oct-29-version-25.6-is-live.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.
