# KUB Docs

## KUB Docs

- [Overview](https://docs.kubchain.com/about-kub/overview.md)
- [Connect to KUB](https://docs.kubchain.com/about-kub/connect-to-kub.md)
- [Glossary](https://docs.kubchain.com/about-kub/glossary.md)
- [Developer Center](https://docs.kubchain.com/build-on-kub/developer-center.md)
- [Libraries & SDKs](https://docs.kubchain.com/build-on-kub/libraries-and-sdks.md)
- [NEXT SDK](https://docs.kubchain.com/build-on-kub/libraries-and-sdks/next-sdk.md)
- [Code Cookbook](https://docs.kubchain.com/build-on-kub/libraries-and-sdks/next-sdk/code-cookbook.md)
- [KUB Application Protocol (KAP)](https://docs.kubchain.com/build-on-kub/kub-application-protocol-kap.md)
- [KUB Layer 2 Network](https://docs.kubchain.com/build-on-kub/kub-layer-2-network.md)
- [Overview](https://docs.kubchain.com/run-a-kub-node/overview.md)
- [Becoming a Validator](https://docs.kubchain.com/run-a-kub-node/becoming-a-validator.md)
- [Run a Validator Node](https://docs.kubchain.com/run-a-kub-node/run-a-validator-node.md)
- [Validator Staking](https://docs.kubchain.com/run-a-kub-node/run-a-validator-node/validator-staking.md)
- [Slashing](https://docs.kubchain.com/run-a-kub-node/run-a-validator-node/slashing.md)
- [Run a Full Node](https://docs.kubchain.com/run-a-kub-node/run-a-full-node.md)
- [Node Snapshots](https://docs.kubchain.com/run-a-kub-node/run-a-full-node/node-snapshots.md)
- [Run an Archive Node](https://docs.kubchain.com/run-a-kub-node/run-an-archive-node.md)
- [Run a Node with Docker](https://docs.kubchain.com/run-a-kub-node/run-a-node-with-docker.md)
- [Lausanne (v2.3.0-bkc)](https://docs.kubchain.com/node-upgrade-instruction/lausanne-v2.3.0-bkc.md)
- [Basel (v2.4.0-bkc)](https://docs.kubchain.com/node-upgrade-instruction/basel-v2.4.0-bkc.md)
- [Block Explorer](https://docs.kubchain.com/tools/block-explorer.md)
- [Testnet Faucet](https://docs.kubchain.com/tools/testnet-faucet.md)
- [Token Bridge](https://docs.kubchain.com/tools/token-bridge.md)
- [Governance Fundamentals](https://docs.kubchain.com/governance/governance-fundamentals.md)
- [Delegate KUB Coin](https://docs.kubchain.com/governance/delegate-kub-coin.md)
- [Delegation FAQs](https://docs.kubchain.com/governance/delegate-kub-coin/delegation-faqs.md)
- [KUB Vote](https://docs.kubchain.com/governance/kub-vote.md)
- [KUB Improvement Proposal (KIP)](https://docs.kubchain.com/governance/kub-improvement-proposal-kip.md)
- [LLM Docs File](https://docs.kubchain.com/build-with-ai/llm-docs-file.md)


---

# Agent Instructions: 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.kubchain.com/about-kub/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.
