# Developers

- [Public Endpoints](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/public-endpoints.md)
- [MetaMask](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/metamask.md)
- [Node Setup](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/node-setup.md)
- [JSON RPC Server](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/json-rpc-server.md)
- [Connect to RPC](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/connect-to-rpc.md)
- [API Methods](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/api-methods.md)
- [Client Libraries](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/client-libraries.md)
- [Smart Contracts](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts.md)
- [Deploy](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts/deploy.md)
- [Interact](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts/interact.md)
- [Transfer](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts/transfer.md)
- [Fixed Cap Asset](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts/fixed-cap-asset.md): Create a Fixed-cap Asset
- [Variable Cap Asset](https://docs.metacces.com/whitepaper/metacces-general/blockchain-layer-1/developers/smart-contracts/variable-cap-asset.md): Create a variable cap asset


---

# 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.metacces.com/whitepaper/metacces-general/blockchain-layer-1/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.
