# View Security Groups

You are able to visually see all the resources in an AWS VPC by hovering your cursor over the security groups in the attribute pane.

The connected resources belonging to the security group you are hovering over will be highlighted with a green border. In the below interactive diagram, five Elastic Load Balancers and seven EC2 Instances are highlighted when hovering over the 'demo-internal-servers' security group.

![](https://www.hava.io/hubfs/documentation/How-tos/Security_Group_Connections.jpg)

Further details can be viewed by selecting the security group from the list in the attribute pane.

This will display all the resources both visualised and not. For instance EC2 instances contained in autoscaling groups and network interfaces connected to this security group, that are not visualised on the diagram can be viewed in this list.

![](https://www.hava.io/hubfs/documentation/How-tos/Security_Group_Connection-Attributes.jpg)

You are able to continue drilling down through the resource attribute data by clicking on the resource you are interested in.


---

# 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.hava.io/diagnose/infrastructure/view-security-groups.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.
