# Drop Bot Strategy Explanation

{% hint style="warning" %}
This is the longest section but one of the most important ones!\
Please read carefully until you fully understand what our bot is made to do.
{% endhint %}

## Index

* [**Introduction**](/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation/introduction.md)
* [**Token Selection**](/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation/token-selection.md)
* [**Task Settings**](/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation/task-settings-start-stop-timer-tick-to-enable-this-filter-and-then-add-in-the-desired-start-and-end.md)
* [**Setup**](/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation/setup.md)
* [**Market and Mentality**](/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation/market-and-mentality.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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/drop-bot-strategy-explanation.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.
