# Webhooks (Trading Bots)

- [BingX](https://docs.runbot.io/webhooks-trading-bots/bingx.md): Connect your Runbot Alerts with BingX to send free trading bot orders.
- [Bitget](https://docs.runbot.io/webhooks-trading-bots/bitget.md): Connect your Runbot Alerts with Bitget to send free trading bot orders.
- [Phemex](https://docs.runbot.io/webhooks-trading-bots/phemex.md): Connect your Runbot Alerts with Phemex to send free trading bot orders.
- [Blofin](https://docs.runbot.io/webhooks-trading-bots/blofin.md): Connect your Runbot Alerts with Blofin to send free trading bot orders.
- [OKX](https://docs.runbot.io/webhooks-trading-bots/okx.md): Connect your Runbot Alerts with OKX to send trading bot orders.
- [Tealstreet](https://docs.runbot.io/webhooks-trading-bots/tealstreet.md): Connect your Runbot Alerts with your Tealstreet trading terminal to convert them into automated trading. Tealstreet will instantly manage and send your orders to your favorite exchange.
- [Mizar](https://docs.runbot.io/webhooks-trading-bots/mizar.md): Connect your Runbot Alerts with Mizar webhook to convert them into automated trading. Mizar will instantly manage and send your orders to your favorite exchange.
- [WunderTrading](https://docs.runbot.io/webhooks-trading-bots/wundertrading.md): Connect your Runbot Alerts with WunderTrading webhook to convert them into automated trading. WunderTrading will instantly manage and send your orders to your favorite exchange.
- [Alertatron](https://docs.runbot.io/webhooks-trading-bots/alertatron.md): Connect your Runbot Alerts with Alertatron webhook to convert them into automated trading. Alertatron will instantly manage and send your orders to your favorite exchange.
- [Zignaly](https://docs.runbot.io/webhooks-trading-bots/zignaly.md)
- [Discord](https://docs.runbot.io/webhooks-trading-bots/discord.md)
- [Custom URL](https://docs.runbot.io/webhooks-trading-bots/custom-url.md): Custom Json webhook connection will allow you to connect your own server to your Runbot Strategy and access all alerts and all features available on Runbot.io.


---

# 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.runbot.io/webhooks-trading-bots.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.
