# Fuel

- [LYNC Unity Fuel SDK](https://lync-1.gitbook.io/lync/fuel/lync-unity-fuel-sdk.md): Fuel Unity SDK is a no-code Modular Unity SDK supporting PC (MacOS and Windows) and Mobile (Android and iOS) on Fuel Blockchain.
- [LYNC NFT Deployer](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer.md): Launch, manage, and deploy smart contracts on Fuel network easily - no blockchain knowledge required!
- [Introduction](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer/introduction.md)
- [Getting Started](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer/getting-started.md)
- [Deploying Your NFTs](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer/deploying-your-nfts.md)
- [Launch Your Entire Collection](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer/deploying-your-nfts/launch-your-entire-collection.md)
- [Troubleshooting and FAQs](https://lync-1.gitbook.io/lync/fuel/lync-nft-deployer/troubleshooting-and-faqs.md)
- [LYNC Fuel Lootbox](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox.md)
- [Getting Started](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox/getting-started.md)
- [Creating a Lootbox](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox/creating-a-lootbox.md)
- [Opening a Lootbox](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox/opening-a-lootbox.md)
- [Claiming the Rewards](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox/claiming-the-rewards.md)
- [Conclusion](https://lync-1.gitbook.io/lync/fuel/lync-fuel-lootbox/conclusion.md)
- [Wallet Creation and Transaction APIs](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis.md)
- [Pre-requisites](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis/pre-requisites.md)
- [Integration](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis/integration.md)
- [API Overview](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis/integration/api-overview.md)
- [Create a new wallet](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis/integration/create-a-new-wallet.md)
- [Get already created wallet](https://lync-1.gitbook.io/lync/fuel/wallet-creation-and-transaction-apis/integration/get-already-created-wallet.md)
- [Fuel Marketplace NPM SDK](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk.md)
- [Getting Started](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/getting-started.md)
- [Using the SDK](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk.md)
- [Using hooks to get the marketplace data](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk/using-hooks-to-get-the-marketplace-data.md)
- [Using services provided by the SDK to list, buy, and manage tokens](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk/using-services-provided-by-the-sdk-to-list-buy-and-manage-tokens.md)
- [Some useful functions provided by the SDK](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk/some-useful-functions-provided-by-the-sdk.md)
- [Error codes for the SDK](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk/error-codes-for-the-sdk.md)
- [Interfaces and Enums provided by the SDK](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/using-the-sdk/interfaces-and-enums-provided-by-the-sdk.md)
- [Support](https://lync-1.gitbook.io/lync/fuel/fuel-marketplace-npm-sdk/support.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/fuel.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.
