> 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/ai-market-analysis.md).

# AI Market Analysis

Use source-backed market context and read-only AI analysis as decision support.

uLiquid Desk offers two complementary analysis paths. **Market Intelligence** gives source-backed context over a selected horizon. **Agent Chat** can provide a targeted Market Analyst or Position Copilot response for the market, venue, and account context you choose.

{% hint style="warning" %}
AI-generated analysis is informational decision support, not financial advice. It can be incomplete or incorrect and never replaces your own review.
{% endhint %}

## First Use

1. Open **Market Intelligence** and choose the available horizon: intraday, 24 hours, or 7 days.
2. Review the context, source references, warnings, and provider state.
3. For a targeted question, open **Agent Chat**, select the profile, venue, market type, and symbol; select an account only when the question needs your private account context.
4. Review the answer, source references, activity details, and disclosed uncertainty.
5. If you decide to trade, open the Trading Desk and review the order independently.

## Keep the Boundaries Clear

* Market Intelligence supplies research context; it does not create an order or bot action.
* Agent Chat and Position Copilot provide read-only analysis. They do not place, amend, cancel, close, fund, withdraw, or otherwise execute trades.
* A degraded provider state means data can be delayed, unavailable, or incomplete.

{% hint style="info" %}
TODO: Add a verified current screenshot of Market Intelligence and Agent Chat when sanitised captures are available.
{% endhint %}

Learn more in [Market Intelligence](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/market-intelligence.md) and [Agent Chat and Position Copilot](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/agent-chat-and-position-copilot.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/ai-market-analysis.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.
