> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/powerkpis/features/writebackextreme/ai-summaries-and-analysis.md).

# AI Summaries & Analysis

PowerKPIs uses AI to generate insights directly on KPI cards.\
These insights help users quickly understand performance, trends, and potential actions.

AI summaries are available through different actions, depending on your layout.

***

#### **Summarize KPI Card**

Each KPI card includes a **Summarize Card** option.

* Click **⋯ (three dots)** on a KPI card
* Select **Summarize Card**

The AI will generate a summary based on the KPI’s values, trends, and comparisons.

<figure><img src="/files/524RqCN7xP8bHQPWHEVo" alt=""><figcaption></figcaption></figure>

You can also:

* **Regenerate** the analysis
* **Add comments** to the analysis

The summary is stored together with any comments added to it.

***

#### **Cockpit Analysis (Grid layouts only)**

Cockpit Analysis provides insights across multiple KPI cards in a grid layout.

* Click **⋯ (three dots)** on a KPI card
* Select **Cockpit Analysis**

The AI generates a broader analysis of the KPI cockpit, including:

* Overall performance
* Trends across KPIs
* Key patterns and signals
* Suggested actions

You can switch between different views:

* **Overview**
* **Performance**
* **Patterns**
* **Actions**

<figure><img src="/files/rqkmNzJ7ViVCeGDvJekH" alt=""><figcaption></figcaption></figure>

Interactive elements:

* Click highlighted KPI names or values to update the preview and context
* This allows you to explore specific KPIs in more detail

You can also:

* **Regenerate** the analysis
* **Add comments** to the analysis

***

#### **Tree Health Check (Tree layouts only)**

Tree Health Check analyzes hierarchical KPI structures (driver trees).

* Click **⋯ (three dots)** on a KPI card
* Select **Tree Health Check**

The AI evaluates the structure and performance of the entire tree.

You can explore different perspectives:

* **Overview**
* **Inflections**
* **Causes**
* **Actions**

<figure><img src="/files/BCqmDcZcsJAFrG8910Gc" alt=""><figcaption></figcaption></figure>

Interactive elements:

* Click highlighted nodes or values to update the preview and context
* This helps you drill into specific parts of the tree

You can also:

* **Regenerate** the analysis
* **Add comments** to the analysis


---

# 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.infotopics.com/powerkpis/features/writebackextreme/ai-summaries-and-analysis.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.
