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

# Intelligence layer overview

> The guard rails and decision aids that turn your data into safe, policy-aligned plans.

The **intelligence layer** sits between your data and your actions. It encodes your
business policies as **rules**, supplies the limits those rules check against
(budgets, size curves, supplier constraints…), and provides AI decision aids
(recommendations, simulation, forecasts).

Here's how intelligence flows from data to action:

```mermaid theme={null}
flowchart TB
    subgraph DL["Data Layer"]
        direction LR
        Gold["Gold layer<br/>(analytics)"]
        Silver["Silver layer<br/>(cleaned)"]
    end

    subgraph IL["Intelligence Layer"]
        direction TB
        Rules["Rules & rulesets<br/>(block/warn)"]
        Budgets["Budgets (OTB)"]
        SizeCurves["Size curves<br/>(distributions)"]
        MarkdownCal["Markdown calendars<br/>(windows & caps)"]
        SupplierConstr["Supplier constraints<br/>(MOQ, packs)"]
        Policies["Policies & lists"]
        Recommendations["Recommendations<br/>(simulation, forecasts)"]
    end

    subgraph AL["Action Layer"]
        direction LR
        Plans["Plans<br/>(restock, rebalance, markdown…)"]
        Alerts["Alerts<br/>(risk signals)"]
        Workflows["Workflows<br/>(automation)"]
    end

    DL --> IL --> AL
```

<CardGroup cols={2}>
  <Card title="Business Center" icon="sliders" href="/en/intelligence-layer/business-center">
    The hub for rules and rulesets.
  </Card>

  <Card title="Rules & rulesets" icon="shield-halved" href="/en/intelligence-layer/rules-and-rulesets">
    Constraints that block or warn on plan actions.
  </Card>

  <Card title="Budgets (OTB)" icon="wallet" href="/en/intelligence-layer/budgets">
    Open-To-Buy envelopes per period and scope.
  </Card>

  <Card title="Size curves" icon="chart-simple" href="/en/intelligence-layer/size-curves">
    Target size distributions plans should respect.
  </Card>

  <Card title="Markdown calendars" icon="calendar" href="/en/intelligence-layer/markdown-calendars">
    Allowed markdown windows and discount caps.
  </Card>

  <Card title="Supplier constraints" icon="truck-field" href="/en/intelligence-layer/supplier-constraints">
    MOQ and pack multiples per supplier-variant.
  </Card>

  <Card title="Policies & lists" icon="list-check" href="/en/intelligence-layer/policies-and-lists">
    Approval & return policies, and org lists.
  </Card>

  <Card title="Recommendations" icon="wand-magic-sparkles" href="/en/intelligence-layer/recommendations">
    Simulation, forecasts, and AI decision aids.
  </Card>
</CardGroup>

## How it connects

When you act on a plan, the rules from its **ruleset** are evaluated against live data —
much of which is supplied by the other intelligence-layer features (budget consumption,
size-curve deviation, supplier MOQ…). Rules can **block**, **warn**, or **log**, and
some plans route through an **approval** when a value threshold is crossed. See
[Inventory plans → lifecycle](/en/inventory-plans/lifecycle).

The same building blocks also shape **AI recommendations**: Solya's decision layer reads
your rules and the precomputed decision data to propose quantities and discounts you can
review before committing.
