# Orderbook

A trading venue (specifically stock exchanges) employs an order book, which is a list of electronic orders, to track the interest of buyers and sellers in a certain financial asset. Once you have submitted a Buy Order or Sell Order, the order reflects on the Orderbook.

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

### Open Orders

You can view the orders you have made that are currently open (Buy or Sell) within the **Open Orders** table found at the bottom of the **Trade** page. You also have the option to cancel an order if you wish to do so.

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


---

# 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.fuelswitch.io/trade-your-recs/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.
