> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmobius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get notified when your trading bot executes a trade

> Configure email alerts on Mobius deployments to receive notifications when your bot executes a trade, triggers a signal, or encounters an error.

Alerts notify you by email whenever a significant event occurs in one of your deployments — a trade execution, a signal trigger, or a system error. You can configure alerts at deployment time or update them later from the deployment detail page.

## Alert types

| Alert type             | When it fires                                                                             |
| ---------------------- | ----------------------------------------------------------------------------------------- |
| **Trade executed**     | A buy or sell order is placed by the bot                                                  |
| **Signal triggered**   | Your entry or exit condition is met (even if no trade is placed, e.g. insufficient funds) |
| **Deployment error**   | The bot encounters an error during execution (data fetch failure, order rejection, etc.)  |
| **Deployment stopped** | The bot is paused or stopped — manual or system-initiated                                 |

## Set up alerts

<Steps>
  <Step title="Open a deployment">
    Navigate to **Deployments** and click on the deployment you want to configure alerts for.
  </Step>

  <Step title="Go to Alerts settings">
    On the deployment detail page, find the **Alerts** section and click **Configure Alerts**.
  </Step>

  <Step title="Enter your email">
    Enter the email address where you want to receive notifications. This defaults to the email on your Mobius account.
  </Step>

  <Step title="Select alert types">
    Choose which events should trigger a notification. You can enable any combination of alert types.
  </Step>

  <Step title="Save">
    Click **Save**. Alerts take effect immediately for the current deployment.
  </Step>
</Steps>

## Alert email format

Each alert email includes:

* The deployment name and asset being traded
* The alert type (trade executed, signal triggered, etc.)
* The specific event details — asset, action (buy/sell), quantity, price, and timestamp
* A link back to the deployment in Mobius

For **live trading** alerts, emails may include an **Execute** link. Clicking it opens a trade preview page where you can review and confirm the order before it's placed. Execute links are time-limited and signed with a secure token.

## Plan limits

The number of alerts you can configure per deployment depends on your plan.

| Plan  | Alerts per deployment |
| ----- | --------------------- |
| Free  | 3                     |
| Pro   | 25                    |
| Elite | 125                   |

## Managing alerts

To modify or remove alerts, navigate to the deployment detail page and click **Configure Alerts**. Changes take effect immediately.

<Note>
  Alerts are configured per deployment. If you create a new deployment from the same bot, you'll need to configure alerts separately for the new deployment.
</Note>
