# Ecosystem

- [Circom vs Other Solutions](https://battlezips.gitbook.io/battlezips/ecosystem/circom-vs-other-solutions.md): Why is Circom a dependable solution?
- [Domain-Specific Languages](https://battlezips.gitbook.io/battlezips/ecosystem/circom-vs-other-solutions/domain-specific-languages.md)
- [ZK Virtual Machines](https://battlezips.gitbook.io/battlezips/ecosystem/circom-vs-other-solutions/zk-virtual-machines.md)
- [ZK Ethereum Virtual Machines](https://battlezips.gitbook.io/battlezips/ecosystem/circom-vs-other-solutions/zk-ethereum-virtual-machines.md)
- [Communities to Join](https://battlezips.gitbook.io/battlezips/ecosystem/communities-to-join.md): Specific to Circom - What communities will advance my capabilities & understanding of the Circom DSL?
- [Recorded Content](https://battlezips.gitbook.io/battlezips/ecosystem/recorded-content.md): Library of recorded Circom-specific content
- [Projects](https://battlezips.gitbook.io/battlezips/ecosystem/projects.md): Links to Circom projects you can begin working from in your quest to apply ZK (click the Project's title for source code)


---

# 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://battlezips.gitbook.io/battlezips/ecosystem.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.
