# August 11, 2025

### Improved Branching and Conditions in Workflows

Workflows are now more powerful and flexible. You can add **ELSE** conditions, and stop branching once a condition is met (instead of processing every branch). The condition node also supports multiple filters at once, making it possible to set up more complex logic.

<figure><img src="/files/3Ok7Qai5V202waxIqW4L" alt=""><figcaption></figcaption></figure>

### Better Support for Department and Job Area Queries

The AI node now returns accurate results for questions about people in specific departments or job areas. For example, you can ask how many people work in Finance or how many handle procurement — and get the answers you're looking for.

### Stakeholder Map Updates: Recent Changes in Roles

Stakeholder maps now highlight when key contacts have **recently joined, been promoted, or exited**. This gives your team immediate context about organizational changes so you can adjust engagement strategies accordingly.

<figure><img src="/files/Ar6Es31vJPqSXH5u6Z10" alt=""><figcaption></figcaption></figure>


---

# 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://docs.hockeystack.com/release-notes/2025/august-11-2025.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.
