# Web3 Integration

- [Web3 Provider](https://docs.fortmatic.com/web3-integration/web3-provider.md)
- [Network Configuration](https://docs.fortmatic.com/web3-integration/network-configuration.md)
- [Binance Smart Chain](https://docs.fortmatic.com/web3-integration/binance-smart-chain.md): Via Fortmatic SDK, you can interact with Binance Smart Chain. Binance Smart Chain is EVM compatible so you can directly follow the configuration guide to starting.
- [Get User Account](https://docs.fortmatic.com/web3-integration/get-user-account.md)
- [Send Ether Transaction](https://docs.fortmatic.com/web3-integration/send-ether-transaction.md)
- [Smart Contract Functions](https://docs.fortmatic.com/web3-integration/smart-contract-functions.md)
- [User Signing](https://docs.fortmatic.com/web3-integration/user-signing.md)
- [SDK Error Handling](https://docs.fortmatic.com/web3-integration/sdk-error-handling.md)
- [Batch Request](https://docs.fortmatic.com/web3-integration/batch-request.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://docs.fortmatic.com/web3-integration.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.
