# More Guides

- [sBTC](https://docs.stacks.co/more-guides/sbtc.md): Integrate sBTC in your app
- [sBTC Builder Quickstart](https://docs.stacks.co/more-guides/sbtc/sbtc-builder-quickstart.md)
- [Bridging Bitcoin](https://docs.stacks.co/more-guides/sbtc/bridging-bitcoin.md): A Javascript/Typescript package for integrating your own peg-in/out bridging flow.
- [Depositing: Pegging BTC into sBTC](https://docs.stacks.co/more-guides/sbtc/bridging-bitcoin/btc-to-sbtc.md)
- [Withdrawing: Pegging sBTC into BTC](https://docs.stacks.co/more-guides/sbtc/bridging-bitcoin/sbtc-to-btc.md)
- [Price Oracles](https://docs.stacks.co/more-guides/price-oracles.md): Leverage real-time market price data in your Clarity smart contract
- [Using Pyth with Stacks](https://docs.stacks.co/more-guides/price-oracles/pyth.md)
- [Using DIA with Stacks](https://docs.stacks.co/more-guides/price-oracles/dia.md)
- [Onboarding](https://docs.stacks.co/more-guides/onboarding.md): Guides to assist the onboarding experience of your app
- [Signing with Turnkey](https://docs.stacks.co/more-guides/onboarding/signing-with-turnkey.md): Leverage Stacks.js with Turnkey's embedded wallet solutions
- [Verifying Bitcoin Transactions in Clarity](https://docs.stacks.co/more-guides/verify-bitcoin-transactions-clarity.md): Trustlessly validate Bitcoin data on-chain.
- [Creating a Bitcoin Transaction](https://docs.stacks.co/more-guides/verify-bitcoin-transactions-clarity/creating-btc-tx.md)
- [Parsing a Bitcoin Transaction](https://docs.stacks.co/more-guides/verify-bitcoin-transactions-clarity/parsing-a-bitcoin-transaction.md)
- [Bridging USDCx](https://docs.stacks.co/more-guides/bridging-usdcx.md)
- [c32check](https://docs.stacks.co/more-guides/c32check.md): Generating and decoding addresses on the Stacks blockchain.


---

# 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://docs.stacks.co/more-guides.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.
