# Exit Bot

Many times, as traders, we would like to enter into a position with a trading pair immediately without waiting for any Entry conditions.&#x20;

The Exit bot allows you to instruct the bot to buy your designated trading pair immediately after the bot is created and to strictly monitor only the exit conditions.

The Exit bot will use the entire amount set in the Fund Allocation to buy the designated trading pair.&#x20;

When all of the exit conditions are met, the Exit bot will close the deal and return to an inactive state. It will not reactivate itself automatically.

If you liquidate a deal opened by an Exit bot, the bot will also return to an inactive state and will not reactivate immediately.

In both instances above, you need to manually reactivate the Exit bot again.


---

# 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.stockhero.ai/bot-settings/exit-bot.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.
