# Enhanced filtering with the ZLI

## `zli v. 6.6.7`

### Enhancements

* **Filter by status with `zli lt`.** `zli lt` supports filtering for all target types by online/offline status. To do this, try `zli lt --status {online/offline}`. If you’d like to specify the target type directly, use `zli lt -t {bzero/cluster/db/dynamic/ssm/web} --status {online/offline}`

### Fixes

* **Connect to `bzero` targets with a single target-user policy.** Resolved issue with connecting to bzero targets with a single target-user policy using `zli connect {target-name}`
* **Edit proxy policy from the `zli`.** Resolved issue with editing a proxy policy from the `zli`
* **`zli` verbs and arguments.** Resolved issue where an argument placed before a verb in a `zli` command would cause issues with the `zli` command execution


---

# 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://changes.bastionzero.com/2022/07-14-2022.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.
