# Connectors

## Overview

**Connectors** let you link your Obside account to your **brokers and trading platforms**. Once the connection is established, Obside can:

* **Read your balances and positions** in real time.
* **Monitor your portfolio** and trigger smart alerts.
* **Execute orders** *(depending on your region — see* [*Availability by region*](/platforms/availability-by-region.md)*)*.

***

## Connecting a platform

The connection is done from the **Platforms** section in settings:

1. Select the platform to connect from the list of [supported brokers](/platforms/supported-brokers.md).
2. Follow the authorization process (API keys or OAuth depending on the broker).
3. Once connected, you can name your key (e.g. "My main account") to find it easily.

{% hint style="info" %}
You can connect **multiple accounts of the same broker** (for example a personal and a professional account) by adding multiple API keys.
{% endhint %}

{% hint style="success" %}
Obside doesn't store your broker password. Connections rely on **API keys** or a secure **OAuth** mechanism depending on the platform.
{% endhint %}

***

## Use in the chat and in agents

Once a platform is connected, you can:

* **Reference its assets** in the chat through the **Add** → **Platforms** button → choose the broker → select the assets available at that broker.
* **Select an API key** when launching a live execution.
* **Enable portfolio monitoring** on positions held on that platform.

***

## Multi-broker

Depending on your subscription plan, you can **run a single agent on multiple connected platforms** simultaneously. See [Pricing](/misc/pricing.md).

To go further:

* [Availability by region](/platforms/availability-by-region.md)
* [Supported brokers](/platforms/supported-brokers.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.obside.com/platforms/connectors.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.
