> 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/bots-and-automation.md).

# Bots and Automation

Understand the short, risk-aware lifecycle for standard bots and Grid Bots.

uLiquid Desk includes standard trading bots and Grid Bots. They are automation tools, not guaranteed-return products. Availability depends on the selected account, strategy, workspace, plan, and current environment.

## The General Lifecycle

Choose a strategy or template → configure market and account → set risk and capital limits → review warnings → start → monitor → pause or stop when conditions change.

## Standard Bots

The **New Bot** flow supports eligible standard-bot setups, including a simple runtime or an available prediction source. Check the account, symbol, permissions, risk limits, runner health, and stop behaviour before starting.

## Grid Bots

Grid Bots use a price range and grid settings. Before launch, review the template, symbol, range, leverage, grid count, minimum investment, reserve, liquidation distance, funding source, and any BotVault or funding status.

## Monitor After Start

* Review status, latest evaluation, account data, and runner health.
* **Pause** and **Stop** are lifecycle controls; read the stated effect and verify external orders and positions separately.
* Do not create a replacement bot to bypass an error, stale state, or unresolved pending state.
* Stop creating new automated actions if account data, funding, or reconciliation is degraded.

AI analysis and monitoring can inform a decision, but do not turn into automatic execution unless you deliberately configure an eligible bot and complete its review flow.

{% hint style="info" %}
TODO: Add verified current screenshots of the Bot list, New Bot flow, and Grid Bot template flow when sanitised captures are available.
{% endhint %}

For the detailed controls and warnings, see [Signals and Automation](https://github.com/eds-labs/uLiquid-Desk/tree/main/docs/user-guide/signals-and-automation.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/bots-and-automation.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.
