# Welcome

The BSV Skills Center is a comprehensive collection of documents covering all aspects of BSV Blockchain system. Technology, philosophy, legal, and economic topics are included, along with practical guides for those who want to build on top of it.

{% hint style="info" %}
This documentation is built with the AI search tool in mind, responses will cite pages from within this documentation repository to answer your questions.
{% endhint %}

### How should I begin?

<details>

<summary>Application Developers</summary>

\
[Quick Start](/bsv-skills-center/~/changes/149/intro/quick-start.md)

[Mockchain](/bsv-skills-center/~/changes/149/guides/local-blockchain-stack/mockchain.md)

[Example Verifying Beef.md](/bsv-skills-center/~/changes/149/guides/sdks/ts/examples/example_verifying_beef.md)

</details>

<details>

<summary>Entrepreneurs</summary>

[What Can I do?](/bsv-skills-center/~/changes/149/intro/what-can-i-do.md)

[The benefits of BSV Blockchain](/bsv-skills-center/~/changes/149/intro/the-benefits-of-bsv-blockchain.md)

[Event tickets](/bsv-skills-center/~/changes/149/guides/business-use-cases/event_tickets.md)

</details>

<details>

<summary>Lawyers</summary>

[Digital Signatures](/bsv-skills-center/~/changes/149/protocol/privacy/digital-signatures.md)

</details>

<details>

<summary>Miners</summary>

[SV Node](/bsv-skills-center/~/changes/149/network-topology/nodes/sv-node/installation/sv-node.md)

</details>


---

# 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://hub.bsvblockchain.org/bsv-skills-center/~/changes/149/intro/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.
