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

# WooAuto: The 24/7 Autopilot

> Autonomous real-time reactive event automations and scheduled AI reporting for WooCommerce

# WooAuto: Autonomous Store Autopilot 🚀

**WooAuto** is your store's dedicated 24/7 automation engine, accessible directly inside the Telegram Mini App (via the **App** button in the chat menu).

Instead of configuring complex webhooks, setting up external Zapier/Make accounts, or dragging wires in clunky visual flowchart builders, WooAuto allows you to configure full store automations using **pure natural language prompts** — exactly as if you were assigning a task to an operations manager or software engineer.

```text theme={null}
┌─────────────────────────────────────────────────────────────────────────────┐
│                       THE TWO PILLARS OF WOOAUTO                            │
├──────────────────────────────────────┬──────────────────────────────────────┤
│ ⚡ Reactive Events 24/7              │ 🕒 Scheduled Scenarios               │
├──────────────────────────────────────┼──────────────────────────────────────┤
│ • Real-time WooCommerce action hooks │ • Time-driven cron recurring jobs    │
│ • "When order > $300 from Germany..."│ • "Daily morning revenue briefing..."│
│ • Sub-10ms edge execution in PHP     │ • Sub-minute precision scheduler     │
│ • $0 recurring AI token costs        │ • Comprehensive analytical digests   │
└──────────────────────────────────────┴──────────────────────────────────────┘
```

***

## ⚡ 1. Reactive Events (Event-Driven Edge Rules)

Reactive Events listen to native WooCommerce lifecycle hooks in real time:

* **Order Lifecycle:** Orders placed, payment status changed, completed, or refunded.
* **Catalog & Stock:** Products dropping below safe threshold ($\le 3$ units), inventory exhaustion.
* **Customer Actions:** New customer registrations, VIP milestone spend reached.

### 🌟 The "Compile Once, Execute at Edge" Philosophy

When you define a reactive rule (*"If an order > \$500 is placed, add note 'VIP-HighValue' and alert me in Telegram"*), WooPilot AI compiles it **once** into a deterministic JSON Blueprint.

The rule executes directly inside WordPress in native PHP in **$< 0.05$ milliseconds**, with zero external API latency, zero database locks, and zero recurring AI token expenses.

👉 Learn more in [Reactive Events Guide](/wooauto/reactive-events).

***

## 🕒 2. Scheduled Scenarios (Time-Driven Intelligence)

Scheduled Scenarios run autonomous analytical workflows and digests on a recurring timeline:

* **Morning Executive Briefings:** Automated 09:00 AM sales reviews with yesterday's revenue and top products.
* **Friday Inventory Audits:** 06:00 PM scans for stale or low-stock catalog items.
* **Interval Operations:** Re-checking abandoned carts or pending payments every 2 hours during business hours.

👉 Learn more in [Scheduled Scenarios Guide](/wooauto/scheduled-scenarios).

***

## 📱 Management inside Telegram Mini App (TMA)

The WooAuto interface inside TMA provides seamless control:

* **Instant Toggles:** Turn any rule or scenario on/off with 1 tap.
* **Prompt AI Modal:** Open the creation modal, type your requirement in plain English, and inspect the human-readable **Recipe Card Preview** before activating.
* **Audit History:** See when each rule last fired and how many times it triggered.


## Related topics

- [Introduction](/introduction.md)
- [Scheduled AI Scenarios](/wooauto/scheduled-scenarios.md)
- [Reactive Event Automations](/wooauto/reactive-events.md)
- [System Architecture](/architecture.md)
