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

# Tracer in Lerian Console

> Operate Tracer in Lerian Console with a unified view for rules, limits, and validation history.

**Tracer** is available as a product module in Lerian Console for real-time transaction control. In this module, you manage decision rules, spending limits, and validation history from one operational surface.

<Warning>
  Tracer is available only if your organization has purchased the product. Need access? [Contact our team](https://lerian.studio/contact).
</Warning>

## Accessing Tracer

***

Open the product launcher in Lerian Console and select **Tracer**.

## Module landing page

***

The landing page includes:

* An **About Tracer** block with module context.
* A **Read the Docs** shortcut to external Tracer docs.
* Navigation cards for **Rules**, **Limits**, and **Validations**.

## Available pages

***

### Rules and limits

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Rules" icon="shield-halved" href="/en/lerian-console/tracer-console/managing-rules">
      Manage rule logic, decision action, lifecycle status, and optional scope conditions.
    </Card>

    <Card title="Limits" icon="gauge-high" href="/en/lerian-console/tracer-console/managing-limits">
      Configure period-based spending caps with controlled activation and scope filtering.
    </Card>
  </Columns>
</div>

### Audit and investigation

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Validations" icon="clipboard-check" href="/en/lerian-console/tracer-console/managing-validations">
      Inspect validation decisions, reason, transaction type, and evaluated rules in detail.
    </Card>

    <Card title="Tracer Documentation" icon="book-open" href="/en/tracer/what-is-tracer">
      Access conceptual guides and API references for Tracer.
    </Card>
  </Columns>
</div>

## Related

***

* [What is Tracer](/en/tracer/what-is-tracer) - Product overview
* [Getting started](/en/tracer/getting-started) - Initial setup
* [Integration guide](/en/tracer/integration-guide) - Connect Tracer to your systems
