# Identification

## KYC-Provider

The identification of the customer is carried out by a KYC provider. Depending on your contract with CONCEDUS, you can choose from the following list:

* IDnow
* WebID
* PostIdent (Lionware)
* Verifeye
* Verimi

### IDnow Testing

For testing different ident results please add the code as surname or forename

| Code                    | Description                                                                                                                                           |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| X-MANUALTEST-HAPPYPATH  | Perform a happy path test. Ident is finished successfully and no changes are made.                                                                    |
| X-MANUALTEST-CHANGEALL  | Perform a successful identification, but changes all fields to new values. In addition, all allowed UTF-8 characters supported by IDnow are returned. |
| X-MANUALTEST-ABORTIDENT | The agent aborts during the identification (e.g. the video quality is not good enough).                                                               |


---

# Agent Instructions: 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.concedus.com/import-process/identification.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.
