> 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/welcome-to-uliquid-desk.md).

# Welcome to uLiquid Desk

A short introduction to the uLiquid Desk trading, analysis, and automation workspace.

uLiquid Desk is a trading workspace that brings manual trading, exchange connections, market research, AI-assisted analysis, predictions, bots, and portfolio monitoring together in one place.

## Trade · Analyze · Automate

Use only the areas that match your goal:

<table data-view="cards"><thead><tr><th>Area</th><th>What it helps you do</th></tr></thead><tbody><tr><td>Trading Desk</td><td>Review markets, place and manage manual orders, and monitor positions.</td></tr><tr><td>Exchange and wallet connections</td><td>Connect a centralised-exchange API or a Web3 wallet for the workflows you choose.</td></tr><tr><td>Market and AI tools</td><td>Review market context, AI analysis, predictions, and read-only position guidance.</td></tr><tr><td>Bots and grid automation</td><td>Configure and monitor eligible automated strategies with explicit risk controls.</td></tr></tbody></table>

The dashboard also brings together account status, open positions, market data, and monitoring widgets. Some areas depend on your workspace role, plan, selected account, and the current environment.

{% hint style="warning" %}
uLiquid Desk is not financial advice. AI output, predictions, and automation can be wrong and do not remove trading risk. Review every capital-changing action yourself.
{% endhint %}

## Start Here

[Choose Your Starting Point →](/uliquid-docs/choose-your-starting-point.md)

For a detailed safety-first setup reference, see the existing [Quickstart](/uliquid-docs/quickstart.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/welcome-to-uliquid-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.
