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

# Home

> Dex docs for workspace setup, credentials, dashboards, and reports.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-9xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[680px] flex-col gap-3 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Dex documentation
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Learn how to set up Dex, connect your sources, and build dashboards and reports around your data.
    </p>

    <a href="https://dexdata.ai" className="mx-auto inline-flex items-center rounded-full border border-primary px-4 py-2 text-sm font-medium text-primary transition hover:bg-primary hover:text-white">
      Open Dex at dexdata.ai
    </a>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Start here</span>} icon="rocket" href="/workspace/quickstart" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Set up your workspace and get moving.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Connect a source</span>} icon="plug" href="/connections/quickstart" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Find the right credential for the source you want to connect.</span>
    </Card>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">What Dex covers</h2>

    <p className="max-w-3xl text-sm leading-relaxed text-gray-600 dark:text-gray-400">
      Use these guides to get credentials from the right place, connect your source, and turn it into dashboards and recurring reports.
    </p>
  </div>
</div>
