> 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.6-explainability-and-user-trust.md).

# 5.6 Explainability and User Trust

Trust in an AI-driven credit tool depends heavily on explainability. Users must be able to ask, explicitly or implicitly, “Why am I being shown this?” and receive an answer that is both honest and understandable. To support this, the AI engine maintains traceability links from high-level insights back to the features and events that contributed to them.

This does not mean exposing internal model parameters. Instead, it means the system can identify which behavioral changes, data points, or patterns were most influential in producing a given assessment. These can then be expressed in natural language or in simple visual form. For example, a risk alert might highlight the specific combination of rising obligations and shrinking buffer that triggered concern, rather than speaking generically of “increased risk”.

Explainability also serves an internal role. It allows Credit Express to audit its own behavior, detect potential biases in models or features, and adjust accordingly. This is particularly important as the platform expands across regions and user types, where financial norms and constraints may differ significantly.


---

# 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.6-explainability-and-user-trust.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.
