> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/frequently-asked-questions/how-does-automatic-account-selection-work.md).

# How does automatic account selection work?

In the **Basic settings → Trading** section, you can specify how the account will be selected in the trading toolbar. If you have enabled the auto-substitution mode, then the account will be inserted automatically into the open **Chart** and **DOM** trading toolbars when connecting to a crypto exchange or terminal.&#x20;

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80109614468/original/YXAlDF8jK-B4z1K0_Cserh1RM8GGCCzOLQ.gif?1654112099)

Let’s take a look at 3 cases:

1\. If you have **one connection of the same type** (only one Bitfinex or one QUIK, or only one Binance, etc.), then the account will be substituted for the specified connection regardless of the auto-connection status (this is typical for [crypto exchanges](/english/settings/connections/crypto-exchanges.md)).&#x20;

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80109614849/original/_9J11_Cx0xxOlCoT_EOEdbxnJ0I-zLq3kQ.png?1654112300)

2\. If you have **multiple connections of different types** (e.g., Binance and QUIK), account substitution will only occur in the trading toolbars of the corresponding instruments.

3\. If you have **several connections of the same type** (e.g., 2 crypto exchanges or 2 terminals), then:

* 2 crypto exchanges, both with auto-connection (there are checkmarks in the “Auto-connect” column) — the account will not be substituted.
* 2 crypto exchanges, one of which has auto-connection — its account number will be substituted in the trading toolbars.
* 2 terminals — the account will not be substituted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.tiger.com/english/frequently-asked-questions/how-does-automatic-account-selection-work.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
