# Linkdrop Dashboard

- [Creating links in bulk](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk.md)
- [Main guide](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide.md)
- [Before you go](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go.md)
- [Supported networks](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/supported-networks.md): Here are few tips for you to choose the optimal network for
- [Token standards](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/token-standards.md)
- [Getting crypto to start](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/getting-crypto-to-start.md)
- [Minting 1155 NFTs on Polygon](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/minting-1155-nfts-on-polygon.md): Minting tokens to distribute
- [Misc](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/before-you-go/misc.md): Few more details to exclude confusion
- [Setting up a campaign](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/setting-up-a-campaign.md): The general guide on how to create links
- [Mint pattern requirements](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/mint-pattern-requirements.md): You can choose this pattern to allow your users to mint items at claim
- [Using CSV to add tokens](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/main-guide/using-csv-to-add-tokens.md)
- [Managing a campaign](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/managing-a-campaign.md)
- [Adding batches to campaign](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/managing-a-campaign/adding-batches-to-campaign.md)
- [Pausing campaign](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/managing-a-campaign/pausing-campaign.md)
- [Refunding unused tokens](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/managing-a-campaign/refunding-unused-tokens.md)
- [All distribution options](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/all-distribution-options.md): Here you can find the ways you can distribute tokens with Linkdrop
- [Individual QR codes](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/individual-qr-codes.md)
- [Viewing and generating QRs](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/individual-qr-codes/viewing-and-generating-qrs.md)
- [Connecting QRs to claim links](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/individual-qr-codes/connecting-qrs-to-claim-links.md)
- [Multi-scannable QR code](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/multi-scannable-qr-code.md): Guide on creating a Dispenser App, loading it with claim links and sharing in a multi-scannable QR code
- [Using Testnets](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/using-testnets.md)
- [Sponsorship nuances](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk/sponsorship-nuances.md)
- [Use cases](https://docs.linkdrop.io/linkdrop-dashboard/use-cases.md)
- [Add NFTs to your physical products](https://docs.linkdrop.io/linkdrop-dashboard/use-cases/add-nfts-to-your-physical-products.md)
- [Distribute NFTs in emails.](https://docs.linkdrop.io/linkdrop-dashboard/use-cases/distribute-nfts-in-emails..md)
- [Distribute NFTs with your logic](https://docs.linkdrop.io/linkdrop-dashboard/use-cases/distribute-nfts-with-your-logic.md)
- [Run NFT based referral invite campaigns](https://docs.linkdrop.io/linkdrop-dashboard/use-cases/run-nft-based-referral-invite-campaigns.md): Bring new audience to your product and control its growth
- [Claim application](https://docs.linkdrop.io/linkdrop-dashboard/claim-application.md): View all claim options
- [Claiming with wallet](https://docs.linkdrop.io/linkdrop-dashboard/claim-application/claiming-with-wallet.md): Options to claim your NFT or ERC 20 token
- [Using Metamask](https://docs.linkdrop.io/linkdrop-dashboard/claim-application/claiming-with-wallet/using-metamask.md): If you’d like to claim using MetaMask wallet
- [Other (Walletconnect)](https://docs.linkdrop.io/linkdrop-dashboard/claim-application/claiming-with-wallet/other-walletconnect.md): If you’d like to claim with other wallets
- [Claiming by ENS or address](https://docs.linkdrop.io/linkdrop-dashboard/claim-application/claiming-by-ens-or-address.md): Simplified claim process for advanced users
- [Troubleshooting](https://docs.linkdrop.io/linkdrop-dashboard/troubleshooting.md)
- [Dashboard SDK & API](https://docs.linkdrop.io/linkdrop-dashboard/dashboard-sdk-and-api.md)
- [Keys and installation](https://docs.linkdrop.io/linkdrop-dashboard/dashboard-sdk-and-api/keys-and-installation.md)
- [Create & manage campaigns](https://docs.linkdrop.io/linkdrop-dashboard/dashboard-sdk-and-api/create-and-manage-campaigns.md)
- [Claim methods](https://docs.linkdrop.io/linkdrop-dashboard/dashboard-sdk-and-api/claim-methods.md): The following methods of SDK can be used both in a back-end and a front-end applications, as they don't require providing sensitive campaign keys to invoke them.
- [API](https://docs.linkdrop.io/linkdrop-dashboard/dashboard-sdk-and-api/api.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.linkdrop.io/linkdrop-dashboard.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.
