# Echo Debugging

#### Debugging Tips for Echo Bot

If you encounter connectivity issues or the bot is not executing trades as expected, use this checklist to debug Echo:

* Transfer funds to the unified trading account.
* Confirm stablecoin is USDT.
* Ensure settings have been saved.
* Disable hedge mode

By following these steps, you should be able to ensure stable connectivity and seamless operation of the Echo bot. If you are still unavailable to use Echo, [reach out to us](/algoalpha-user-manual/other/get-in-touch.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://algoalpha.gitbook.io/algoalpha-user-manual/premium-signals/echo-guide-scalping/echo-debugging.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.
