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

# Introduction

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe
    style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
}}
    src="https://www.youtube.com/embed/_2xVnhQXJuw"
    frameBorder="0"
    allowFullScreen
  />
</div>

<Note>
  Strategy alerts within our AI platform are only available to our Ultimate users. [Upgrade](https://www.luxalgo.com/pricing) your subscription to start creating strategies & alerts.
</Note>

Any AI trading strategy you create out of millions on the LuxAlgo platform can now generate advanced alerts. This feature sends alerts triggered by events such as going long, short, exits, taken by the strategies available from using our [AI Assistant](/docs/ai-backtesting/introduction).

LuxAlgo users may use our alerts system to receive notifications in the form of in app notifications within our app, emails, or make use of our integrated webhooks for more advanced usage through third party platforms such as automated trading.

## Features

<CardGroup cols={3}>
  <Card title="Creating Alerts" icon="alarm-clock" href="/docs/ai-strategy-alerts/creating-alerts" />

  <Card title="Notifications" icon="bell" href="/docs/ai-strategy-alerts/notifications" />

  <Card title="Webhooks" icon="webhook" href="/docs/ai-strategy-alerts/webhooks" />
</CardGroup>

## FAQ

<Accordion title="How to create alerts?">
  See [this guide](/docs/ai-strategy-alerts/creating-alerts).

  Only users with an **Ultimate** subscription may create alerts.
</Accordion>

<Accordion title="How many alerts can I set?">
  Users with an **Ultimate** subscription are limited to 100 alerts.
</Accordion>

<Accordion title="Can I send emails from triggered alerts?">
  Yes, users can enable emails to be sent when an alert triggers.
</Accordion>

<Accordion title="Can I create custom alerts?">
  Currently alerts are limited to the supported tickers and timeframes, as well as the available strategies in our database.
</Accordion>

<Accordion title="Can I use webhooks?">
  Yes, we allow creating up to 4 webhooks for a single alert.
</Accordion>

<Accordion title="Can I auto trade with alerts?">
  Yes, it is possible to use our webhooks to integrate with third party automation platforms to place orders.

  We do not guarantee the proper execution of orders nor the arrival of requests to set webhooks.
</Accordion>

<Accordion title="Can alerts be delayed?">
  Yes, it is possible for alerts to be delayed depending on the load on our systems and other external factors.
</Accordion>

<Accordion title="Are alerts based on futures delayed by 15 minutes?">
  No, alerts created from strategies on futures use a real-time data feed.
</Accordion>

<Accordion title="What happens if I cancel/downgrade/pause my Ultimate subscription?">
  Canceling or downgrading your Ultimate subscription will keep your existing alerts active. You will be able to create alerts only until the end of the subscription.

  Once your Ultimate subscription ends, all your alerts will be stopped.

  If you pause your subscription, all of your alerts will stop immediately.
</Accordion>

<Accordion title="Are my alerts deleted if I cancel my Ultimate subscription?">
  All alerts will be immediately stopped but will remain tied to your account in the state they were set as.

  If you resubscribe, you will regain access to previously created alert and may reactivate them.
</Accordion>

## Disclaimer

<Warning>
  Alerts and notifications provided by LuxAlgo are intended **for informational and display purposes only**. They are **not designed or guaranteed for trading execution, investment decisions, or financial advice**.

  LuxAlgo does not guarantee the **availability, accuracy, reliability, or timely delivery** of any alerts, notifications, or webhooks. **Downtime or delivery failures may occur** at any time without prior notice.

  By using LuxAlgo alerts, you acknowledge that LuxAlgo **is not liable for any losses, damages, or outcomes** resulting from the use, interpretation, or reliance upon such alerts, notifications, or webhooks.

  Read our [full disclaimer](https://www.luxalgo.com/legal/disclaimer/).
</Warning>
