# Model viewer

{% hint style="info" %}

## The model viewer is read-only.

{% endhint %}

## What is the model viewer?

The model viewer is an automatic view of all objects and connections in your landscape. It is arranged into a grid layout and is designed to give you information as you need it, instead of all information at once.

Share any feedback or request features [here](https://icepanel.canny.io/feature-requests) or email us at <mail@icepanel.io>.

## How to use the model viewer

{% stepper %}
{% step %}

### View model viewer

To view the model viewer, select Model viewer in the left navigation in the overview screen.

<figure><img src="/files/Bf59EMWrNIvRm7BIKrgv" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Zoom into objects

Zoom into objects by clicking the expand icon at the top-left of an object, or double-clicking the object square. If there is no expand icon, it means the object is empty.

<figure><img src="/files/hxCqniSPWjvqqhEFv9r8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Preview connections

Hover on model objects to preview the incoming and outgoing connections at each level.

<figure><img src="/files/WS3mbnLQI2A7Gxs6YiQr" alt=""><figcaption></figcaption></figure>

Select an object with a single click to see the incoming and outgoing connections pulse. You can also update model object information using the right-hand details panel.

<figure><img src="/files/i3ORApy8VSfrk6DNgP0v" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### View connections

Select connections between objects to view the direct and lower connections between those objects.

You can also see which diagrams the connections are shown in, and navigate directly to them.

<figure><img src="/files/fAgOnrJQa2NZbR3qU9cP" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

### You're all set!

You now know how to navigate the model viewer and view connections between objects.


---

# 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.icepanel.io/core-features/model-viewer.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.
