> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/demos-and-onboardings/readme.md).

# Home

Welcome to our centralized repository for Proof of Concept (POC) solutions. This space provides structured documentation for both business stakeholders and technical teams.

> **Note**: This catalog represents a subset of BSVA's portfolio. Many are still in development and not all are documented in this GitBook yet. BSVA is continuously incorporating new additions to expand the catalog.

## Purpose

This hub serves as a single source of truth for all Demo solutions, offering:

* **Business-focused documentation** for managers and decision-makers
* **Technical documentation** for developers and implementers
* **Standardized templates** for consistent documentation
* **Quick access** to implementation guides and resources

## Quick Start

| Role                   | Start Here                                                                                                                               |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Business Manager**   | [Demo Catalog](/demos-and-onboardings/demo-solutions/demos.md)                                                                           |
| **Developer/Engineer** | [How to Use](/demos-and-onboardings/getting-started/getting-started.md) → [Demo Catalog](/demos-and-onboardings/demo-solutions/demos.md) |

## Current Status

* **Active Demos**: 23
* **Templates Available**: 2 (Business + Technical)
* **Last Updated**: 02/10/2026

***

\## **Terms and Conditions**

[Download the full Terms of Use (PDF)](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfVclCmeRPossA1a4BKh5%2Fuploads%2FjrLiRFSSc78VORRVpyOT%2FTerms%20of%20Use%20BSVA%20Blockchain.pdf?alt=media\&token=95fa409e-2017-4503-9b38-f4951b4960df)

> 💡 **Tip**: Each Demo includes both business and technical documentation linked together for complete context.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://hub.bsvblockchain.org/demos-and-onboardings/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
