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

# Repository Map

| Repository                                                              | Purpose                                                                  |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [ZokaNetwork/ZokaNetwork](https://github.com/ZokaNetwork/ZokaNetwork)   | Rust core, CLI, full node daemon, state, mining, RPC, and protocol code. |
| [ZokaNetwork/zkapriv](https://github.com/ZokaNetwork/zkapriv)           | Android self-custodial wallet.                                           |
| [ZokaNetwork/zsilent-core](https://github.com/ZokaNetwork/zsilent-core) | Desktop wallet and node control center.                                  |
| [ZokaNetwork/zokaexplorer](https://github.com/ZokaNetwork/zokaexplorer) | Public block explorer.                                                   |
| [ZokaNetwork/zokaweb](https://github.com/ZokaNetwork/zokaweb)           | Public marketing and downloads site.                                     |

## Documentation Source

This GitBook source lives in the core repository under:

```
gitbook-zokanetwork/
```

GitBook can import that subdirectory from the release branch selected for the current documentation update. After review, the same source can be merged into `main`.


---

# 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://zokanetwork.gitbook.io/zokanetwork/developers/repository-map.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.
