# FAQ, Questions, Important Notes

- [Error Handling](https://docs.pump-bot.com/faq-questions-important-notes/error-handling.md): Here you can find out everything you need to know about how to deal with errors.
- [Timestamp for this request was 1000ms ahead of the server's time](https://docs.pump-bot.com/faq-questions-important-notes/error-handling/timestamp-for-this-request-was-1000ms-ahead-of-the-servers-time.md): Error: Timestamp for this request was 1000ms ahead of the server's time
- [Bot closes immediately](https://docs.pump-bot.com/faq-questions-important-notes/error-handling/bot-closes-immediately.md): There could be several causes that results in an immediate close
- [Very common: wrong entry](https://docs.pump-bot.com/faq-questions-important-notes/error-handling/very-common-wrong-entry.md): A wrong entry in one of the .json files is very common. Here is a fix for it
- [Wave Surfer Mode](https://docs.pump-bot.com/faq-questions-important-notes/wave-surfer-mode.md): What is the Wave surfer mode in PumpBot? What does it do? What is the PrePump Protection?
- [Run the Bots on Linux](https://docs.pump-bot.com/faq-questions-important-notes/run-the-bots-on-linux.md): Run the bots on a Linux VPS - thanks Ingo 😊
- [Set-up Windows Virtual Private Server (VPS)](https://docs.pump-bot.com/faq-questions-important-notes/set-up-windows-virtual-private-server-vps.md): Here is how you can set-up a windows VPS for google cloud for the crypto trading bots.
- [Activate the Colors!](https://docs.pump-bot.com/faq-questions-important-notes/activate-the-colors.md): Here is explained how you can activate that the Bot in colorful mode! (soon available)
- [Market Orders: buyLimit = 1.0](https://docs.pump-bot.com/faq-questions-important-notes/market-orders-buylimit-less-than-1.0.md): Using Market Orders to Buy
- [PrePump Protection](https://docs.pump-bot.com/faq-questions-important-notes/prepump-protection.md): The PrePump Protection will protect you from to high entries and Prepumps from the group admins!
- [Limit Buy Orders](https://docs.pump-bot.com/faq-questions-important-notes/limit-buy-orders.md): Because we are often asked why the bot does not buy for the full manualQuoted amount.
- [Limit Sell Orders, OCO Order, Price Triggered Orders](https://docs.pump-bot.com/faq-questions-important-notes/limit-sell-orders-oco-order-price-triggered-orders.md): Explanation for the Limit Sell Orders and OCO Order for the Binance Bot
- [Binance: OCO Order](https://docs.pump-bot.com/faq-questions-important-notes/limit-sell-orders-oco-order-price-triggered-orders/binance-oco-order.md): How the Limit Sell order works on Binance - OCO Order
- [Gate.io: Price Triggered Orders](https://docs.pump-bot.com/faq-questions-important-notes/limit-sell-orders-oco-order-price-triggered-orders/gate.io-price-triggered-orders.md): Gate.io Price Triggered Orders for Selling
- [KuCoin: Limit Sell Orders](https://docs.pump-bot.com/faq-questions-important-notes/limit-sell-orders-oco-order-price-triggered-orders/kucoin-limit-sell-orders.md): The KuCoin Limit Orders works exactly like the Gate.io price triggered Orders.
- [Panic Sell: Manual Sell + Limit Sell Order](https://docs.pump-bot.com/faq-questions-important-notes/manual-sell-+-limit-sell-order.md): The Bot is able to set a Limit Sell Order + Stop Loss Order while you can still can hit 'Enter' to sell right now with a Market Order. We call this the "Panic Sell".
- [Manual Selling or Panic Sell](https://docs.pump-bot.com/faq-questions-important-notes/manual-selling.md): Here you find more Information for manual Selling. Since version 190921 the current profit is displayed permanently.
- [FAQ and Notes](https://docs.pump-bot.com/faq-questions-important-notes/faq.md): FAQ for the crypto bots and other related topics
- [FAQ: General](https://docs.pump-bot.com/faq-questions-important-notes/faq/faq-general.md): General FAQ
- [FAQ: New Coin Listings](https://docs.pump-bot.com/faq-questions-important-notes/faq/faq-new-coin-listings.md): FAQ for the New Coin Listings
- [FAQ: PumpBot](https://docs.pump-bot.com/faq-questions-important-notes/faq/faq-pumpbot.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.pump-bot.com/faq-questions-important-notes.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.
