# Overview

Waldo AI offers 4 methods of customer evaluation, each for different purposes.

In addition, Waldo's API offers methods to automate customer evaluation and synchronization with your system.

### Types of customer evaluation

**Onboarding**

The onboarding is the most basic type of customer evaluation.

This consists of a KYC/AML evaluation and for every customer added, Waldo AI will return a status of either passed, rejected, or review.

**Fraud Check**

The fraud check is a risk assessment of a customer. This evaluation includes information to help you take the right decision to accept or reject a customer.

To automate the decision, the fraud evaluation returns a customer risk score. Your organization can set its own customer risk thresholds.

**Document Check**

The document check is a supplemental KYC verification. Document verification is a critical process used to authenticate the identity of individuals by verifying the validity and authenticity of their submitted documents.

**Deep Background Check**

This will scan even more data sources across the entire web and generate a detailed report, using criminal records, work history, and AI facial recognition for this customer. A report will be emailed to you within one business day.

### Synchronizing with your system

Waldo AI includes the webhooks as a way to update your system (server/application, etc.) directly from our dashboard, and asynchronously from the API.

Since a part of the evaluations may not be completed in real time, we **highly recommend** setting up the webhooks.

Read more about [webhooks](https://docs.waldo.ai/features/webhooks).


---

# 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.waldo.ai/features/overview.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.
