# Documents

## Documents

- [Introduction](https://docs.bittopia.org/readme.md): documents, reports, articles, and guides.
- [Why We Stopped Supporting The Coinomi Blockchain Wallet](https://docs.bittopia.org/documents/why-we-stopped-supporting-coinomi-blockchain-wallet.md): The reasons as to why we stopped using Coinomi for our workshops and educational sessions.
- [San Cristobal - Mexico | Jan 2020](https://docs.bittopia.org/reports/report-san-cristobal-mexico-jan2020.md)
- [Annual Report: Year 0 | 2019-20](https://docs.bittopia.org/reports/2020-bittopia-university-annual-report-year0.md): The annual report highlighting our progress between November 2019 to December 2020.
- [Bittopia University Annual Report: Year 3 (2022) Courses, Swarm Grant, Swiss University](https://docs.bittopia.org/reports/2023-bittopia-university-annual-report-year3.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.bittopia.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.
