# BCH-devsuite

## BCH-devsuite

- [Getting started](https://docs.devsuite.actorforth.org/readme.md)
- [Configuration Examples](https://docs.devsuite.actorforth.org/configuration-examples.md)
- [Getting started with SDK](https://docs.devsuite.actorforth.org/getting-started-with-sdk.md)
- [Geting started with bch-js](https://docs.devsuite.actorforth.org/getting-started-with-sdk/geting-started-with-bch-js.md)
- [Getting started with BitCash](https://docs.devsuite.actorforth.org/getting-started-with-sdk/getting-started-with-bitcash.md)
- [Setup Option](https://docs.devsuite.actorforth.org/setup-option.md)
- [Architecture](https://docs.devsuite.actorforth.org/architecture.md)
- [Advance Usage](https://docs.devsuite.actorforth.org/advance-usage.md)
- [Sponsorship](https://docs.devsuite.actorforth.org/sponsorship.md): Please help support our effort
- [Known Issues](https://docs.devsuite.actorforth.org/known-issues.md)
- [Contribution Guide](https://docs.devsuite.actorforth.org/contribution-guide.md)
- [Archived](https://docs.devsuite.actorforth.org/archived.md)
- [Bitcoin Cash Upgrade 2022](https://docs.devsuite.actorforth.org/bitcoin-cash-upgrade-2022.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.devsuite.actorforth.org/readme.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.
