> ## 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 overview

> Understand ActionX positioning, use cases, role relationships, and business loop in one page.

This page gives you a fast understanding of what ActionX is and the role it plays in the broader AI monetization system.

```mermaid theme={null}
%%{init: {'flowchart': {'defaultRenderer': 'elk'}}}%%
flowchart LR
    input["Input<br/>User query<br/>Assistant response<br/>Session context<br/>Publisher identity"] --> engine["Core engine<br/>Intent analysis<br/>Product retrieval<br/>Program retrieval<br/>Ranking<br/>Tracking links"]
    engine --> output["Output<br/>Business result<br/>Analytics<br/>Billing data"]
```

## Four things to remember

* ActionX is not a single ad slot widget. It is a full platform that runs from intent detection to revenue settlement.
* The platform serves publishers, developers, and potential advertisers or partners through different entry points.
* For publishers, ActionX turns high-intent AI traffic into trackable, settleable revenue.
* For developers, ActionX offers SDK, Backend API, and MCP integration paths for different product architectures.

## The core platform loop

<Columns cols={2}>
  <Card title="First half: understand and match">
    The system identifies intent first, then retrieves candidate results from product, affiliate, or program sources and ranks them with platform policy.
  </Card>

  <Card title="Second half: serve and settle">
    Serving, click, and revenue events enter tracking, observability, and finance workflows, then become analytics and settlement data.
  </Card>
</Columns>

## Where ActionX fits best

* AI chat, question answering, search, and recommendation products
* User sessions with clear purchase or action intent
* Applications that need to embed recommendations, products, or tool entry points naturally into answer flows
* Platforms that want flexible integration, measurable data, and a full revenue loop

## Next steps

<Columns cols={3}>
  <Card title="Workflow" href="/overview/how-actionx-works">
    Follow how a request moves through the system.
  </Card>

  <Card title="Publisher guide" href="/publishers/overview">
    Start here if you plan to integrate and operate revenue.
  </Card>

  <Card title="Developer integrations" href="/developers/quickstart">
    Start here if you want to integrate the interfaces.
  </Card>
</Columns>
