# Global search

Everything in IcePanel is part of the model and can be searched. Press Cmd/Ctrl + K or click the search icon on the top left of the navigation to open global search anywhere.

<figure><img src="/files/7HUVLdDbagsxfBXs7xWJ" alt=""><figcaption></figcaption></figure>

Search for diagrams (including drafts), flows, model objects (systems, apps, containers, components, groups), and connections.

* Selecting an object will navigate to the Model Objects list.
* Selecting a connection will navigate to the Connections list.
* Selecting a diagram will open it.
* Selecting a flow will open it in edit mode.


---

# 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/global-search.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.
