# Integrations

CityCoins are built on top of [the Stacks blockchain](https://stacks.co), with several options for integrating depending on the use case.

Since CityCoins are powered by Stacks, the options range from running a Stacks node to creating smart contracts or applications that interact with the CityCoins protocol.

For inspiration check out the [CityCoins blog](https://citycoins.co/blog) which highlights the ethos of the community and the [CityCoins Wiki](https://citycoins.wiki), both of which celebrate the successes of builders and community members working together toward a CityCoins future.


---

# 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/integrations.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.
