# Setup new Integration

Now that your account is created, it’s time to set up a new integration. An integration works like a placement where you choose which FaceVerify services you want to use and where they will be applied.

<figure><img src="https://1053046052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDvMwHcGuRndvUobPaqDt%2Fuploads%2FRFR7Ic5xKKlOykd7Mt7O%2FScreenshot%202024-09-11%20183601.png?alt=media&#x26;token=b72728c2-f22a-4f61-9733-5354410beecc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once your are logged in, Select Integration Tab to set up your new integration
{% endhint %}

<figure><img src="https://1053046052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDvMwHcGuRndvUobPaqDt%2Fuploads%2FSopeN8QOjj2UelXYWLBm%2FScreenshot%202024-09-11%20183714.png?alt=media&#x26;token=698e7d1f-a721-45e0-87b4-57d31eb4b1cb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Click on Add Integration and fill up the information asked
{% endhint %}

<figure><img src="https://1053046052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDvMwHcGuRndvUobPaqDt%2Fuploads%2FKmAjGKWPTOBcVD9vBD0s%2FScreenshot%202024-09-11%20183956.png?alt=media&#x26;token=f73558dd-1218-45b3-b3fb-fc0f8006ab9b" alt=""><figcaption></figcaption></figure>

| Field Names       | Meaning                                                                                                                                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Integration Name  | This is only for your internal reference                                                                                                                                    |
| Callback URL      | This is the url/website where your customers/users will be redirected after completing verification.                                                                        |
| Webhook URL       | <p>This is where you will get notified about verification events by a POST request, like :<br>Verification started, Partial done, submitted, Rejected, Approved.</p>        |
| Verification Type | This basically refers to your verification needs, it can be both face and id or face only and even documents only.                                                          |
| Set as Production | By default it's off, which means you can use this for test proposes and to understand verification flow,  once you are ready to go live, you can turn on to production mode |


---

# 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.faceverify.io/getting-started/integration.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.
