> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/changelog/2026/24-aug-aml-risk-engine-and-cases.md).

# 24 Aug: AML Risk Engine & Cases

This release introduces the Custom AML Risk Engine. It gives organizations full control over how customer risk is assessed. It also adds major Portal improvements, including Global Search, live notifications, passkeys, and an enhacned case investigation experience.

These updates help compliance teams build custom AML risk models, investigate customers faster, and improve day-to-day productivity across the ComplyCube Portal.

### **New features**

* [Custom AML Risk Engine](/documentation/product-guides/due-diligence-tools/risk-profile.md) enables organizations to build custom AML risk models using configurable risk factors, custom scoring rules, and explainable decision logic. Create weighted or highest-risk scoring models tailored to your organization’s risk appetite and compliance requirements.

<div data-with-frame="true"><figure><img src="/files/FO6gegrDenH2OraN5lOo" alt=""><figcaption></figcaption></figure></div>

* **Live Notifications** add real-time in-portal notifications alongside email alerts. Teams can stay informed about important events without leaving the Portal.
* **ML Autocapture** comes to the Web SDK, matching the iOS and Android SDKs. The selfie and document scanners automatically capture when the face or document is clearly positioned and correctly framed, reducing retakes and improving image quality for verification.

### **Improvements**

* [Advanced Case Management](/documentation/product-guides/due-diligence-tools/advanced-case-management.md) now delivers a stronger investigation experience. It is easier to review customers, analyze verification results, and navigate supporting evidence during compliance investigations.
* **Portal Performance** improves responsiveness across the Portal, with a smoother experience on desktop and mobile. This makes customer investigations faster and more efficient.
* **Enhanced Capture Security** further strengthens the Web SDK with advanced liveness and tamper-resistant capture for selfie and document scanning. It helps protect against spoofing and injection attacks, including attempts to use virtual or synthetic cameras to inject fake video, without affecting the experience for genuine customers.

### **Documentation**

* Added [Branding](/documentation/sdks/branding.md) to the documentation.

### **SDK release notes**

For a detailed breakdown of each SDK release, see:

* [Web SDK](https://github.com/complycube/complycube-web-sdk/releases)
* [iOS SDK](https://github.com/complycube/complycube-ios-sdk/releases)
* [Android SDK](https://github.com/complycube/complycube-android-sdk/releases)
* [Flutter SDK](https://github.com/complycube/complycube-flutter-sdk/releases)
* [React Native SDK](https://github.com/complycube/complycube-react-native-sdk/releases)


---

# 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.complycube.com/documentation/changelog/2026/24-aug-aml-risk-engine-and-cases.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.
