> 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/14-jul-qualified-esignatures.md).

# 14 Jul: Qualified eSignatures

This ComplyCube release adds eSignatures, including Qualified Electronic Signatures (QES), to KYC, AML, and customer onboarding workflows. It also expands compliance policy coverage, improves document verification performance, and updates Hosted Solution and Bulk Processing.

These updates help organizations strengthen identity assurance, automate compliance decisions, and streamline operations across customer verification journeys.

### **New features**

* [eSignatures](/documentation/product-guides/compliance-studio/e-signatures.md) let businesses capture eIDAS-compliant electronic signatures, including **SES**, **AdES**, and **QES**, in KYC, AML, and onboarding workflows. Generate templates from **PDFs** or [Smart Forms](/documentation/product-guides/compliance-studio/smart-forms.md) and capture legally binding signatures in a single verification journey.

<div data-with-frame="true"><figure><img src="/files/JVRj9Omr73z2nAnXVwx0" alt=""><figcaption><p>eSignature document template builder</p></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/UyBzR6XZlxUD5og1RUgc" alt=""><figcaption><p>An example of an eSignature signing flow</p></figcaption></figure></div>

* Expanded [Compliance Policies](/documentation/product-guides/compliance-studio/policies.md) add broader [regulatory coverage](/documentation/product-guides/compliance-studio/policies/regulatory-coverage.md) with new built-in policies aligned to global compliance requirements. This helps organizations automate KYC and AML decisioning with more confidence.
* **Global Search** lets you search clients, checks, workflow sessions, and workflows from one place within the ComplyCube Portal, making it faster to locate records across your account.
* **Passkeys** add support for passwordless authentication using Face ID, Touch ID, Windows Hello, and other platform authenticators for faster, more secure access.

### **Improvements**

* [Document Check](/documentation/product-guides/identity-verification/document-check.md) now delivers broader document coverage, faster processing, and higher verification accuracy.
* [Hosted Solution](/documentation/sdks/web-integrations/hosted-solution-quick-guide.md) now launches in full-screen mode, giving customers a cleaner and more immersive verification experience.
* [Bulk Processing](/documentation/product-guides/watchlist-pep-and-adverse-media/bulk-processing.md) now includes real-time job progress tracking. This makes it easier to monitor large verification batches from start to finish.

### **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/14-jul-qualified-esignatures.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.
