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

# Almedia Launchpad

> Almedia Link turns players into earners. Integration docs for publishers, product teams and engineers — first link live in 15 minutes.

<div className="al-landing">
  <section className="al-hero">
    <div className="al-blob al-blob-1" aria-hidden="true" />

    <div className="al-blob al-blob-2" aria-hidden="true" />

    <div className="al-hero-inner">
      <div className="al-hero-tag al-animate al-animate-1">
        <span className="al-tag">Almedia Link</span>
      </div>

      <h1 className="al-hero-title al-animate al-animate-2">
        The rewarded link that pays off in 15 minutes.
      </h1>
    </div>

    <p className="al-hero-sub al-animate al-animate-3">
      Almedia Link turns players into earners — real cash, gift cards, and in-game rewards for one
      account link. Publishers see an average 15% install-to-link rate and a 10%+ LTV lift for
      linked users.
    </p>

    <div className="al-quickclaim al-animate al-animate-4">
      <span className="al-quickclaim-lead">15 minutes to first link.</span>
      <span>That is the whole integration — from opening the SDK to a player linking an account.</span>
    </div>
  </section>

  <section className="al-routes al-animate al-animate-5">
    <a className="al-route al-route-primary" href="/technical">
      <div className="al-blob al-blob-3" aria-hidden="true" />

      <span className="al-route-eyebrow">For engineers</span>
      <span className="al-route-title">Technical Docs</span>

      <p className="al-route-body">
        The SDK, the integration guide and the API reference — synced from the Almedia Link
        repository so the docs and the code never drift apart.
      </p>

      <span className="al-route-more">Start integrating</span>
    </a>

    <a className="al-route" href="/publisher">
      <span className="al-route-eyebrow">For commercial, product and design</span>
      <span className="al-route-title">Publisher Guide</span>

      <p className="al-route-body">
        What Almedia Link is, how the rewarded experience works for players, how revenue reaches
        you, and what to set up before launch. No SDK knowledge assumed.
      </p>

      <span className="al-route-more">Read the guide</span>
    </a>
  </section>

  <section className="al-secondary al-animate al-animate-6">
    <a className="al-btn al-btn-secondary" href="/publisher">Read the Publisher Guide</a>

    <a className="al-btn al-btn-secondary" href="https://github.com/almedia-tm/almedia-link-sdk">
      View the SDK on GitHub
    </a>
  </section>

  <section className="al-landing-section">
    ## The numbers publishers see

    <p className="al-landing-lede">
      Two figures, measured across live integrations. Everything else on this site is here to help
      you reach them.
    </p>

    <ul className="al-stats">
      <li className="al-stat">
        <span className="al-stat-value">\~15%</span>
        <span className="al-stat-label">Average install-to-link rate</span>
        <span className="al-stat-note">Share of installs that complete an account link.</span>
      </li>

      <li className="al-stat">
        <span className="al-stat-value">10%+</span>
        <span className="al-stat-label">LTV lift for linked users</span>
        <span className="al-stat-note">Measured against comparable unlinked users.</span>
      </li>
    </ul>
  </section>

  <section className="al-landing-section">
    ## Not sure which path is yours?

    <p className="al-landing-lede">
      Three kinds of reader use this site. Every page outside Technical Docs is written to make
      sense without an engineering background.
    </p>

    <CardGroup cols={3}>
      <Card title="Deciding whether to integrate" icon="handshake" href="/overview/what-is-almedia-link">
        Start with what Almedia Link is and how revenue reaches you.
      </Card>

      <Card title="Designing the player experience" icon="layout-dashboard" href="/overview/experiences">
        See the rewarded experiences and where they sit in your game.
      </Card>

      <Card title="Building the integration" icon="terminal" href="/technical/integration-guide">
        Go straight to the SDK and the integration guide.
      </Card>
    </CardGroup>
  </section>

  <footer className="al-landing-footer">
    <span>Almedia Link — documentation for publishers and engineers.</span>

    <nav>
      <a href="/overview/what-is-almedia-link">Overview</a>
      <a href="/publisher">Publisher Guide</a>
      <a href="/technical">Technical Docs</a>
      <a href="https://github.com/almedia-tm/almedia-link-sdk">GitHub</a>
    </nav>
  </footer>
</div>
