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

# Overview

> Browse the FAQ or contact our help community.

<div className="relative">
  <div className="relative z-10 px-4 py-16 lg:pt-32 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      World Republic Help Center
    </h1>

    <div className="max-w-2xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      Browse the FAQ or contact our help community.
    </div>

    <div className="px-4 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <Card title="FAQ" icon="circle-question" iconType="light" href="/help-center/faq">
        Find answers to common questions about the World Republic
      </Card>

      <Card title="Help community" icon="headset" iconType="light" href="https://t.me/worldrepubliccommunity" arrow="true">
        Need more help? Reach out to our help community on Telegram
      </Card>
    </div>
  </div>
</div>
