# IcePanel Docs

## IcePanel docs

- [Welcome](https://docs.icepanel.io/introduction.md): Learn about starting in IcePanel and using the C4 model
- [Getting started](https://docs.icepanel.io/getting-started.md): Create your first IcePanel diagram and model
- [Modelling](https://docs.icepanel.io/core-features/modelling.md)
- [Model objects view](https://docs.icepanel.io/core-features/modelling/model-objects-view.md)
- [Connections list](https://docs.icepanel.io/core-features/modelling/connections-list.md)
- [Groups](https://docs.icepanel.io/core-features/modelling/groups.md)
- [Diagramming](https://docs.icepanel.io/core-features/diagramming.md): How to diagram with IcePanel
- [Diagrams section](https://docs.icepanel.io/core-features/diagramming/diagrams-section.md)
- [Organizations](https://docs.icepanel.io/core-features/organizations.md)
- [Landscapes](https://docs.icepanel.io/core-features/landscape.md)
- [Domains](https://docs.icepanel.io/core-features/domains.md)
- [Global search](https://docs.icepanel.io/core-features/global-search.md)
- [Decision records](https://docs.icepanel.io/core-features/decision-records.md)
- [Dependencies view](https://docs.icepanel.io/core-features/dependencies-view.md)
- [Model Imports](https://docs.icepanel.io/core-features/model-imports.md): Importing data into IcePanel
- [Exports](https://docs.icepanel.io/core-features/export.md)
- [Model viewer](https://docs.icepanel.io/core-features/model-viewer.md): Auto-layout view of your model objects and connections.
- [Comments](https://docs.icepanel.io/collaboration/commenting.md)
- [Share links & embeds](https://docs.icepanel.io/collaboration/sharing.md)
- [Ownership teams](https://docs.icepanel.io/collaboration/ownership-teams.md)
- [Roles & permissions](https://docs.icepanel.io/collaboration/collaboration.md)
- [Flows](https://docs.icepanel.io/visual-storytelling/flows.md)
- [Flows section](https://docs.icepanel.io/visual-storytelling/flows/flows-section.md)
- [Tags](https://docs.icepanel.io/visual-storytelling/perspective-tags.md)
- [Technology choices](https://docs.icepanel.io/visual-storytelling/technology-choices.md)
- [Drafts](https://docs.icepanel.io/future-state-design/drafts.md): 🔮 Design future states of software architecture
- [Versioning](https://docs.icepanel.io/future-state-design/versioning.md)
- [MCP server](https://docs.icepanel.io/integrations/mcp-server.md)
- [Agent skills](https://docs.icepanel.io/integrations/agent-skills.md)
- [API & SDK](https://docs.icepanel.io/integrations/rest-api.md)
- [Webhooks](https://docs.icepanel.io/integrations/webhooks.md)
- [Audit logs](https://docs.icepanel.io/security/audit-logs.md)
- [Training Workshops](https://docs.icepanel.io/expert-help/training-workshops.md)
- [IcePanel](https://docs.icepanel.io/templates/icepanel.md): Yes, this is our system architecture 😉
- [E-commerce](https://docs.icepanel.io/templates/e-commerce.md): An e-commerce system
- [Low-code](https://docs.icepanel.io/templates/low-code.md): Low-code website builder
- [Marketplace](https://docs.icepanel.io/templates/marketplace.md): A marketplace app for booking and reserving accommodations
- [Bank](https://docs.icepanel.io/templates/bank.md): A banking system
- [RSS feed](https://docs.icepanel.io/templates/rss-feed.md): Stackfeed.io architecture
- [Microservice Diagram](https://docs.icepanel.io/templates/microservice-diagram.md): A microservice diagram
- [Event-based Diagram](https://docs.icepanel.io/templates/event-based-diagram.md): An event-based diagram
- [Deployment Diagram](https://docs.icepanel.io/templates/deployment-diagram.md): A deployment diagram.
- [Networking Diagram](https://docs.icepanel.io/templates/networking-diagram.md): A networking diagram
- [Glossary](https://docs.icepanel.io/other-information/glossary.md)
- [SSO - SAML](https://docs.icepanel.io/other-information/sso-saml.md)
- [UI theme](https://docs.icepanel.io/other-information/ui-theme.md)
- [Hotkeys](https://docs.icepanel.io/other-information/hotkeys.md)
- [Troubleshooting](https://docs.icepanel.io/other-information/troubleshooting.md)
- [FAQ](https://docs.icepanel.io/other-information/faq.md): Frequently-asked questions
- [AI in IcePanel](https://docs.icepanel.io/other-information/ai-in-icepanel.md): How IcePanel uses AI


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.icepanel.io/introduction.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.
