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

# Introduction

> LexQ is the Decision Operations Platform for engineering teams. Test rule changes on real production traffic with Impact Simulation, understand every decision with full trace, and deploy with confidence — no more blind changes to business logic.

<img className="block dark:hidden" src="https://mintcdn.com/lexq/LKCWWqPFJ5hDKJ-e/images/hero/hero-light-1.png?fit=max&auto=format&n=LKCWWqPFJ5hDKJ-e&q=85&s=cc9d0f9062ed3c8eb757796696541237" alt="LexQ Visual Rule Builder" width="3840" height="1796" data-path="images/hero/hero-light-1.png" />

<img className="hidden dark:block" src="https://mintcdn.com/lexq/LKCWWqPFJ5hDKJ-e/images/hero/hero-dark-1.png?fit=max&auto=format&n=LKCWWqPFJ5hDKJ-e&q=85&s=f1474e008a8d0f7787aca9d289635083" alt="LexQ Visual Rule Builder" width="3840" height="1788" data-path="images/hero/hero-dark-1.png" />

## What is LexQ?

LexQ is the **Decision Operations Platform for engineering teams**. Instead of shipping application code every time a business rule changes, you define decisions in a visual console, prove every change with Impact Simulation before production, and deploy without touching application code.

<CardGroup cols={2}>
  <Card title="Visual Rule Builder" icon="layer-group">
    Create conditions and actions through an intuitive UI. Fully visual, fully traceable.
  </Card>

  <Card title="Git-style Versioning" icon="code-branch">
    Draft, publish, and deploy rule versions with full audit history.
  </Card>

  <Card title="Impact Simulation" icon="flask-vial">
    Test rule changes against real data before they touch production.
  </Card>

  <Card title="Decision Replay" icon="rotate-left">
    Re-run past decisions against a candidate version and diff the outcome.
  </Card>

  <Card title="Decision Provenance" icon="fingerprint">
    Every decision sealed with its why, its inputs, and who shipped the rules.
  </Card>

  <Card title="Full Execution Traces" icon="chart-line">
    Track every execution — what matched, what didn't, and why.
  </Card>
</CardGroup>

## See the Impact Before You Deploy

<img className="block dark:hidden" src="https://mintcdn.com/lexq/LKCWWqPFJ5hDKJ-e/images/hero/hero-light-2.png?fit=max&auto=format&n=LKCWWqPFJ5hDKJ-e&q=85&s=eb4c9754d5ac616bba7a4a5fb44ecda4" alt="LexQ Simulation Result" width="3840" height="1801" data-path="images/hero/hero-light-2.png" />

<img className="hidden dark:block" src="https://mintcdn.com/lexq/LKCWWqPFJ5hDKJ-e/images/hero/hero-dark-2.png?fit=max&auto=format&n=LKCWWqPFJ5hDKJ-e&q=85&s=5d0843ba0228f0f5ade4c5341993d668" alt="LexQ Simulation Result" width="3840" height="1802" data-path="images/hero/hero-dark-2.png" />

Run Impact Simulation against real execution data, compare rule versions side-by-side, and deploy only when you're confident in the outcome.

## Architecture Overview

LexQ consists of three main components:

| Component      | Domain            | Purpose                           |
| -------------- | ----------------- | --------------------------------- |
| **Console**    | `console.lexq.io` | Web-based management interface    |
| **Engine API** | `api.lexq.io`     | Real-time rule execution endpoint |
| **Docs**       | `docs.lexq.io`    | Documentation and API reference   |

## Who is LexQ for?

LexQ is built for **engineering teams** that own the business decisions in their systems. Product managers and operations teams work alongside them — defining rules, reviewing simulations, and approving deployments — but engineering owns the integration and operates the platform.

Teams use LexQ to:

* Update business rules without deploying application code
* Prove every change against real data before it touches production
* A/B test rule versions with production traffic
* Maintain a full audit trail of every change and execution

Common use cases include pricing rules, promotion logic, fee calculations, eligibility checks, risk scoring, and any business logic that changes frequently.

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first rule running in under 5 minutes.
  </Card>

  <Card title="Glossary" icon="book" href="/glossary">
    Learn the official LexQ terminology.
  </Card>

  <Card title="API Reference" icon="code" href="/api/introduction">
    Integrate LexQ into your application.
  </Card>

  <Card title="Core Concepts" icon="sitemap" href="/guides/policy-groups">
    Understand how policy groups, versions, and rules work together.
  </Card>
</CardGroup>
