> 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/diagram/view-diagram/diagram-canvas-resource-filters.md).

# Diagram Canvas Resource Filters

Hava now provides the ability to filter exactly what you do and don't want to view on your auto generated cloud architecture diagrams.

There are numerous reasons why Hava users have requested this feature.

In a large complex environment, you may only be interested in a handful of resource types for the immediate project or problem you are trying to solve.

Maybe your environment has thousands of Lambda functions that you have no interest in and you'd like to just see the other resources.

Whatever the scenario, you now have the ability to control exactly what is visible on your diagram canvas.

<figure><img src="https://www.hava.io/hs-fs/hubfs/Hava_Diagram_Canvas_Filters.jpg?width=1222&#x26;height=819&#x26;name=Hava_Diagram_Canvas_Filters.jpg" alt="Diagram showing the Hava canvas resource filters"><figcaption><p>Hava Diagram Canvas Filters</p></figcaption></figure>

The filter controls are found in the accordion menu to the right of your Hava diagrams.

Simply click on the check mark next to a resource type and that resource type will be hidden on the diagram.

If we uncheck EC2 Instances, this is the result:

<figure><img src="https://www.hava.io/hs-fs/hubfs/Hide_EC2_Instances.jpg?width=1223&#x26;height=826&#x26;name=Hide_EC2_Instances.jpg" alt="Diagram Filters showing AWS EC2 instances hidden"><figcaption><p>Hide AWS EC2 Instances</p></figcaption></figure>

As you would expect, checking the EC2 resource brings them all back.

Any resources that are not present on the diagram are greyed out in the filter options.

<figure><img src="https://www.hava.io/hs-fs/hubfs/Hide_Resources_not_on_the_Hava_Diagram.jpg?width=1225&#x26;height=823&#x26;name=Hide_Resources_not_on_the_Hava_Diagram.jpg" alt="toggle on or off filter options"><figcaption><p>Hide Resources not on the Hava Diagram</p></figcaption></figure>

To remove them from the filter options, toggle the "Hide resource types not in this environment" slide button to hide the non present resource options.

Simple yet effective. Here's a video walkthrough of the feature in action:

&#x20;

{% embed url="<https://youtu.be/syoS7lBm0QY>" %}

<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:

```
GET https://docs.hava.io/diagram/view-diagram/diagram-canvas-resource-filters.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.
