> For the complete documentation index, see [llms.txt](https://docs.icepanel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.icepanel.io/core-features/modelling/model-objects-view.md).

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