> For the complete documentation index, see [llms.txt](https://docs.crxtoken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crxtoken.xyz/page-5.-ai-credit-engine/5.5-insight-generation-and-narrative-layer.md).

# 5.5 Insight Generation and Narrative Layer

Raw model outputs are not yet insights. The AI engine therefore includes a narrative layer that translates numerical signals into explanations and recommendations that make sense to humans. This layer takes into account the user’s current context, recent behavior changes, and previously delivered messages, in order to avoid repetition and provide continuity.

For example, instead of reporting “utilization increased by 7% over 30 days”, the narrative layer may produce a message such as: “Your use of available credit has been trending higher over the past month, mainly on Card A, and is now above the range you maintained earlier this year. This makes you more sensitive to unexpected expenses.” Where appropriate, this is followed by one or two concrete options for action, framed in terms of trade-offs rather than prescriptions.

The narrative layer also governs alerting behavior. It decides when a change is sufficiently material to warrant a proactive message, and when it should be absorbed into periodic summaries instead. The goal is to preserve the user’s attention for events that matter, rather than training them to ignore notifications.


---

# 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:

```
GET https://docs.crxtoken.xyz/page-5.-ai-credit-engine/5.5-insight-generation-and-narrative-layer.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.
