# Trading bots / Strategies

📚 **Here are the articles in this section:**&#x20;

1. [Why is profit in the bot different from profit on the exchange (PnL)?](/en/faq/trading-bots-strategies/why-is-profit-in-the-bot-different-from-profit-on-the-exchange-pnl.md)
2. [The trigger price for a sale was reached, but the bot did not sell. Why does this happen?](/en/faq/trading-bots-strategies/the-trigger-price-for-a-sale-was-reached-but-the-bot-did-not-sell.-why-does-this-happen.md)
3. [Why the position total in the app differs from the exchange?](/en/faq/trading-bots-strategies/why-the-position-total-in-the-app-differs-from-the-exchange.md)
4. [Why do some assets have a minimum position amount of 30/50 USDT?](/en/faq/trading-bots-strategies/why-do-some-assets-have-a-minimum-position-amount-of-30-50-usdt.md)
5. [Why can't I specify less than 1% for "Buy" and "Sell" in the grid settings? ](/en/faq/trading-bots-strategies/why-cant-i-specify-less-than-1-for-buy-and-sell-in-the-grid-settings.md)
6. [Why is there a minimum value of 10 USDT for buying/selling an asset?](/en/faq/trading-bots-strategies/why-is-there-a-minimum-value-of-10-usdt-for-buying-selling-an-asset.md)
7. [When launching a strategy, the exchange balance pause is enabled. What should I do?](/en/faq/trading-bots-strategies/when-launching-a-strategy-the-exchange-balance-pause-is-enabled.-what-should-i-do.md)
8. [Why can't I see my invitee's strategies?](/en/faq/trading-bots-strategies/why-cant-i-see-my-invitees-strategies.md)
9. [Insufficient funds on system balance. What does it mean and how to resume the work of the strategy? ](/en/faq/trading-bots-strategies/insufficient-funds-on-system-balance.-what-does-it-mean-and-how-to-resume-the-work-of-the-strategy.md)
10. [How will the bot buy and sell when I will change the grid settings in an already active strategy? ](/en/faq/trading-bots-strategies/how-will-the-bot-buy-and-sell-when-i-will-change-the-grid-settings-in-an-already-active-strategy.md)
11. [What happens if the bot will buy and doesn't sell because of a falling market? ](/en/faq/trading-bots-strategies/what-happens-if-the-bot-will-buy-and-doesnt-sell-because-of-a-falling-market.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://hash7-gitbook.gitbook.io/en/faq/trading-bots-strategies.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.
