# Sumsub

Loopit has a native integration with Sumsub to allow face verification. The person sends in an identity document, takes a selfie, and the system verifies that they match.

### How to connect Sumsub

1. Navigate to Settings > Integrations.
2. Click setup on Sumsub
3. Fill out the form.
   1. Name -> can be a friendly memorable name for your business e.g. "My sumsub integration"
4. Press save

### Using Sumsub

You can navigate to any person, go to Trupass, then click Face verifications. From there, you can look at existing verifications on this person, or create a new one. When you create one, it will send a link to that person via email, and they fill out the form on their end. Once complete, you can view the documents and data provided.

### Using Sumsub in a demo workspace

In a demo workspace, no actual comparisons take place. Instead any normal documents you give it will fail. You can give it specific test documents, which will always pass or fail, depending on what document you give it. You can find these documents and usage instructions [here](https://docs.sumsub.com/docs/testing).


---

# 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.loopit.co/settings/integrations/sumsub.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.
