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

# Introduction

> Find answers to all your ExiKit-related questions.

<div className="px-4 py-16 lg:py-24 max-w-3xl mx-auto text-center">
  <h1 className="text-4xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight">
    ExiKit Guide
  </h1>

  <p className="mt-4 text-lg text-gray-500 dark:text-zinc-500 max-w-lg mx-auto">
    Find answers to all your ExiKit-related questions.
  </p>
</div>

<div className="max-w-2xl mx-auto px-6 pb-12">
  <Columns cols={2}>
    <Card title="Getting started" icon="rocket" href="/getting-started">
      Set up your account, organization, and committee access
    </Card>

    <Card title="Setting up your event" icon="calendar-cog" href="#">
      Set up your event, orders, forms and registration flow for exhibitors
    </Card>

    <Card title="Managing exhibitors" icon="users" href="#">
      Manage exhibitors and export data for use in Excel or Google Sheets
    </Card>

    <Card title="FAQ" icon="messages-square" href="/faq">
      Answers to common questions that you and exhibitors might have
    </Card>
  </Columns>
</div>
