> For the complete documentation index, see [llms.txt](https://docs.okkult.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.okkult.io/developers/overview.md).

# Overview

## Overview

This section is for Solidity developers, TypeScript developers, and protocol builders.

Use it to integrate zero-knowledge compliance, shielded asset flows, relayers, and private governance into your product.

### Two ways to integrate Okkult

#### 1. Smart contract level

Integrate Okkult directly at the contract layer.

This path fits Solidity teams that want to enforce compliance checks on-chain through patterns like `ComplianceGate.sol`.

#### 2. SDK level

Integrate Okkult through `@okkult/sdk`.

This path fits TypeScript teams that want faster product integration in web apps, backends, and wallet-aware flows.

### What you can build

* Add ZK compliance to an existing protocol
* Build ZK-gated DeFi applications
* Run a relayer node and earn fees
* Integrate private voting into a DAO

### Integration surface

```
SDK: TypeScript, @okkult/sdk
Contracts: Solidity 0.8.20, OpenZeppelin v5
Chain: Ethereum Mainnet
Indexing: The Graph
```

### Developer docs

* [Quick start](/developers/quick-start.md)
* [SDK installation](/developers/sdk-installation.md)
* [SDK reference](/developers/sdk-reference.md)
* [Compliance gate](/developers/compliance-gate.md)
* [Smart contracts](/developers/smart-contracts.md)
* [Deployed addresses](/developers/deployed-addresses.md)
* [Integration guides](/developers/integration-guides.md)
* [Run relayer node](/developers/run-relayer-node.md)

### Next Steps

* [Quick start](/developers/quick-start.md)
* [SDK installation](/developers/sdk-installation.md)
* [Deployed addresses](/developers/deployed-addresses.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.okkult.io/developers/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.
