> For the complete documentation index, see [llms.txt](https://uliquid-1.gitbook.io/uliquid-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uliquid-1.gitbook.io/uliquid-docs/explore-the-trading-desk.md).

# Explore the Trading Desk

Learn the basic areas of the manual Trading Desk before placing an order.

The Trading Desk is the manual interface for reviewing a selected account and market, placing orders when permitted, and checking open orders and positions.

## Read the Screen From Left to Right

1. **Account and market:** select the exchange account, market type, and symbol. Spot or perpetual choices only appear when the account supports them.
2. **Price and chart:** use the chart and live market data as context. A degraded data warning means you should pause new live actions.
3. **Order entry:** choose market or limit order, then enter size and any available price or protection settings.
4. **Open orders and positions:** after a submitted action, refresh and verify the resulting order or exposure.

## Start Safely

* Select the intended account and symbol before entering a size.
* Read warnings about live data, permissions, leverage, and risk.
* Use Paper only when it is offered and linked market data is available for the selected setup.
* A paper result tests the flow; it does not prove a live account or market is ready for capital.
* Review positions and open orders in both uLiquid Desk and the exchange when capital is involved.

{% hint style="danger" %}
Every live order can affect real capital. Check account, symbol, side, order type, size, leverage, stop loss, and take profit before confirming.
{% endhint %}

{% hint style="info" %}
TODO: Add verified current screenshots of the dashboard and Trading Desk when sanitised captures of the active UI are available.
{% endhint %}

For order behaviour, guardrails, and recovery guidance, see [Trading Desk and Risk](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/trading-desk-and-risk.md) and [Dashboard and Exchange Accounts](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/dashboard-and-accounts.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://uliquid-1.gitbook.io/uliquid-docs/explore-the-trading-desk.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.
