# BLOCTO SDK

- [Overview](https://docs.blocto.app/blocto-sdk/overview.md): Use Blocto SDK in your dApp to provide excellent user experience
- [JavaScript SDK](https://docs.blocto.app/blocto-sdk/javascript-sdk.md)
- [Flow](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow.md): Using Blocto SDK in Flow dApps
- [Tutorial](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/tutorial.md): Run a simple dApp that uses Blocto wallet service
- [Configure FCL](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/configure-fcl.md): Configure Blocto wallet to your Flow dApp
- [Authenticate / Unauthenticate](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/login-register.md): Connect to Blocto wallet through Flow Client Library (FCL)
- [Send Transaction](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/authorization.md): Send Transaction with Blocto wallet through Flow Client Library (FCL)
- [Account Proof](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/account-proof.md): Prove account ownership of a Flow account
- [Flow Networks](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/flow-networks.md): Flow networks that Blocto supports
- [Verified Transaction](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/verified-transaction.md)
- [Migration Guide](https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/migration-guide.md): Migrating Blocto wallet from v1 to v2


---

# 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.blocto.app/blocto-sdk.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.
