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

# Introduction

<div id="no-header-here" />

<img src="https://mintcdn.com/apidocs-erlcrussia/vjth0cNH1Gj7V5eV/images/hero-banner.png?fit=max&auto=format&n=vjth0cNH1Gj7V5eV&q=85&s=4dcfba17b0c15178bd4970450a8bbea7" alt="ER:LC Russia API" style={{width: "100%", height: "215px", borderRadius: "12px", objectFit: "cover"}} noZoom width="2560" height="1440" data-path="images/hero-banner.png" />

<div className="flex justify-center items-center w-full">
  <h1 className="text-3xl font-bold">ER:LC Russia API Documentation</h1>
</div>

<div className="flex justify-center items-center w-full text-center">
  Welcome to the official ER:LC Russia API documentation. Here you will find all the necessary tools, guides, and reference materials for integrating your game server with external services.
</div>

<div className="flex justify-center items-center w-full">
  <h2 className="text-2xl font-bold">Quick Start</h2>
</div>

<Columns cols={2}>
  <Column>
    <Card title="API Usage Guidelines" href="/en/policies/api-use-guidelines" img="https://mintcdn.com/apidocs-erlcrussia/vjth0cNH1Gj7V5eV/images/api-rules.png?fit=max&auto=format&n=vjth0cNH1Gj7V5eV&q=85&s=082a5a93897110e907f39c5f51b36492" width="480" height="270" data-path="images/api-rules.png">
      Learn how to properly use the API to avoid blocks and errors.
    </Card>
  </Column>

  <Column>
    <Card title="API V2 Reference" href="/en/api-reference/api-v2" img="https://mintcdn.com/apidocs-erlcrussia/vjth0cNH1Gj7V5eV/images/api-v2.png?fit=max&auto=format&n=vjth0cNH1Gj7V5eV&q=85&s=367742e8f9bbe29618a9171d37a2f2ff" width="480" height="270" data-path="images/api-v2.png">
      Sending requests, handling responses, new features, and migration from V1.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="API V1 Reference" href="/en/api-reference/api-v1" img="https://mintcdn.com/apidocs-erlcrussia/vjth0cNH1Gj7V5eV/images/api-v1.png?fit=max&auto=format&n=vjth0cNH1Gj7V5eV&q=85&s=654386857b1c55778d27f86c77a051ce" width="480" height="270" data-path="images/api-v1.png">
      Learn how to properly use the API to avoid blocks and errors.
    </Card>
  </Column>

  <Column />
</Columns>

<div className="flex justify-center items-center w-full">
  <h2 className="text-2xl font-bold">Reference Materials</h2>
</div>

<Columns cols={2}>
  <Card title="Rate Limits" icon="gauge" href="/en/documentation/rate-limits">
    Information about global limits, spam protection, and Rate Limit headers.
  </Card>

  <Card title="Error Codes" icon="triangle-exclamation" href="/en/documentation/error-codes">
    Complete list of error codes, descriptions, and handling recommendations.
  </Card>
</Columns>
