> 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/changelog-fr/2022/20-may.md).

# 20 mai : Mises à jour de conformité

Cette version a introduit de nouveaux contrôles de conformité, des capacités de surveillance supplémentaires et des améliorations de l’API pour aider les clients à faire évoluer leurs intégrations avec une plus grande flexibilité.

### **Nouvelles fonctionnalités**

* Étendu [la couverture des listes](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check/lists-included.md) pour [les contrôles de filtrage AML](/documentation/product-guides/watchlist-pep-and-adverse-media/aml-screening-check.md).
* Des notifications par e-mail ont été ajoutées à **la surveillance continue** pour AML Screening, permettant aux entreprises de rester informées des changements de statut des clients au fil du temps. Cette fonctionnalité complète les événements webhook existants, offrant un autre canal pour garantir qu’aucune mise à jour importante ne soit jamais manquée.
* Ajouté [la vérification multi-bureaux](/documentation/product-guides/identity-verification/multi-bureau-check.md) la prise en charge via l’API et le Portail.

### **Améliorations**

* Les SDK mobiles ont été mis à jour avec une meilleure localisation et des améliorations du guidage de la caméra.
* La couverture d’AML Screening a été étendue à des listes de surveillance et des juridictions internationales supplémentaires.
* Introduit [Quota de service](/documentation/api-reference/service-quota.md) à nos API.
* Augmentation des API [limites de débit](/documentation/api-reference/rate-limits.md) pour l’environnement sandbox.
* Ajouté davantage de [scénarios de test](/documentation/integration-resources/testing-data.md) à l’environnement sandbox.


---

# 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/changelog-fr/2022/20-may.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.
