# Developers

- [Network Endpoints](https://docs.kcc.io/developers/network-endpoints.md)
- [Deploy Smart Contract](https://docs.kcc.io/developers/deploy-smart-contract.md)
- [Using Hardhat](https://docs.kcc.io/developers/deploy-smart-contract/using-hardhat.md)
- [Using Remix](https://docs.kcc.io/developers/deploy-smart-contract/using-remix.md)
- [Verify Smart Contract](https://docs.kcc.io/developers/verify-smart-contract.md)
- [Using Hardhat](https://docs.kcc.io/developers/verify-smart-contract/using-hardhat.md)
- [Using Foundry](https://docs.kcc.io/developers/verify-smart-contract/using-foundry.md)
- [Using Remix](https://docs.kcc.io/developers/verify-smart-contract/using-remix.md)
- [Issue ERC20 Token](https://docs.kcc.io/developers/issue-erc20-token.md)
- [Deploy NFTs](https://docs.kcc.io/developers/deploy-nfts.md)
- [Create A Foundry Project](https://docs.kcc.io/developers/deploy-nfts/create-a-foundry-project.md)
- [Create Your ERC721 Contract](https://docs.kcc.io/developers/deploy-nfts/create-your-erc721-contract.md)
- [Add Metadata](https://docs.kcc.io/developers/deploy-nfts/add-metadata.md)
- [Run a Node](https://docs.kcc.io/developers/run-a-node.md)
- [Hardware & System Requirements](https://docs.kcc.io/developers/run-a-node/hardware-and-system-requirements.md): The hardware requirements for running a KCC node
- [Install KCC](https://docs.kcc.io/developers/run-a-node/install-kcc.md): How to install KCC
- [Run A Full Node](https://docs.kcc.io/developers/run-a-node/run-a-full-node.md)
- [Run A Validator Node](https://docs.kcc.io/developers/run-a-node/run-a-validator-node.md)
- [Block Rewards](https://docs.kcc.io/developers/run-a-node/run-a-validator-node/block-rewards.md)
- [Apply For Running A Validator](https://docs.kcc.io/developers/run-a-node/run-a-validator-node/apply-for-running-a-validator.md)
- [Manager Account And Validator Account](https://docs.kcc.io/developers/run-a-node/run-a-validator-node/manager-account-and-validator-account.md)
- [Run A Validator](https://docs.kcc.io/developers/run-a-node/run-a-validator-node/run-a-validator.md)
- [Troubleshooting](https://docs.kcc.io/developers/run-a-node/troubleshooting.md)
- [Explorer](https://docs.kcc.io/developers/explorer.md)
- [Oracles](https://docs.kcc.io/developers/oracles.md)
- [KCC Oracle](https://docs.kcc.io/developers/oracles/kcc-oracle.md)
- [Bridge](https://docs.kcc.io/developers/bridge.md)
- [Dev Toolkit](https://docs.kcc.io/developers/dev-toolkit.md)
- [Data](https://docs.kcc.io/developers/data.md)
- [Indexing and Querying](https://docs.kcc.io/developers/data/indexing-and-querying.md)
- [The Graph](https://docs.kcc.io/developers/data/indexing-and-querying/the-graph.md)
- [Using KCC's hosted subgraph](https://docs.kcc.io/developers/data/indexing-and-querying/using-kccs-hosted-subgraph.md)
- [Gas Revenue Program](https://docs.kcc.io/developers/gas-revenue-program.md)
- [Rules for Calculation of Gas Revenue](https://docs.kcc.io/developers/gas-revenue-program/rules-for-calculation-of-gas-revenue.md)
- [How to Join the KCC Gas Revenue Program](https://docs.kcc.io/developers/gas-revenue-program/how-to-join-the-kcc-gas-revenue-program.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.kcc.io/developers.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.
