# Code Features

- [Code Features Overview](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features.md)
- [Transaction Building](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/transaction-building.md)
- [Transaction Signing](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/transaction-signing.md)
- [Transaction Creation](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/transaction-creation.md)
- [Transaction Broadcasting](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/transaction-broadcasting.md)
- [Transaction Chains](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/transaction-chains.md)
- [Batch Operations](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/batch-operations.md)
- [Broadcast ARC](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/broadcast-arc.md)
- [Sign Transaction](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/sign-transaction.md)
- [Standard Transactions](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/standard-transactions.md)
- [Create Wallet](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/create-wallet.md)
- [Generate Private Key](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/generate-private-key.md)
- [BRC-42 Derivation](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/brc-42-derivation.md)
- [UTXO Management](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/utxo-management.md)
- [Message Signing](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/message-signing.md)
- [P2PKH Template](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/p2pkh-template.md)
- [Multi-Signature](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/multi-signature.md)
- [Custom Templates](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/custom-templates.md)
- [OP\_RETURN](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/op-return.md)
- [SPV Verification](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/spv-verification.md)
- [SPV](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/spv.md)
- [SPV Validation](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/spv-validation.md)
- [Double Spend Detection](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/double-spend-detection.md)
- [Smart Contracts](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/smart-contracts.md)
- [Atomic Swaps](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/atomic-swaps.md)
- [Payment Channels](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/payment-channels.md)
- [Payment Processing](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/payment-processing.md)
- [Payment Distribution](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/payment-distribution.md)
- [E-commerce Integration](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/ecommerce-integration.md)
- [Marketplace](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/marketplace.md)
- [Content Paywall](https://hub.bsvblockchain.org/bsv-code-academy/code-features/code-features/content-paywall.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/bsv-code-academy/code-features.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.
