# Introduction to Linkdrop

The core of Linkdrop is **Claim Links.** These are the links that help you distribute any asset (NFT or ERC-20 tokens) without knowing the address of the receiver. You simply wrap your tokens into unique links using our Dashboard, download these links and share them to your audience. The link includes everything the end user needs to claim the asset, and could also be sponsored, so that he will pay nothing for the transaction.\
\
[**Linkdrop Dashboard**](https://docs.linkdrop.io/linkdrop-dashboard/creating-links-in-bulk) allows you to create Claim Links in bulk, wrap them into QR codes or distribute using as single dispensing application. Dashboard-based solutions can help you build sophisticated marketing campaigns for you company or brands. Consider them as one-to-many.

{% hint style="info" %}
If you are interested in integrating similar flow, but on a **peer-to-peer** basis, letting your users to create single Claim Links inside your app and share them, please jump to our latest product - [**P2P SDK**](https://docs.linkdrop.io/linkdrop-p2p-beta/p2p-sdk)
{% endhint %}


---

# 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/introduction-to-linkdrop.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.
