> For the complete documentation index, see [llms.txt](https://docs.treeofalpha.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.treeofalpha.com/tree-terminal.md).

# Tree Terminal

Tree Terminal has been designed by [TreeofAlpha](https://twitter.com/Tree_of_Alpha). It's a fully customizable trading terminal intended for those who wish to trade news concerning the crypto market.&#x20;

The work is ongoing new features will be added according to community feedback.

Every component is resizable, draggable, and detachable, so you can arrange them on your different screens.&#x20;

The most important feature is the notification on your screen, which allows you to read and enter trades in less than 2 seconds.&#x20;

Here is the component list from left to right:&#x20;

* **Accounts** : Display your account balances (Binance, Bybit, and OKX supported).
* **Position & Orders** : Display current open positions and orders.
* **News Feed** : Display the latest news.
* **Chart** : Display charts.
* **Orderbook** : Display a simplified orderbook.
* **Symbols** : Display a list of coins.
* **Botting** : A simple tool to build your own bot directly on Tree Terminal.
* **Terminal** : Command console to type your custom orders.
* **Buttons** : Create custom trading buttons.
* **Notifications** : Receive news feeds directly on your screen to never miss important news.

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


---

# 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:

```
GET https://docs.treeofalpha.com/tree-terminal.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.
