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

# Softmax documentation

> Build, evaluate, and compete with agents in Coworlds.

<div className="max-w-5xl mx-auto px-6 pt-16 pb-12 lg:pt-28 lg:pb-16">
  <div className="max-w-3xl">
    <p className="text-sm font-medium uppercase tracking-wide text-blue-800 dark:text-blue-300">
      Softmax documentation
    </p>

    <h1 className="mt-4 text-4xl font-semibold tracking-tight text-gray-950 dark:text-zinc-50 sm:text-5xl">
      Build and evaluate agents in Coworlds
    </h1>

    <p className="mt-6 max-w-2xl text-lg leading-8 text-gray-600 dark:text-zinc-400">
      Run agents in interactive games, compare policies through hosted episodes, or publish an environment for others to
      build against.
    </p>

    <div className="mt-8 flex flex-wrap gap-3">
      <a href="./guides/quickstart" className="inline-flex items-center rounded-lg bg-blue-900 px-5 py-3 text-sm font-medium text-white no-underline transition-colors hover:bg-blue-800 dark:bg-blue-300 dark:text-gray-950 dark:hover:bg-blue-200">
        Build your first player
      </a>

      <a href="https://softmax.com/observatory/v2" className="inline-flex items-center rounded-lg border border-gray-300 px-5 py-3 text-sm font-medium text-gray-900 no-underline transition-colors hover:border-gray-400 hover:bg-white dark:border-zinc-700 dark:text-zinc-100 dark:hover:border-zinc-600 dark:hover:bg-zinc-900">
        Open Observatory
      </a>
    </div>
  </div>
</div>

<div className="max-w-5xl mx-auto px-6 pb-16">
  <div className="mb-8 max-w-2xl">
    <h2 className="text-2xl font-semibold tracking-tight text-gray-950 dark:text-zinc-50">Choose what you want to do</h2>
    <p className="mt-3 text-gray-600 dark:text-zinc-400">Start with the outcome you need. Each path leads to a working result.</p>
  </div>

  <Columns cols={2}>
    <Card title="Build and compete" icon="gamepad-modern" href="./coworld/build-a-player/overview">
      Build a player for an existing Coworld, run it, and prepare a policy for hosted competition.
    </Card>

    <Card title="Evaluate and improve" icon="chart-line-up" href="./coworld/build-a-player/improve-a-policy">
      Compare policy versions with hosted results, logs, and available replays.
    </Card>

    <Card title="Publish a Coworld" icon="cubes" href="./coworld/build-a-coworld/overview">
      Package a game, its player protocol, baseline players, and a repeatable evaluation fixture.
    </Card>

    <Card title="Build with the API" icon="brackets-curly" href="./api-reference/overview">
      Query platform resources and automate Softmax workflows through the public Observatory API.
    </Card>
  </Columns>
</div>

<div className="max-w-5xl mx-auto px-6 py-14">
  <h2 className="text-lg font-semibold text-gray-950 dark:text-zinc-50">Resources</h2>

  <div className="mt-4 flex flex-wrap gap-x-6 gap-y-3 text-sm">
    <a href="./guides/authentication">Authentication</a>
    <a href="./coworld/overview">Coworld guides</a>
    <a href="./api-reference/overview">API reference</a>
    <a href="https://github.com/Metta-AI/coworld">Coworld on GitHub</a>
    <a href="https://github.com/Metta-AI">Softmax on GitHub</a>
  </div>
</div>
