> 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/user-guide/agent-chat-and-position-copilot.md).

# Agent Chat and Position Copilot

Use AI market and position analysis with explicit read-only boundaries.

Agent Chat provides guided market analysis. Its built-in Market Analyst profile focuses on market context, while the Position Copilot profile provides risk-oriented analysis for a selected position or account context.

{% hint style="danger" %}
Agent Chat and Position Copilot do not place, amend, cancel, close, fund, withdraw, or otherwise execute trades. They do not replace your own risk decision or the Trading Desk confirmation flow.
{% endhint %}

## Start an Analysis

1. Open **Agent Chat**.
2. Select a profile, venue, market type, symbol, and—when requested—an exchange account you own.
3. Review the enabled skills and context before sending a question.
4. Ask a specific question and inspect the answer, source references, and activity details.
5. Keep any final trade decision separate: open the Trading Desk and review the full order there.

## Profiles and Account Context

| Profile          | Purpose                                                             | Account context                                                                                     |
| ---------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Market Analyst   | Read-only market analysis for a selected venue, market, and symbol. | May work without a private account selection, depending on the question and available data.         |
| Position Copilot | Read-only, risk-oriented explanation for a position context.        | Requires the appropriate selected account and ownership checks when private account data is needed. |

The app can require account selection or block a request when the current profile, plan, account ownership, or environment does not allow the requested data.

## Decision Logs and Conversation History

Each conversation retains its messages. Decision Logs record the analytical evidence and activity associated with a run so that you can inspect what informed the result. Use them to assess freshness, fallbacks, source evidence, and uncertainty—not as proof that an action was correct or executed.

Archive conversations you no longer need. Do not paste API secrets, wallet private keys, seed phrases, or recovery codes into a prompt.

## AI Credits and Availability

AI features can consume AI credits and can be plan-gated. The chat displays available-credit information when it is available. If a profile or account-aware read is locked, check **Settings → Subscription**; do not retry a blocked request repeatedly.

## Using a Recommendation Safely

* Check the timestamp, selected venue, symbol, and account context.
* Read disclosed data limitations, stale signals, and missing evidence.
* Verify positions, balances, orders, and market data directly in the relevant product surface or venue.
* Use small, controlled tests for a new workflow.
* Never treat an AI response as authorization to override risk controls, permissions, or a manual confirmation.


---

# 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/user-guide/agent-chat-and-position-copilot.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.
