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

# TrackPlay Documentation

> Everything you need to make a video sell: the player, the analytics, and the APIs that close the loop.

Your video host counts plays. TrackPlay counts buyers.

These docs cover the player you embed, the data it sends back, and the APIs you use to
tie a play to a sale.

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/get-started/quick-start">
    One embed on any page. First video live in minutes.
  </Card>

  <Card title="Player options" icon="sliders" href="/configuration/player-options">
    Autoplay, timed CTAs, watch gates, lead forms.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/authentication">
    Send conversions and events. Scoped tokens, real error codes.
  </Card>

  <Card title="Integrations" icon="plug" href="/integration/configuration">
    ClickBank, BuyGoods, Digistore24, ThriveCart and more.
  </Card>
</CardGroup>

## Make the video sell

<CardGroup cols={2}>
  <Card title="Timed CTAs and pixels" icon="bullseye" href="/player/cta-and-timing">
    Reveal the buy button at the exact second. Fire your pixel at 75% watched, not on
    page load.
  </Card>

  <Card title="Player themes" icon="palette" href="/player/themes">
    Five conversion themes. Each is a different layout, not a different colour.
  </Card>

  <Card title="Split testing" icon="flask" href="/split-tests/overview">
    Winner picked on real sales, with a real significance test.
  </Card>

  <Card title="Content protection" icon="shield-check" href="/configuration/content-protection">
    Signed segments, domain lock, and a decoy for scrapers.
  </Card>
</CardGroup>

## Close the loop

<CardGroup cols={2}>
  <Card title="Custom Events API" icon="bolt" href="/api-reference/custom-events">
    Send an event that happened outside the player and land it on the viewer's session.
  </Card>

  <Card title="Conversions API" icon="cart-shopping" href="/api-reference/conversions">
    Post the sale back and credit it to the video that caused it.
  </Card>
</CardGroup>

<Note>
  Your data is yours. Export it, push it through webhooks, or query the API.
</Note>
