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

# Platform capabilities

> Understand how ActionX is layered across access, decisioning, observability, and settlement.

This page explains ActionX through its capability layers instead of exposing internal service names.

```mermaid theme={null}
%%{init: {'flowchart': {'defaultRenderer': 'elk'}}}%%
flowchart TB
    access["Access layer<br/>SDK / API / MCP"] --> decision["Decision layer<br/>Intent understanding<br/>Candidate retrieval<br/>Ranking"]
    supply["Supply layer<br/>Products<br/>Programs<br/>Partner sources"] --> decision
    decision --> analytics["Observability layer<br/>Events<br/>Analytics<br/>Reporting"]
    decision --> finance["Settlement layer<br/>Statements<br/>Balances<br/>Withdrawals"]
```

## The four capability layers

<Columns cols={2}>
  <Card title="Access layer">
    Exposes SDK, Backend API, and MCP entry points for different product architectures and request paths.
  </Card>

  <Card title="Decision layer">
    Understands intent, retrieves candidates, evaluates relevance, and determines the final result to return.
  </Card>

  <Card title="Supply layer">
    Aggregates product, program, and partner resources to keep the platform supplied with matchable candidates.
  </Card>

  <Card title="Observability and settlement layer">
    Handles event capture, performance analysis, and revenue flow to complete the operational loop.
  </Card>
</Columns>

## How each role sees the platform

* Publishers care most about Dashboard, Analytics, Billing, and Withdrawals.
* Developers care most about integration paths, request structure, and returned results.
* Advertisers and partners care most about supply, traffic context, and performance validation.

## Related reading

<Columns cols={3}>
  <Card title="Publisher guide" href="/publishers/overview">
    See how these platform capabilities map into publisher-facing workflows and dashboard functions.
  </Card>

  <Card title="Developer integrations" href="/developers/api-overview">
    See how these capabilities surface through the integration interfaces.
  </Card>

  <Card title="Advertiser notes" href="/advertisers/overview">
    Understand the supply model and traffic environment from a partnership perspective.
  </Card>
</Columns>
