# Welcome

**Welcome to the Zama Confidential Blockchain Protocol Docs.**

The docs aim to guide you to build confidential dApps using Fully Homomorphic Encryption (FHE).

## Where to go next

If you're completely new to FHE or the Zama Protocol, we suggest first checking out the [**Litepaper**](https://docs.zama.ai/protocol/zama-protocol-litepaper)**,** which offers a thorough overview of the protocol.

Otherwise:

🟨 Go to [**Quick Start**](https://docs.zama.ai/protocol/solidity-guides/getting-started/quick-start-tutorial) to learn how to write your first confidential smart contract using FHEVM.

🟨 Go to [**Solidity Guides**](https://docs.zama.ai/protocol/solidity-guides) to explore how encrypted types, operations, ACLs, and other core features work in practice.

🟨 Go to [**Relayer SDK Guides**](https://docs.zama.ai/protocol/relayer-sdk-guides) to build a frontend that can encrypt, decrypt, and interact securely with the blockchain.

🟨 Go to [**Protocol Guides**](broken://spaces/HtzJnMZmMXMpdUUJuL3O) to Understand governance, staking, confidential wrappers, and registry contracts for operators and token holders.

🟨 Go to [**FHE on Blockchain**](/protocol/protocol/overview.md) to learn the architecture in depth and understand how encrypted computation flows through both onchain and off-chain components.

🟨 Go to [**Examples**](https://docs.zama.ai/protocol/examples) to find reference and inspiration from smart contract examples and dApp examples.

🟨 Go to [**Protocol Apps**](https://docs.zama.org/protocol/protocol-apps)  to explore official Zama web apps built on the Zama Protocol, and navigate protocol governance, staking operations, and confidential token infrastructure.

## Help center

Ask technical questions and discuss with the community.

* [Community forum](https://community.zama.ai/c/fhevm/15)
* [Discord channel](https://discord.com/invite/zama)
* Reach us at <zama@support.org>


---

# 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.zama.org/protocol/readme.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.
