# Create Auto Order

**Auto orders share the same creation process across all blockchains and modes.** The workflow is the same whether you are setting up auto orders for Spot, Copy Trade, AFK, Sniper, or Twitter.

{% stepper %}
{% step %}

### Select Your Mode

<div align="left"><figure><img src="/files/yvlWQrEf4IhBzYUAB0C7" alt=""><figcaption></figcaption></figure></div>

From the Auto Orders tab, use the secondary menu to select the trading mode you want to create auto orders for. Make sure the correct blockchain is selected from the chain dropdown in the top right corner.
{% endstep %}

{% step %}

### Create a Group

Click <kbd>Create Group</kbd> to open the group creation modal.

<div align="left"><figure><img src="/files/OtHCIwduXaY9oxSbtSxF" alt="" width="413"><figcaption></figcaption></figure></div>

| Field          | Description                                    |
| -------------- | ---------------------------------------------- |
| **Group Icon** | Choose an icon to identify the group visually. |
| **Group Name** | Assign a custom name to the group.             |

The modal will confirm which mode and chain the group is being created for. Click <kbd>Create Group</kbd> to confirm.
{% endstep %}

{% step %}

### Create an Auto Order

Inside the group, click <kbd>Create Auto Order</kbd> to open the auto order configuration modal. Select a trigger type and configure the parameters below.

<div align="left"><figure><img src="/files/tVGi6TvIpBJnQqpPxO24" alt=""><figcaption></figcaption></figure></div>

#### Trigger Types

| Type                     | Description                                                                                                                                                                                                                                                                                                     |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Dev Sell**             | Automatically sells the specified amount if the dev sells any of their tokens. When enabled, the set profit/loss percentage is ignored and the sale only triggers when the dev sells.                                                                                                                           |
| **Time**                 | Sells after a desired timespan. Enter the expiry time as: 1H for 1 hour, 30M for 30 minutes, 1D for 1 day, or 60 for 60 seconds.                                                                                                                                                                                |
| **Trailing**             | A trailing stop loss that moves automatically as the token price increases. The trailing value represents the distance between the current price and the stop loss. As the price rises, the stop loss follows. If the price drops enough to hit the trailing level, the order triggers and closes the position. |
| **Profit/Loss**          | <p>Set a take profit or stop loss.</p><p>Use positive values for take profit (for example, +100% for 2x) and negative values for stop loss (for example, -50% for half).</p>                                                                                                                                    |
| **Fixed Market Cap**     | Set the target market cap at which you want to sell.                                                                                                                                                                                                                                                            |
| **Market Cap Variation** | Set the market cap increase or decrease threshold at which you want to sell. The sale executes only when the market cap change matches your specified value.                                                                                                                                                    |

#### Amount Type

| Option           | Description                                |
| ---------------- | ------------------------------------------ |
| **Any Amount**   | Sell a custom percentage of your position. |
| **Whole Amount** | Sell your entire position.                 |

#### Order Settings

| Field               | Description                                                                                                                                                                                                                                           |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Sell Amount**     | The percentage of your position to sell.                                                                                                                                                                                                              |
| **Slippage**        | The slippage percentage for the sell order.                                                                                                                                                                                                           |
| **Sell Protection** | Toggle MEV protection to prevent your transaction from being sandwiched.                                                                                                                                                                              |
| **High Impact**     | Enables trades that require higher price impact than usual. Use this if you are selling large amounts in low liquidity pools. For expert users only: enabling this when not needed can route the sale through suboptimal pools or cause bad slippage. |
| **Tip**             | The tip fee to prioritize the inclusion of your transaction in the next block.                                                                                                                                                                        |
| **Priority Fee**    | The transaction fee for selling.                                                                                                                                                                                                                      |

Once configured, click <kbd>Create Order</kbd> to add the auto order to the group.
{% endstep %}
{% endstepper %}

***

## Orders Tab

Once created, auto orders are nested inside their group. Click the expand arrow on a group to view all auto orders within it.

<figure><img src="/files/tVXP7vXnixM0vPniIBil" alt=""><figcaption></figcaption></figure>

#### Group Row

Each group displays its name and icon, with 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 icon.                              |
| **Delete**            | Permanently remove the group and all auto orders inside it. |

#### Auto Order Row

Each auto order displays the following columns:

| Column          | Description                                                                                                            |
| --------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Type**        | The trigger type of the auto order (Dev Sell, Time, Trailing, Profit/Loss, Fixed Market Cap, or Market Cap Variation). |
| **Sell Amount** | The sell amount configured for the order.                                                                              |
| **Fee**         | The priority fee set for the order.                                                                                    |
| **Tip**         | The tip configured for the order.                                                                                      |
| **Slippage**    | The slippage percentage configured for the order.                                                                      |
| **Trigger**     | The trigger value that will activate the order.                                                                        |
| **Actions**     | Edit or delete the individual auto order.                                                                              |


---

# 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/create-auto-order.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.
