> For the complete documentation index, see [llms.txt](https://docs.hava.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hava.io/using-hava/environments/filtering-environments.md).

# Filtering Environments

## **Filter Environments**

The Filter Environments field allows you to filter the displayed environment tiles based on partial diagram name and/or availability zone. The filter matching is not case sensitive.

![](https://www.hava.io/hubfs/assets/2020UI/Filter_Hava_Cloud_Diagrams.png)

For instance, you could filter your displayed tiles to only show environments hosted in any us-east availability zone by entering "us-east" into the box

![Use the filter box to display specific regions or diagram names](https://www.hava.io/hubfs/assets/2020UI/Hava_Filter_Cloud_Diagrams_by_Region.png)

## Show / Hide Empty Environments

This button toggles whether empty environment tiles are visible or not :

![Show or Hide Empty Cloud Infrastructure Diagrams](https://www.hava.io/hubfs/assets/2020UI/Hava_Show_Empty_Cloud_Environments.png)

## **Diagram View Filter**

There are several diagram views, like Infrastructure, Container, Security & List. The filter shortcut menu allows you to filter the diagram tiles to show only the environment diagrams that contain data in that view.

This can be utilised by teams only interested in a specific aspect of your environments, for example the security team can select the security views and jump straight into the security diagram for the selected environment.

![Select the type of diagrams to display on your diagram dashboard](https://www.hava.io/hubfs/assets/2020UI/Filter_Cloud_Diagrams_by_Type.png)

###


---

# 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.hava.io/using-hava/environments/filtering-environments.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.
