# Developer Resources

- [General](https://docs.citycoins.co/developer-resources/general.md): General developer resources for building with Stacks and CityCoins.
- [API](https://docs.citycoins.co/developer-resources/api.md): A simple API to interact with Stacks and CityCoins data.
- [Code Examples](https://docs.citycoins.co/developer-resources/code-examples.md): Examples of various interactions with the Stacks blockchain and CityCoins protocol.
- [Get Account Transactions](https://docs.citycoins.co/developer-resources/code-examples/get-account-transactions.md): Getting and manipulating transactions from the Stacks blockchain.
- [Activation](https://docs.citycoins.co/developer-resources/code-examples/activation.md): Examples of CityCoin contract functions related to activation and registration.
- [Mining](https://docs.citycoins.co/developer-resources/code-examples/mining.md): Examples of CityCoin contract functions related to mining.
- [Mining Claims](https://docs.citycoins.co/developer-resources/code-examples/mining-claims.md): Examples of CityCoin contract functions related to mining claims.
- [Stacking](https://docs.citycoins.co/developer-resources/code-examples/stacking.md): Examples of CityCoin contract functions related to stacking.
- [Contracts](https://docs.citycoins.co/developer-resources/citycoin-contracts.md): Links and information about deployed CityCoin contracts.
- [Integrations](https://docs.citycoins.co/developer-resources/integrations.md): A guide for integrating the Stacks blockchain and CityCoins protocol.
- [Supporting Stacks](https://docs.citycoins.co/developer-resources/integrations/supporting-stacks.md): Implementing and interacting with a Stacks node and related software.
- [Supporting CityCoins](https://docs.citycoins.co/developer-resources/integrations/supporting-citycoins.md): Interacting with the CityCoins protocol.
- [Stacks Transactions](https://docs.citycoins.co/developer-resources/integrations/stacks-transactions.md): Creating, monitoring, and interacting with Stacks blockchain transactions.
- [Additional Info](https://docs.citycoins.co/developer-resources/integrations/additional-info.md): Community resources, implementations, and more.


---

# 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.citycoins.co/developer-resources.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.
