# Auto Orders

{% hint style="info" %}
Auto orders are limit orders that are automatically created after you buy a token. They trigger based on your settings and do not require you to start them manually. Once created, they will automatically run after every buy you make.

After creation, auto orders start automatically post-buy. Make sure to delete them if you do not want them to run.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=o0IbWA5I60s>" %}

## How Auto Orders Work

Auto orders follow a two step process: first you create a group, then you add individual auto orders inside that group.

1. **Create a Group**: Click **Create Group** to set up a new auto order group for the selected mode.
2. **Create Auto Orders**: Inside each group, click **Create Auto Order** to add one or more auto orders with your desired parameters.

When an auto order is triggered, it becomes an active limit order visible in the Limit Order tab under Tasks.

***

## Modes and Chains

Auto orders are organized by trading mode. A secondary menu lets you switch between the available modes: **Spot**, **Copy Trade**, **AFK**, **Sniper**, and **Twitter**. Each mode has its own independent set of auto order groups.

Auto orders are also chain specific. Use the chain dropdown in the top right corner to switch between supported blockchains. Each blockchain has its own auto order groups and configurations per mode.

***

## Group Actions

Each group displays its name and provides the following actions on the right side:

| Action                | Description                                                 |
| --------------------- | ----------------------------------------------------------- |
| **Create Auto Order** | Add a new auto order inside the group.                      |
| **Edit**              | Modify the group name or settings.                          |
| **Delete**            | Permanently remove the group and all auto orders inside it. |


---

# Agent Instructions: 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://docs.bloombot.app/manager/pages/tasks/auto-orders.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.
