# Placing an order from the orderbook

### Placing a trade from the orderbook

To place an order from the orderbook:

1. Select a row for the type (red = sell or green = buy) + price +  size of trade you want to place. The USD price is added to the Buy or Sell area in the left column.
2. Enter the amount of BTC you want to trade.&#x20;
3. Click **Place Order** to complete the order.

<div><figure><img src="/files/URkGU1IbdJykveVbCwWB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RqyoJHHfcpRVrMgAjDjN" alt=""><figcaption></figcaption></figure></div>

Underneath the **Positions** tab, your position will receive a label of either Short (sell) or Long (buy). You will also be able to view the *Leverage* on your position. At the bottom of your position, you can see the *Unrealized PnL* and the *Realized PnL*.&#x20;

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

Underneath the **Orders** tab, a column appears with the details of your order. You will be able to see the *Status*, *Time*, *Side*, *Amount / Filled Price*, and *Order ID*.&#x20;


---

# 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://prodigyfi.gitbook.io/perps-user-guide/orderbook-and-chart/placing-an-order-from-the-orderbook.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.
