# Ungate Wukong

## Ungate Wukong

- [Overview](https://ungate.gitbook.io/ungate-wukong/introduction/overview.md)
- [Features & Benefits](https://ungate.gitbook.io/ungate-wukong/introduction/features-and-benefits.md)
- [Scope](https://ungate.gitbook.io/ungate-wukong/introduction/scope.md)
- [How To Deploy a Secure TEE](https://ungate.gitbook.io/ungate-wukong/introduction/how-to-deploy-a-secure-tee.md)
- [Abstract](https://ungate.gitbook.io/ungate-wukong/architecture/abstract.md)
- [Keys Components](https://ungate.gitbook.io/ungate-wukong/architecture/keys-components.md)
- [Confidential Compute](https://ungate.gitbook.io/ungate-wukong/architecture/keys-components/confidential-compute.md)
- [Proof Generation](https://ungate.gitbook.io/ungate-wukong/architecture/keys-components/proof-generation.md)
- [Verification](https://ungate.gitbook.io/ungate-wukong/architecture/keys-components/verification.md)
- [Proof Exploration](https://ungate.gitbook.io/ungate-wukong/architecture/keys-components/proof-exploration.md)
- [TestNet](https://ungate.gitbook.io/ungate-wukong/operators/testnet.md)
- [Installation](https://ungate.gitbook.io/ungate-wukong/operators/testnet/installation.md): Prepare your system to run the Ungate AVS operator on EigenLayer Testnet (Holesky).
- [Registration](https://ungate.gitbook.io/ungate-wukong/operators/testnet/registration.md): After installation, you'll need to register yourself with Ungate's AVS. Follow the steps below.
- [Quickstart](https://ungate.gitbook.io/ungate-wukong/operators/testnet/quickstart.md)
- [Install Cli](https://ungate.gitbook.io/ungate-wukong/getting-started/install-cli.md)
- [Deploy a Trusted Eliza AI](https://ungate.gitbook.io/ungate-wukong/getting-started/deploy-a-trusted-eliza-ai.md)
- [Immediate Next Steps](https://ungate.gitbook.io/ungate-wukong/summary/immediate-next-steps.md)
- [Building the First SubNet](https://ungate.gitbook.io/ungate-wukong/summary/building-the-first-subnet.md)
- [Future Vision](https://ungate.gitbook.io/ungate-wukong/summary/future-vision.md)
- [Conclusion](https://ungate.gitbook.io/ungate-wukong/summary/conclusion.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://ungate.gitbook.io/ungate-wukong/introduction/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.
