
# Getting Started with Truora

{{<tags>}}

Welcome! If you're new to Truora, this page will help you understand what we do and which product is right for you. No technical knowledge required.

## What does Truora do?

Truora helps businesses **verify who people say they are** and **check if they can be trusted**. We do this through four main products:

1. **Truora Pass** — Lets users sign in to your app with an identity they already verified
2. **Digital Identity Verification** — Confirms that a person is who they say they are
3. **Background Checks** — Looks up public records to check someone's history
4. **WhatsApp Customer Engagement** — Lets you talk to your customers through WhatsApp automatically

Here's a simple way to think about it:

| If you need to... | Use this product |
|:---|:---|
| Let users sign in with an already-verified identity | **Truora Pass** |
| Avoid re-verifying users across your own apps | **Truora Pass** |
| Prove a user is a real person and not an impostor | **Digital Identity Verification** |
| Check if someone has a criminal record or legal issues | **Background Checks** |
| Send automated messages or chatbots on WhatsApp | **WhatsApp Customer Engagement** |
| Collect a digital signature on a document | **Digital Identity Verification** (Electronic Signature) |
| Confirm a phone number or email belongs to someone | **Digital Identity Verification** (Phone/Email Validation) |
| Screen a job applicant, driver, or customer | **Background Checks** |

---

## Product 1: Truora Pass

**In one sentence:** This product lets users sign in to your application with an identity they already verified with Truora — no passwords, and no repeating document or face verification.

### How does it work?

Truora Pass is an **Identity Provider** — the same kind of thing as "Sign in with Google". A user verifies their identity once inside Truora Pass (document + face). From then on, they can sign in to any app that integrates Truora Pass and choose to share their verified identity data with it, with their explicit consent.

From your side, the integration is standard: add a sign-in button, send the user to Truora Pass, and receive their verified identity data back. Your application never runs the verification itself — Truora Pass does it, and you read the result.

### Who is this for?

- Apps that want passwordless sign-in with a verified identity
- Companies required to verify identity (KYC) that don't want to build the verification themselves
- Businesses with several apps that want users verified once across all of them

### Where do I start?

→ [Getting started with Truora Pass](/truora-pass/tutorials/getting_started/) — What it is and how the integration works

---

## Product 2: Digital Identity Verification

**In one sentence:** This product confirms that your users are real people and that their documents, phone numbers, and emails are genuine.

### How does it work?

You create a **Flow** — think of it as a checklist of verification steps. When a user needs to verify their identity, they go through your Flow step by step. Each step checks something different:

- **Document Validation** — The user takes a photo of their ID. We read it and check that it's real.
- **Face Validation** — The user takes a selfie or short video. We compare it to their ID photo to make sure it's the same person.
- **Phone Validation** — We send a code to the user's phone. They enter it to prove the number is theirs.
- **Email Validation** — We send a code to the user's email. They enter it to prove the email is theirs.
- **Electronic Signature** — The user signs a document digitally, with legal validity.

You choose which steps to include. A bank might require document + face + phone. A simple signup might only need email.

### Who is this for?

- Apps and websites that need to verify user identities
- Companies that need to comply with identity verification laws (KYC)
- Businesses that collect digital signatures

### Where do I start?

→ [Create a Web Flow in 5 minutes](/guides/flows_web/) — Step-by-step guide to building your first verification flow
→ [Main Concepts](/guides/di_main_concepts/) — Learn the key terms

---

## Product 3: Background Checks

**In one sentence:** This product searches public records to check if a person, company, or vehicle has any red flags.

### How does it work?

You provide some basic information (like a name and ID number), and we search government databases and public records. Within minutes, you get a report that includes:

- Criminal records
- Legal history
- International sanctions lists
- Vehicle information (if checking a vehicle)
- And more, depending on the country

Each check gives you an **overall score** from 0 to 1. A higher score means fewer red flags. You can use this score to automatically approve or flag someone.

### Who is this for?

- Companies hiring employees or contractors
- Delivery platforms screening drivers
- Banks and lenders evaluating risk
- Ridesharing platforms verifying drivers and vehicles
- Any business that needs to do due diligence on people or companies

### Where do I start?

→ [Create a Background Check via Dashboard](/guides/checks/) — Step-by-step guide to running your first check
→ [Understanding Background Checks](/guides/understading_background_checks/) — Learn how checks work

---

## Product 4: WhatsApp Customer Engagement

**In one sentence:** This product lets you build chatbots and send automated messages to your customers on WhatsApp.

### How does it work?

You use a visual **Flow Builder** (drag and drop, no coding needed) to design conversations. Then you can:

- Send messages to groups of customers (**Campaigns**)
- Set up a chatbot that answers questions automatically
- Have real agents handle complex conversations
- Combine with Digital Identity to verify users right inside WhatsApp

### Who is this for?

- Businesses that want to reach customers on WhatsApp
- Companies that want to automate customer support
- Teams that want to verify identities or collect signatures through WhatsApp conversations

### Where do I start?

→ [Create a WhatsApp Flow in 5 minutes](/guides/flows/) — Step-by-step guide to building your first WhatsApp chatbot
→ [WhatsApp Main Concepts](/guides/whatsapp_ce_main_concepts/) — Learn the key terms

---

## How do these products work together?

These products can be combined. For example:

- **Truora Pass + Digital Identity**: Truora Pass runs the document and face verification for you, so your users sign in with an identity that's already verified.
- **WhatsApp + Digital Identity**: A user starts a WhatsApp conversation and verifies their ID right there, without leaving the chat.
- **WhatsApp + Background Checks**: You can trigger a background check from within a WhatsApp conversation.
- **Digital Identity + Background Checks**: After verifying someone's identity document, you can automatically run a background check on them.

---

## What do I need to get started?

1. **A Truora account** — [Create a free account](https://account.truora.com/#/create-account) or [sign in](https://account.truora.com/#/auth/login)
2. **An API key** — This is like a password that lets your systems talk to Truora. [Learn how to create one](/guides/authentication/)
3. **A Flow** — Build your verification steps using our visual builder

If you're not technical, don't worry. Most things can be done through our **Dashboard** (the web interface). You only need a developer for API integrations.

→ [Learn how to use the Dashboard](/guides/dashboard/)
→ [Glossary of terms](/guides/glossary/) — Simple definitions for all the technical words