# Panic Sell: Manual Sell + Limit Sell Order

## Manual sell and limit orders at the same time

The bot can simultaneously set a limit sell order and the stop loss order and at the same time you can sell manually by pressing enter. The sell isnt immediate, because first the PumpBot needs to cancel the Limit Sell Orders (Take Profit and Stop Loss Order) so the amount of the coins is available for selling. This takes - based on the Exchange - time. So the sell wont be immediate when you hit enter. &#x20;

#### To do so: set "createLimitSell" : "True" and "manualSell": "True".&#x20;


---

# 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.pump-bot.com/faq-questions-important-notes/manual-sell-+-limit-sell-order.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.
