> For the complete documentation index, see [llms.txt](https://hashhedge.gitbook.io/hashhedge-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hashhedge.gitbook.io/hashhedge-user-guide/trading-terminal/terminal-tour.md).

# A Tour of the Trading Terminal

The first time you open the **Trade** screen there's a lot on it.

Here's what each part does, so you know where to look.

<figure><img src="/files/rbsGd1e7Gi57hXyjQyN5" alt=""><figcaption><p>The Hash Hedge trading terminal</p></figcaption></figure>

***

## The chart

The large area on the left is the price chart for the selected pair. Use the timeframe and drawing tools to analyse the market. Above it you'll see the pair name (e.g. BTC/USDT Perpetual) and the current price.

## The order book

The column of red and green numbers is the **order book**: live sell orders (red) and buy orders (green) waiting at each price. The number in the middle is the latest price.

<figure><img src="/files/5W0vccjebVYNNcUIiM91" alt=""><figcaption><p>The order book and Last Trades</p></figcaption></figure>

## The order form

On the right is where you place trades:

* At the top: your [margin mode](/hashhedge-user-guide/trading-terminal/margin-mode.md) (Isolated/Cross) and **leverage** buttons.
* The **Limit / Market / Trigger** tabs choose your order type.
* **Price** and **Amount** fields, plus a **0–100%** slider to size the order from your available balance.
* The **TP/SL** checkbox to attach exit orders.
* **Buy / Long** (green) and **Sell / Short** (red) buttons.
* Below: **Available / Used Margin** and your **Assets** (Total Balance, Account Balance, Unrealized PnL).

## The positions panel

Along the bottom are tabs: **Positions, Open Orders, Order History, Position History, Transaction Details, Transaction History**. Your open trades appear under **Positions** with columns for Unrealized PnL (ROE), Average Price, Mark Price, Est. Liq. Price, Margin Ratio, and your TP/SL, plus the buttons to close them.

<figure><img src="/files/Vqz7TUSRpBKLMj56Mij6" alt=""><figcaption><p>The positions panel at the bottom of the Trade screen</p></figcaption></figure>

***

Once you know the layout, get the concepts straight in [Long, Short, P\&L and Prices](/hashhedge-user-guide/trading-terminal/trading-basics.md), then open your first position with [How to open a trade](/hashhedge-user-guide/trading-terminal/open-a-trade.md).


---

# 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://hashhedge.gitbook.io/hashhedge-user-guide/trading-terminal/terminal-tour.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.
