# Deal with Bots

In the world of cybersecurity, the last thing you want is to have a target on your back. But every single large-scale concert ticket sale, sneaker drop, NFT drop or anything else that rewards buyers for getting in early has this sort of target on their back.<br>

This essentially means that the whole topic of cybersecurity and bot protection has become an arms race. There is no one-size-fits-all solution. The security measures must evolve with the sophistication of the exploits.\
\
To deal with Bots, the following article is a must!

{% embed url="<https://www.nmkr.io/blog/the-fight-against-bots>" %}
Our blog article about how to deal with bots!
{% endembed %}

### Additional security measurements

* Allow max 2 NFTs per transaction by [setting up prices for only up to two tokens](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist)
* If it fits, use the [Whitelisting feature](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting/whitelist-with-count)
* [Deactivate "send manually" with NMKR Pay ](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay#disable-manual-sending-for-nmkr-pay)
* use [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay) for the sales

### Workaround for much more security

1. Create unique payment links for each NFT and download them in bulk as CSV files using the "Export NFT button."
2. Then, in the project settings, disable random sales.
3. You can now create your own registration system. This could be a Discord bot, email registration, KYC, or anything else you want!
4. Completing this registration process provides the customer with a unique link that is valid for about 24 hours. If it is not used, it is passed on to the next person.


---

# 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.nmkr.io/helpful-links/deal-with-bots.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.
