> For the complete documentation index, see [llms.txt](https://docs.ag5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ag5.com/release-notes/2025-updates/august-release-1-2025.md).

# August Release #1, 2025

The following updates have been implemented in AG5’s skills management software.

{% embed url="<https://share.vidyard.com/watch/ppeGmFEqfdH6dmiKUkmoF8>" %}

### **New visuals for pending actions**

We’ve updated the way pending actions, such as plannings, self-assessment requests, and approvals, are displayed across AG5. Previously, every ongoing process was marked with the same blue dot icon.&#x20;

Now, each action now has a distinct visual indicator. This small but impactful change makes it easier for users to instantly understand what’s happening.

From now on:

* **Plannings** are marked with a blue dot
* **Open self-assessment requests** are marked with a yellow diamond
* **Results waiting for approval** are marked with a tan, upside-down triangle
* **Multiple actions** are marked with a pink asterisk

### Multiple plannings per employee

You can now assign multiple training plans to a single employee in one action, giving you more flexibility in managing complex upskilling paths and parallel learning programs. This new option is available directly from the matrix or the employee page.

### **Prerequisite completion made visible**

When assigning a skill result or exploring a skill in the matrix, AG5 now shows you a prerequisite completion ratio if not all prerequisites are met. This gives users clear context to avoid premature completions and helps maintain data accuracy and compliance.&#x20;

### Enhanced position tagging experience

You can now select multiple tags for a position without the dropdown closing each time. Previously, you had to reopen the menu after each tag, which was slow and frustrating. This UX update makes tagging faster and easier.

<br>


---

# 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.ag5.com/release-notes/2025-updates/august-release-1-2025.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.
