> 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/bsv-skills-center/~/changes/149/intro/readme.md).

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