# Verification

This section covers how to integrate XION's verification infrastructure (the Truth Engine) into your application. Whether you are building a consumer app that needs to verify user identity, an advertising platform that needs to confirm real humans, or a DeFi protocol that needs to assess creditworthiness, these guides walk you through the full integration.

### Explore the verification modules

#### [Internet Verification (ZK Module, zkTLS)](https://docs.burnt.com/xion/developers/verification/internet-verification)

Verify data from any website using zero-knowledge proofs over TLS-encrypted sessions. Prove user credentials, financial data, and platform reputation without exposing sensitive information.

* **Reclaim Integration**: Verify social media stats, financial data, and platform activity
* **Opacity Integration**: Alternative zkTLS provider for internet verification

#### Email Verification (DKIM Module, ZK Email)

Verify email contents cryptographically using existing DKIM signatures. Prove purchase receipts, employment verification, and account ownership without accessing the user's inbox.

***(Guides coming soon)***

#### Mobile Verification (App Attestations)

Verify mobile application data with cryptographic proofs. Prove rideshare ratings, fitness metrics, and app usage from mobile devices.

***(Guides coming soon)***


---

# 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.burnt.com/xion/developers/verification.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.
