# Why the Robot Paused?

#### Why the robot paused? <a href="#e1nim1" id="e1nim1"></a>

1. **Manual Paused**\
   If you have manually paused the bot, you can go to the bot details page and click the \[Resume] button in the bottom left corner to run the bot again.<br>
2. **Invalid API-key**\
   No trading permissions.\
   Solution：

{% content-ref url="/pages/TtZi6Y1a2ODpfBmVzwYl" %}
[Insufficient API Key Trading Permissions: How to Modify API Key Trading Permissions?](/en/exchange/create-api/api-faq/insufficient-api-key-trading-permissions-how-to-modify-api-key-trading-permissions.md)
{% endcontent-ref %}

&#x20;      Removed API key by the exchange.\
&#x20;      No trading for a long time, causing the API key to expire.\
&#x20;      Solution：<br>

{% content-ref url="/pages/nIf1Eeb3sjXRIwxiLnMe" %}
[What Should I Do If the API Key is Deleted in Binance?& What Should I Do If the API Key Expires?](/en/exchange/create-api/api-faq/what-should-i-do-if-the-api-key-is-deleted-in-binance-and-what-should-i-do-if-the-api-key-expires.md)
{% endcontent-ref %}

3. **Insufficient Energy**\
   The balance in your Energy account has been unable to pay the bill, causing the bots to be paused. Recharge the Energy, and then go to the details page to click \[Resume].<br>
4. **Insufficient Margin**\
   The positions for trading are less than the minimum volume of trading required by the exchange. If it does not work after trying to resume running, please restart the robot.<br>
5. **Transaction Error**\
   Unknown reasons cause the robot to fail to trade normally. Please check your trading permissions of the API key on the exchanges and try to resume running 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://help.utrading.io/en/trading/trading-faq/why-the-robot-paused.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.
