> 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/choose-your-starting-point.md).

# Choose Your Starting Point

Pick a short, goal-based path through uLiquid Desk.

You do not need to set up every uLiquid Desk feature. Choose one goal, complete its short path, and add another workflow only when you understand the first one.

## I want to trade manually

[Connect an Exchange](/uliquid-docs/connect-an-exchange.md) → [Explore the Trading Desk](/uliquid-docs/explore-the-trading-desk.md) → use a paper flow if it is offered for your account → monitor positions on the dashboard.

## I want AI assistance

[AI Market Analysis](/uliquid-docs/ai-market-analysis.md) → [Price Forecasts and AI Predictions](/uliquid-docs/price-forecasts-and-ai-predictions.md) → [Agent Chat and Position Copilot](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/agent-chat-and-position-copilot.md) → review positions and market data yourself.

## I want automation

[Bots and Automation](/uliquid-docs/bots-and-automation.md) → choose an eligible standard bot or grid template → configure the market and risk → review → start → monitor.

## I want market forecasts

[Price Forecasts and AI Predictions](/uliquid-docs/price-forecasts-and-ai-predictions.md) → select the market and timeframe → choose the available analysis settings → generate → review direction, expected move, and confidence as uncertain inputs.

## I want to use Hyperliquid or Web3 features

[Connect Your Wallet](/uliquid-docs/connect-your-wallet.md) → [Wallet, Funding, and Vaults](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/wallet-funding-and-vaults.md) → review the applicable HyperCore, HyperEVM, or grid-vault flow before signing anything.

{% hint style="info" %}
The application only shows actions available to the selected account and environment. A missing option is a compatibility or permission signal, not a reason to bypass a control.
{% endhint %}

Next: [Create Your Account →](/uliquid-docs/account-login-security.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/choose-your-starting-point.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.
