# AI Features

AI Features use contextual understanding, external or ilert-hosted large language models (LLMs) to enhance common workflows in ilert.

<table><thead><tr><th width="227.484375">Feature</th><th width="359.8984375">Description</th><th>LLM usage type<select><option value="tLbru3ef93oe" label="Self-hosted" color="blue"></option><option value="PxZd7Wj9inMm" label="External LLM" color="blue"></option></select></th></tr></thead><tbody><tr><td><a href="/pages/QPRTjVTK9BPys8bsuvWQ">Intelligent alert grouping</a></td><td>Automatically groups related events using semantic similarity to reduce noise.</td><td><span data-option="tLbru3ef93oe">Self-hosted</span></td></tr><tr><td><a href="/pages/lJjudVgwPmO5s39W0S5T">Schedule generation</a></td><td>Builds recurring schedules from a chat interface</td><td><span data-option="PxZd7Wj9inMm">External LLM</span></td></tr><tr><td><a href="/pages/9Qxc6Q4KzFgGnNOmTIb1">Status update generation</a></td><td>Drafts status update messages and status page posts based on ongoing incident context.</td><td><span data-option="PxZd7Wj9inMm">External LLM</span></td></tr><tr><td><a href="/pages/ssWwZOtjJiVDIiPigfbr">Post-mortem generation</a></td><td>Generates incident post-mortems using alert timelines, notes, and status updates.</td><td><span data-option="PxZd7Wj9inMm">External LLM</span></td></tr><tr><td><a href="/pages/cZIm1a8PVyFc9t9F393U">Global search</a></td><td>Semantic search across alerts, incidents, services, alert sources, schedules, escalatio policies, ...</td><td><span data-option="tLbru3ef93oe">Self-hosted</span></td></tr></tbody></table>

{% hint style="info" %}
AI features that use **external LLMs** can be turned off globally in the [account settings](/ai-and-agents/introduction.md#model-endpoints-and-data-residency).
{% endhint %}


---

# 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.ilert.com/ai-and-agents/ai-features.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.
