> For the complete documentation index, see [llms.txt](https://landingnet.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://landingnet.gitbook.io/doc/documentation/platform/bot-management.md).

# Bot Management

The Bots page lets you create, edit, and manage all your trading bots, and view their order history.

## Bot List

The top section displays all deployed bots with:

* Bot name, type, version, and ID
* **Edit** (pencil icon) -- opens the form pre-filled with current configuration
* **Delete** (trash icon) -- removes the bot immediately

## Creating a Bot

Scroll to the **"Deploy New Bot"** form at the bottom:

1. Fill in the [configuration](/doc/documentation/copy-trading/configuration.md)
2. Click **"Deploy Bot"**
3. A status overlay shows deployment progress
4. Once confirmed, the bot appears in the list and starts trading

## Editing a Bot

Click the pencil icon on any bot. The form scrolls into view pre-filled with current settings. Make changes and click **"Save Changes"**.

{% hint style="info" %}
The bot continues with its previous configuration until the update job completes.
{% endhint %}

## Deleting a Bot

Click the trash icon. Deletion is immediate.

{% hint style="warning" %}
Deleting a bot does **not** close its open positions on Hyperliquid. Manage those manually.
{% endhint %}

## Copying a Trader

When you click **"Copy This Trader"** from [Discover Traders](/doc/documentation/platform/discover-traders.md), you're redirected to the Bots page with the address pre-filled in the Copy Source section.

## Order History

The Orders page shows a full history of trades executed by your bots. Each order displays: symbol, side, bot name (linked), price, quantity, and time. Orders are paginated (20 per page).

You can filter by bot by clicking a bot name in the table, or navigating from a bot card on the Dashboard.

## Available Bot Types

| Type                  | Status      |
| --------------------- | ----------- |
| **Copy Trading**      | Available   |
| **DCA**               | Coming soon |
| **LandingNet Orders** | Coming soon |
| **Trailing Stop**     | Coming soon |


---

# 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:

```
GET https://landingnet.gitbook.io/doc/documentation/platform/bot-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
