# Products

- [LYNC Account Abstraction SDK](https://lync-1.gitbook.io/lync/products/lync-account-abstraction-sdk.md)
- [LYNC Account Abstraction WebGL SDK](https://lync-1.gitbook.io/lync/products/lync-account-abstraction-webgl-sdk.md)
- [Metamask Wallet](https://lync-1.gitbook.io/lync/products/metamask-wallet.md)
- [LYNC Metamask PC SDK](https://lync-1.gitbook.io/lync/products/lync-metamask-pc-sdk.md)
- [OKX Wallet](https://lync-1.gitbook.io/lync/products/okx-wallet.md): Integrate OKX wallet into game engine
- [LYNC In-Game Marketplace SDK](https://lync-1.gitbook.io/lync/products/lync-in-game-marketplace-sdk.md): Integrate in-game Marketplace into game engine
- [NFT Fetcher](https://lync-1.gitbook.io/lync/products/nft-fetcher.md): Fetch NFTs directly from wallet.
- [No-Code Smart Contract Deployer](https://lync-1.gitbook.io/lync/products/no-code-smart-contract-deployer.md)
- [EVM Lootbox SDK](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk.md)
- [Getting Started](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/getting-started.md)
- [Using the SDK](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk.md)
- [Creating a new lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/creating-a-new-lootbox.md)
- [Opening a lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/opening-a-lootbox.md)
- [Claiming rewards](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/claiming-rewards.md)
- [Whitelisting users using lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/whitelisting-users-using-lootbox.md)
- [Lootbox admin functions](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/lootbox-admin-functions.md)
- [Useful information functions from LyncLootBox class](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/useful-information-functions-from-lynclootbox-class.md)
- [Multicall : opening and claiming multiple lootboxes in a single transaction](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/using-the-sdk/multicall-opening-and-claiming-multiple-lootboxes-in-a-single-transaction.md)
- [Example Codes in React & TypeScript](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/example-codes-in-react-and-typescript.md)
- [Example code for creating a new lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/example-codes-in-react-and-typescript/example-code-for-creating-a-new-lootbox.md)
- [Example code for opening a lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/example-codes-in-react-and-typescript/example-code-for-opening-a-lootbox.md)
- [Example code for claiming a lootbox](https://lync-1.gitbook.io/lync/products/evm-lootbox-sdk/example-codes-in-react-and-typescript/example-code-for-claiming-a-lootbox.md)
- [Launch your products on Telegram](https://lync-1.gitbook.io/lync/products/launch-your-products-on-telegram.md)
- [Configure Your Telegram Bot](https://lync-1.gitbook.io/lync/products/launch-your-products-on-telegram/configure-your-telegram-bot.md)
- [Deploying Your Product on TG](https://lync-1.gitbook.io/lync/products/launch-your-products-on-telegram/deploying-your-product-on-tg.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://lync-1.gitbook.io/lync/products.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.
