> For the complete documentation index, see [llms.txt](https://broker-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broker-docs.tiger.com/english-2/frequently-asked-questions/what-is-the-difference-between-tiger.com-broker-and-tiger.com-terminal-accounts.md).

# What is the difference between Tiger.com Broker and Tiger.com Terminal accounts?

{% hint style="info" %}
Tiger.com Broker accounts and Tiger.com Windows/macOS accounts are separate and independent. The login credentials for the broker account **cannot** be used to access the terminal. A separate account must be created for each system (Windows or macOS). However, you can use the same email address as your login for all accounts.
{% endhint %}

## How to create an account for Tiger.com Windows Terminal

1\. [Download](https://www.tiger.com/ru/terminal) and Install the Tiger.com Terminal. You can review the system requirements before installation at the [link](https://support.tiger.com/english/how-to-start/register-and-setup). After installation, a shortcut will be created on your desktop to launch the terminal.&#x20;

2\. Launch the Terminal and either create a new account or log in with an existing one.

{% hint style="warning" %}
If you encounter difficulties registering via the terminal's startup window, try registering directly on our website: [Tiger.com Terminal Signup](https://www.tiger.com/terminal/signup).
{% endhint %}

3\. Authorization is required to use the terminal. You can log in using the credentials created during registration or with your license credentials. For more details on available license types, visit the [Licenses and login page](https://support.tiger.com/english/how-to-start/licenses-and-login).

<figure><img src="/files/r529NBjidiw5hi1hAmiQ" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
To explore the features of the Windows terminal in detail, check out our [Knowledge Base](https://support.tiger.com/english).
{% endhint %}

## How to create an account for Tiger.com macOS Terminal

1\. Go to the registration page and enter your login credentials. Agree to the privacy policy, then click **"Continue":**

<figure><img src="/files/iWUxQKBtduIJOUGOXaze" alt=""><figcaption></figcaption></figure>

2\. A **6-digit verification code** will be sent to your email. Enter the code within 10 minutes to confirm your email address.

<figure><img src="/files/zCgVeW9yJJRf3J5QoCpG" alt=""><figcaption></figcaption></figure>

3\. After verification, you will be redirected to the **login page**, where you can enter your credentials and download the terminal installer:

<figure><img src="/files/e4EEiYet3pAqu97yt18e" alt=""><figcaption></figcaption></figure>

4\. Once the terminal is downloaded, **log in using the same credentials** you used for registration on the website.

<figure><img src="/files/hBYSY7F96qw9ULp479HZ" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
For a detailed overview of the macOS terminal's features, visit our [**Knowledge Base**](https://wiki-en-macos.tiger.trade/)
{% endhint %}


---

# 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://broker-docs.tiger.com/english-2/frequently-asked-questions/what-is-the-difference-between-tiger.com-broker-and-tiger.com-terminal-accounts.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.
