# Front-End & Wallet Integration

Whether you’re building consumer-grade interfaces for VTO, Yay/Nay voting, or wallet-enabled shopping, InSoBlok AI’s front-end SDKs make it seamless to integrate TasteScore™, user identity, and on-chain engagement.CommentShare feedback on the editor

| **Tool**                 | **Functionality**                                                           |
| ------------------------ | --------------------------------------------------------------------------- |
| **Web3.js**              | Web interface to interact with on-chain data and contracts                  |
| **Ethers.js**            | Lightweight Ethereum library with signer, provider, and contract interfaces |
| **Web3Auth**             | Plug-and-play Web3 login using Google, Twitter, Discord, etc.               |
| **Sequence.app / Venly** | Social account-based wallet creation and embedded key management            |
| **BSC Connector**        | Multi-chain wallet connectivity via custom connector modules                |


---

# 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.insoblokai.io/development-tools-and-sdks/front-end-and-wallet-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.
