# Introduction & Installation

### Introduction

**Orion Terminal CLI** is a FREE command line interface trading environment that lets traders add speed, precision, and automation to their trading through a low-code environment, no matter the trading style.

**Key Features**

* 3 Exchanges (7+ Planned) 🆕
* Auto-TP 🔥
* Customizable Hotkeys 🔥
* Aliases & Triggers 🔥
* Auto-Complete and Auto-Suggest
* Pre-Built Commands
* Color-Coded Interface
* Synthetic Markets 🔜
* Pair Trading 🔜
* GUI Algo Builder  🔜
* Partner Integrations (Webhook, Tradingview, etc) 🔜

### Installation & Setup

1. Download Orion Terminal:\
   &#x20;    \- [Windows](https://docs.orionterminal.com/introduction-and-installation/windows-installation)\
   &#x20;    \- [Mac](https://docs.orionterminal.com/introduction-and-installation/macos-installation)\
   &#x20;    \- [Linux](https://docs.orionterminal.com/introduction-and-installation/linux-installation)
2. Run the Terminal
3. Type `login <exchange>`
4. As of version 0.71b, Orion Terminal works with 3 exchanges: **Bybit**, **Bitget (BETA)**, and **Binance**. You will need API Keys for each of the exchanges you want to use:
   * For Binance, generate your API keys [here](https://www.binance.com/en/my/settings/api-management).
   * [For Bitget (BETA), please follow the instructions here.](https://docs.orionterminal.com/introduction-and-installation/bitget-beta-account-and-api-key-creation)
   * [For Bybit, please follow the instructions here.](https://docs.orionterminal.com/introduction-and-installation/bybit-account-and-api-key-creation)
5. Get started with [Commands Overview & Examples](https://docs.orionterminal.com/commands-overview-and-examples)


---

# 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.orionterminal.com/introduction-and-installation.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.
