# Overview

Cr3dentials is a cryptographically secure verification platform that allows you to verify identity, income, and employment from any web-based account using real-time data and zero knowledge proofs. Our system transforms dashboards and payment records into verifiable credentials without exposing the underlying data. We never see or store user credentials, and never store sensitive data.

All verifications happen locally and are proven through zero knowledge circuits. Only the user can access their raw data, and only the result of the proof is shared with the verifier.

Lenders and platforms can choose their preferred level of data visibility. You can:

**View the full proof output** including raw values\
**Receive only specific data points** relevant to your decision\
**Or see nothing beyond a pass or fail threshold** such as income above a certain amount

Cr3dentials supports a wide range of data sources including social platforms like YouTube, e-commerce stores like Shopify, payroll tools like Deel, accounting software, and more. If it starts with HTTPS, we can verify it. You can view our coverage here: Platform Coverage

This documentation will guide you through using Cr3dentials, sending verification requests, and integrating our API. Whether you are a lender, fintech platform, or credit scoring provider, Cr3dentials helps you onboard and underwrite digital workers with privacy, speed, and trust.

{% hint style="info" %}
Cr3dentials never sees or stores sensitive data. All proofs are generated client-side using zero knowledge cryptography
{% endhint %}


---

# 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.cr3dentials.xyz/getting-started/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.
