# Development

You may have noticed that by default, our KYC service was created in "**dev**" - Development mode.&#x20;

<figure><img src="/files/sZ0ckYIUQK9kgT4fvGET" alt=""><figcaption></figcaption></figure>

In "**dev**" mode following verifications are not performed by AI models integrated in the KYC service:&#x20;

1. Facial Authentication is not performed&#x20;
2. Uniqueness check is also not performed&#x20;
3. Document verification is also not performed&#x20;
4. No revocability of the credential (credential status is not registered on blockchain)
5. Email is not sent to users

Only data is captured and extracted from ID document. We suggest you to complete [full integration](/hypersign-kyc/kyc-widget/integrations.md), test a couple of times and then go for production.&#x20;

{% content-ref url="/pages/T5mSUuhTeEZH0atsNrtU" %}
[Production](/hypersign-kyc/integrations/environments/production.md)
{% endcontent-ref %}


---

# 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.hypersign.id/hypersign-kyc/integrations/environments/development.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.
