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

# ActionX documentation center

> Platform overview, publisher guides, advertiser notes, and developer integration docs for ActionX.

ActionX is a monetization infrastructure layer built for AI products. Start with the landscape below to understand the system, then follow the documentation path that matches your role.

```mermaid theme={null}
%%{init: {'flowchart': {'defaultRenderer': 'elk'}}}%%
flowchart LR
    pub["Publishers<br/>Onboarding<br/>Dashboard<br/>Analytics<br/>Billing"] --> core["ActionX core<br/>Intent recognition<br/>Retrieval and ranking<br/>Tracking and finance"]
    dev["Developers<br/>SDK<br/>Backend API<br/>MCP"] --> core
    partner["Partners<br/>Programs<br/>Products<br/>Affiliate supply"] --> core
    core --> out["Outputs<br/>Business results<br/>Reports and statements"]
```

<Columns cols={3}>
  <Card title="I'm a publisher" href="/publishers/overview">
    Learn the integration paths, dashboard capabilities, analytics, billing, and withdrawals flow.
  </Card>

  <Card title="I'm an advertiser / partner" href="/advertisers/overview">
    Understand ActionX traffic scenarios, supply structure, and delivery environment.
  </Card>

  <Card title="I'm a developer" href="/developers/quickstart">
    Quickly choose the right integration path across SDK, Backend API, and MCP.
  </Card>
</Columns>

## Start with these three pages

<Columns cols={3}>
  <Card title="Platform overview" href="/overview/platform-overview">
    Learn what ActionX is, where it fits, and what problems it solves.
  </Card>

  <Card title="How ActionX Works" href="/overview/how-actionx-works">
    Follow the full path from user request to intent detection, retrieval, ranking, serving, tracking, and settlement.
  </Card>

  <Card title="System architecture" href="/overview/system-architecture">
    See how the website, ads-server, product-feed, data-center, and finance-center relate to each other.
  </Card>
</Columns>

## How to read these docs

* Platform overview: Start here to build a high-level understanding of the business flow, platform capabilities, and closed-loop system.
* Publisher: Read in the order of application, integration setup, analytics, then billing and withdrawals.
* Advertisers: Use this section to understand the platform model and delivery environment, not to look for a self-serve console that does not exist.
* Developers: Choose SDK, Backend API, or MCP first, then continue into the relevant parameters and examples.
