# GGEZ1 Chain

- [Blockchain Information](https://docs.ggez.one/ggez1-chain/blockchain-information.md)
- [Specifications](https://docs.ggez.one/ggez1-chain/blockchain-information/specifications.md)
- [Security & Cryptographic Details](https://docs.ggez.one/ggez1-chain/blockchain-information/security-and-cryptographic-details.md)
- [API Reference](https://docs.ggez.one/ggez1-chain/api-reference.md)
- [Base URLs](https://docs.ggez.one/ggez1-chain/api-reference/base-urls.md)
- [API Endpoints](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints.md)
- [Blockchain Data Retrieval](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints/blockchain-data-retrieval.md)
- [Transaction Management](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints/transaction-management.md)
- [Nodes and Validators](https://docs.ggez.one/ggez1-chain/nodes-and-validators.md)
- [Node Setup](https://docs.ggez.one/ggez1-chain/nodes-and-validators/node-setup.md): Instruction to install and configure the ggezchaind binary.
- [Run Validator Node](https://docs.ggez.one/ggez1-chain/nodes-and-validators/run-validator-node.md)
- [Brand Identity](https://docs.ggez.one/ggez1-chain/brand-identity.md)


---

# 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.ggez.one/ggez1-chain.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.
