# HyperCore | Zenon Docs

## HyperCore

- [Technical](https://docs.zenon.org/hypercore/technical.md): Welcome to the Zenon technical documentation. Please email contact@zenon.org if you'd like to contribute to its maintenance.
- [Legacy](https://docs.zenon.org/hypercore/technical/legacy.md)
- [Specifications](https://docs.zenon.org/hypercore/technical/legacy/specifications.md)
- [Cryptography](https://docs.zenon.org/hypercore/technical/legacy/cryptography.md)
- [Node Paths](https://docs.zenon.org/hypercore/technical/legacy/node-paths.md)
- [Tutorials](https://docs.zenon.org/hypercore/technical/legacy/tutorials.md)
- [Linux](https://docs.zenon.org/hypercore/technical/legacy/tutorials/linux.md): The Zenon Alphanet (Phase 0) binaries are available for Linux, macOS and Windows x86\_64 CPU architecture operating systems.
- [Node Deployment](https://docs.zenon.org/hypercore/technical/legacy/tutorials/linux/node-deployment.md): There are 3 types of nodes: Pillar, Sentinel, Full Node.
- [Roles](https://docs.zenon.org/hypercore/technical/roles.md)
- [Pillar](https://docs.zenon.org/hypercore/technical/roles/pillar.md)
- [Setup Guide](https://docs.zenon.org/hypercore/technical/roles/pillar/setup-guide.md): By setting up a Zenon Pillar, you play a pivotal role in enhancing the decentralization, security, and overall robustness of the Zenon ecosystem.
- [Migration Guide](https://docs.zenon.org/hypercore/technical/roles/pillar/migration-guide.md): If you're looking to migrate your Pillar to a new hosting provider.
- [Update Guide](https://docs.zenon.org/hypercore/technical/roles/pillar/update-guide.md): Keeping your Zenon Network Pillar up-to-date is essential for maintaining optimal performance, security, and access to the latest features.
- [Orchestrator](https://docs.zenon.org/hypercore/technical/roles/orchestrator.md)
- [Setup Guide (On Pillar)](https://docs.zenon.org/hypercore/technical/roles/orchestrator/setup-guide-on-pillar.md): By setting up a Zenon Pillar, you play a pivotal role in enhancing the decentralization, security, and overall robustness of the Zenon ecosystem.
- [Migration Guide (On Pillar)](https://docs.zenon.org/hypercore/technical/roles/orchestrator/migration-guide-on-pillar.md)
- [Papers](https://docs.zenon.org/hypercore/technical/papers.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zenon.org/hypercore/technical.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.
