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

# Action Agents

> Manage per-store action agents — feature toggles and automation rules.

Action Agents lets you **turn features on and off per store** and build **automation rules (WHEN trigger + conditions → action on a channel)** to execute policies.
A rule runs its action on the chosen channel whenever its conditions are met.
When a store semantic (SB-03) is approved, draft rules flow in automatically, so the typical flow is to review and then activate them.

<Info>
  This page requires the **Manager (manage)** access level. It is available to the Owner and Manager roles and is not shown to Members.
</Info>

## Layout

<CardGroup cols={2}>
  <Card title="Store selector" icon="store">
    Pick the store to manage from the header. Features and rules are managed per store.
  </Card>

  <Card title="Feature cards" icon="toggle-on">
    Each feature card shows a description, a level badge, and a toggle to enable or disable it.
  </Card>

  <Card title="Rules tab" icon="list-check">
    The automation rule list. Filter by All / 🏢 B2B / 📱 B2C.
  </Card>

  <Card title="Agent alert feed" icon="bell">
    The right-hand feed shows Critical · Warning · Normal badges with action buttons.
  </Card>
</CardGroup>

## Automation rules

A rule follows the structure **WHEN trigger + conditions → action on a channel**.

<Steps>
  <Step title="＋Add rule">
    Enter a name, channel, trigger, conditions, and action.
  </Step>

  <Step title="Review and activate">
    Review a draft (or an inflowed draft rule) and activate it to start it running (Draft → Active).
  </Step>

  <Step title="Operate">
    Pause / resume, edit, or delete rules as needed.
  </Step>
</Steps>

### Rule states

| State  | Meaning                                  |
| ------ | ---------------------------------------- |
| Active | Runs its action when conditions are met. |
| Paused | Temporarily stopped.                     |
| Draft  | Not yet activated (awaiting approval).   |
| Locked | Activation prerequisites are not met.    |

## Channels

The target a rule's action is delivered to.

| Channel              | Target                                           |
| -------------------- | ------------------------------------------------ |
| Store Manager app    | 🏢 B2B store operations (store-manager policies) |
| Smartphone app (SDK) | 📱 B2C customers (customer-app personalization)  |
| Signage              | In-store digital signage                         |

<Tip>
  Draft rules from a store semantic (SB-03) approved in [Analytics / Actions](/en/insight/analytics) flow into this page automatically. You still need to review and activate a rule before it runs.
</Tip>
