# Broker Integration

Brokerage integration provides faster trade submissions through automation. When a broker is connected or linked to NVSTly, all executed trades are automatically submitted to the app. This provides hands-free trade submissions in real-time, as well automating a trader's signals or Trade Sharing.

{% hint style="warning" %}
Linking or connecting a broker only shares trades with the app, it **cannot** create or execute orders.
{% endhint %}

## Supported Brokers

* [Webull](https://nvstly.com/ref/webull) - [Webull Integration](/info/broker-integration/webull-integration.md)

## Supported Brokers to Come

* Moomoo
* Schwab (TD Ameritrade)
* IBKR
* TradeStation
* Robinhood
* Fidelity
* Tastytrade
* Firstrade
* Tradier


---

# 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.nvstly.com/info/broker-integration.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.
