# Jul 30, 2025 - v1.92.1

### New Features

#### Agent Queries

* New logical "or" syntax has been added when querying agents.
* You can combine query values with a comma to get agents with a field matching either value. For example, to get agents that are either connected or disconnected, you would use the query `status:connected,disconnected`.
* This feature can be used in the UI when filtering the agents table or with the API.

<details>

<summary>Improvements</summary>

* New API endpoint to manually trigger an agent disconnect.

</details>

<details>

<summary>Bug fixes</summary>

* Fixed an issue with an agent failing to load when accessing it in the UI.
* Fixed an issue where a rollout can get stuck when there's an errored agent.
* Fixed an issue where the connection between Bindplane and the agent can get stuck in a bad state.
* Fixed an issue for on prem installations where authorized users who haven't been invited to a project could create a new organization.

</details>


---

# 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.bindplane.com/changelog/july-2025/2025-07-30-release.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.
