# Scripts

- [Bitcoin Script Binary, Hex and ASM Formats](https://hub.bsvblockchain.org/brc/scripts/0014.md)
- [Bitcoin Script Assembly Language](https://hub.bsvblockchain.org/brc/scripts/0015.md)
- [Pay to Public Key Hash](https://hub.bsvblockchain.org/brc/scripts/0016.md)
- [Pay to R Puzzle Hash](https://hub.bsvblockchain.org/brc/scripts/0017.md)
- [Pay to False Return](https://hub.bsvblockchain.org/brc/scripts/0018.md)
- [Pay to True Return](https://hub.bsvblockchain.org/brc/scripts/0019.md)
- [Push TX](https://hub.bsvblockchain.org/brc/scripts/0021.md)
- [Bare Multi-Signature](https://hub.bsvblockchain.org/brc/scripts/0047.md)
- [Pay to Push Drop](https://hub.bsvblockchain.org/brc/scripts/0048.md)
- [Bitcoin Script ASM Format](https://hub.bsvblockchain.org/brc/scripts/0106.md)


---

# 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/brc/scripts.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.
