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

# Overview

> Follow along with updates across the Axiom Proving API.

<div className="mt-4">
  <div className="block md:hidden">
    <Card title="REST API" icon="code" href="/changelog/rest-api" horizontal="true">
      Releases for the REST API interface.
    </Card>

    <div className="mt-4">
      <Card title="Axiom CLI" icon="terminal" href="/changelog/axiom-cli" horizontal="true">
        Releases for the Axiom CLI interface.
      </Card>
    </div>

    <div className="mt-4">
      <Card title="Axiom SDK" icon="terminal" href="/changelog/axiom-sdk" horizontal="true">
        Releases for the Axiom SDK.
      </Card>
    </div>

    <div className="mt-4">
      <Card title="API Console" icon="terminal" href="/changelog/api-console" horizontal="true">
        Releases for the Axiom API Console.
      </Card>
    </div>
  </div>

  <CardGroup cols={2}>
    <div className="hidden md:flex">
      <Card title="REST API" icon="code" href="/changelog/rest-api">
        Releases for the REST API interface.
      </Card>
    </div>

    <div className="hidden md:flex">
      <Card title="Axiom CLI" icon="terminal" href="/changelog/axiom-cli">
        Releases for the Axiom CLI interface.
      </Card>
    </div>

    <div className="hidden md:flex">
      <Card title="Axiom SDK" icon="terminal" href="/changelog/axiom-sdk">
        Releases for the Axiom SDK.
      </Card>
    </div>

    <div className="hidden md:flex">
      <Card title="API Console" icon="terminal" href="/changelog/api-console">
        Releases for the Axiom API Console.
      </Card>
    </div>
  </CardGroup>
</div>
