# AI in IcePanel

IcePanel utilizes OpenAI models to enhance various capabilities within the platform.

### **Use of OpenAI Models**

IcePanel utilizes OpenAI models to enhance various capabilities within the platform. All AI-powered features are **strictly opt-in** and are **disabled by default**. Users must explicitly enable these features in their settings before any OpenAI models are used on their behalf.

### **Data Usage and Training**

IcePanel does **not** train or fine-tune OpenAI models on customer data. When AI features are enabled, the models are used as-is, ensuring that user information remains private and secure. IcePanel does not contribute any user-specific data for training. OpenAI may process inputs to improve the general performance of its systems, in accordance with their policies.

### **Opting In**

Users can choose to enable or disable AI-powered features at any time through their account settings. If AI features are not enabled, OpenAI models are not used in any part of the IcePanel platform.

### **Feedback and Improvements**

Feedback from IcePanel users helps improve the overall experience and quality of AI-powered features. If you’d like to chat with us, feel free to book time with our team or reach out at **<mail@icepanel.io>**.

***

## AI features

#### MCP Server

For more information about our MCP, see [MCP server](/integrations/mcp-server.md).

#### Generate detailed descriptions

Generate more comprehensive, in-depth descriptions for objects. These are useful for documenting intent, behavior, and implementation details directly within your diagrams.

{% embed url="<https://studio.saltfish.ai/demo-share/demo_1769645295444_h8c2u8o2f>" %}

#### Generate display descriptions

Automatically generate concise, human-readable display text for objects. This helps make diagrams easier to scan and understand without manually writing descriptions.

{% embed url="<https://studio.saltfish.ai/demo-share/demo_1769646841762_jrbb82eqm>" %}

#### Get insights

Select one or more objects to generate a high-level summary explaining what they represent and how they relate to each other in the system.

{% embed url="<https://studio.saltfish.ai/demo-share/demo_1769647274847_ya6k37vov>" %}


---

# 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/other-information/ai-in-icepanel.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.
