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

# Get started with Rocka

> Set up your Rocka integration and start accepting payments

<div className="px-4 py-16 lg:py-32 mx-auto text-center" id="headerMain">
  <div class="wrapper">
    <h1 className="text-4xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight">
      Welcome to Rocka Docs
    </h1>

    <p className="mt-4 text-lg text-gray-500 dark:text-zinc-500">
      Here you'll find everything you need to start accepting open banking payments
    </p>
  </div>

  <div class="buttons-nav"><form action="/integration-guide/overview" method="get"><button class="rounded-xl btn-api bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Integrate through the API</button></form><form action="/manage-your-account" method="get"><button class="btn-hub bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Explore Rocka Hub</button></form></div>
</div>

<div className="max-w-4xl mx-auto px-6">
  <Columns cols={2}>
    <Card title="Quickstart" icon="rocket" href="/integration-guide/overview">
      Get started with open banking payments.
    </Card>

    <Card title="API reference" icon="code" href="/api-reference">
      Explore endpoints, parameters and examples.
    </Card>

    <Card title="Guides" icon="book" href="/manage-your-account">
      Step-by-step tutorials for common tasks in your Rocka Hub.
    </Card>

    <Card title="Supported countries and banks" icon="building-columns" href="/reference/supported-banks">
      See the full list of countries and banks currently supported by Rocka
    </Card>
  </Columns>
</div>
