# Welcome to ZK Email

Welcome to ZK Email. This documentation contains everything you need to understanding and implementing our email verification solutions powered by zero-knowledge proof technology.

## Getting Started

Here is how you can quickly get up and running with our technology.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Overview</strong></td><td></td><td></td><td><a href="overview">overview</a></td></tr><tr><td><strong>ZK Email Components</strong></td><td></td><td></td><td><a href="overview/zk-email-components">zk-email-components</a></td></tr><tr><td><strong>Join our Telegram</strong></td><td></td><td></td><td><a href="https://t.me/zkemail">https://t.me/zkemail</a></td></tr></tbody></table>

## What is ZK Email?

ZK Email is a technology that enables anonymous verification of email signatures while protecting sensitive data. It allows for:

* Verification of emails from specific domains or domain subsets.
* Authentication based on specific email content.
* Creation of on-chain anonymity sets.

This technology bridges the gap between Web2 and Web3, enabling decentralized, privacy-preserving email verification for various applications.

{% hint style="success" %}
Do you have any question? **Ask for help in our** [**Telegram community**](https://t.me/zkemail)**.**&#x20;
{% 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://zkemail-docs.saugar.dev/welcome-to-zk-email.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.
