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

# Automation Templates

> Get started quickly with pre-built automation templates.

The template gallery provides ready-to-use automation configurations. Select a template when creating a new automation to pre-fill the event type, processing mode, prompts, and output config.

## AI Templates

These use AI processing to analyze event data and generate insights.

<CardGroup cols={2}>
  <Card title="New Market Analyzer" icon="plus">
    Evaluates new prediction markets for trading opportunities, assessing market structure, initial probability, and liquidity potential.
  </Card>

  <Card title="Whale Trade Alert" icon="anchor">
    Analyzes large trades for market impact, breaking down position sizing, sentiment shifts, and short-term price predictions.
  </Card>

  <Card title="Price Spike Detective" icon="magnifying-glass">
    Investigates sudden probability changes to determine if they are driven by news, whale activity, or suspicious manipulation.
  </Card>

  <Card title="Volume Milestone Reporter" icon="chart-bar">
    Generates comprehensive market summaries when trading volume crosses USD milestones.
  </Card>

  <Card title="Insider Activity Scanner" icon="shield-exclamation">
    Analyzes first trades for timing patterns, wallet history, and correlation with non-public information.
  </Card>

  <Card title="Resolution Edge Tracker" icon="crosshairs">
    Monitors markets approaching extreme probabilities near resolution boundaries and identifies mispriced edge opportunities.
  </Card>
</CardGroup>

## Direct Templates

These use Handlebars templating to format and forward data without AI processing. See [Template Syntax](/dashboard/automations-syntax) for the full syntax reference.

<CardGroup cols={2}>
  <Card title="Event Forwarder" icon="forward">
    Forwards raw webhook event JSON to an external system with zero processing overhead.
  </Card>

  <Card title="Price Alert" icon="bell">
    Formats price spikes into readable alerts with previous/current price and volume context.
  </Card>

  <Card title="Trade Notification" icon="wave-pulse">
    Extracts key trade details (market, trader, side, size, price) into a structured notification.
  </Card>

  <Card title="Portfolio P&L Dashboard" icon="wallet">
    Posts trader portfolio summaries to Discord with realized, unrealized, and total P\&L in embed fields.
  </Card>

  <Card title="Market P&L Card" icon="chart-line">
    Displays per-market profit and loss with position side, size, and entry vs. current price.
  </Card>

  <Card title="Trader Discovery Alert" icon="radar">
    Alerts when a tracked trader enters a new prediction market, showing trade direction and size.
  </Card>

  <Card title="Volume Surge Alert" icon="zap">
    Detects unusual volume spikes and posts alerts with change percentage and absolute values.
  </Card>

  <Card title="Market Metrics Dashboard" icon="gauge">
    Posts market health indicators including probability, volume, liquidity, open interest, and spread.
  </Card>

  <Card title="Asset Price Ticker" icon="coins">
    Streams asset price updates with 24h change and volume data.
  </Card>
</CardGroup>

## AI-Generated Templates

If the pre-built templates don't fit your use case, you can describe what you want in plain language and have AI generate a custom template for you. Use the **Generate Template** option in the automation editor to create a tailored prompt and output configuration from a natural-language description.
