# Model objects view

Model objects can be viewed in a list format in the Model Objects view. Navigate to this page from the left-hand menu in the home screen.

## Adding objects in the model objects view

<figure><img src="/files/o9rn7H8wG4n40XXdjrKL" alt=""><figcaption><p>IcePanel's model objects list</p></figcaption></figure>

Here, you can quickly add and view your model objects in your domain. You can also search for and sort by tags, diagram count, description added, etc.

**Visible by default:**

* &#x20;Actors, Systems and Groups

**Expand systems to view:**

* Apps and Stores

**Expand apps and stores to view:**

* Components

You can add, edit, and delete objects from here. You can also view and edit the details of each object, just like in a diagram.

{% hint style="success" %}
You can duplicate any object in the model object list by right-clicking it and selecting the *Duplicate object* option.
{% endhint %}

<figure><img src="/files/TvydwYJGLrmVAZy8YOY6" alt=""><figcaption><p>Duplicate object</p></figcaption></figure>

## Filtering in the model view

<figure><img src="/files/roFdp2bOb5MpM5lQrCFm" alt=""><figcaption><p>Filtering options in model objects section</p></figcaption></figure>

You can filter your model objects based on:

* Technology choices
* Status
  * Live
  * Future
  * Deprecated
  * Removed
* Team ownership `(Growth plan only)`
* Tags (custom)
* Type
  * Internal
  * External
  * System
  * Actor
  * Group
  * App
  * Store
  * Component
* Diagram
  * In a diagram
  * In a flow
* Details
  * Has a display description
  * Has a detailed description


---

# 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/modelling/model-objects-view.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.
