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

# Introduction

> Get started with Lytix

<img className="block dark:hidden" src="https://mintlify.s3-us-west-1.amazonaws.com/lytix/images/lytix-docs-logo.png" style={{borderRadius: "10px"}} alt="Lytix Docs Logo" />

<img className="hidden dark:block" src="https://mintlify.s3-us-west-1.amazonaws.com/lytix/images/lytix-docs-logo.png" style={{borderRadius: "10px"}} alt="Lytix Docs Logo" />

## Setting up

Get started by setting up your API key and choosing your language in the sidebar to the left

<CardGroup cols={2}>
  <Card title="API Key Setup" icon="screwdriver-wrench" href="/APIKeys/api-key-setup">
    Start by creating your API Keys
  </Card>

  <Card title="Quickstart" icon="code" href="/Quickstart">
    Start pushing events to the platform
  </Card>

  <Card title="Helicone" icon="link" href="/integrations/helicone">
    Get started quickly if you already use Helicone
  </Card>

  {/* <Card
    title="NodeJS Quickstart"
    icon="code"
    href="/nodejs-quickstart"
  >
    Get started with your NodeJS (Express) project.
  </Card>*/}
</CardGroup>

{/* ## Make it yours

Update your docs to your brand and add valuable content for the best user conversion.

<CardGroup cols={2}>
<Card
  title="Customize Style"
  icon="palette"
  href="https://mintlify.com/docs/settings/global"
>
  Customize your docs to your company's colors and brands
</Card>
<Card
  title="Reference APIs"
  icon="code"
  href="https://mintlify.com/docs/api-playground/openapi"
>
  Automatically generate endpoints from an OpenAPI spec
</Card>
<Card
  title="Add Components"
  icon="screwdriver-wrench"
  href="https://mintlify.com/docs/components/accordion"
>
  Build interactive features and designs to guide your users
</Card>
<Card
  title="Get Inspiration"
  icon="stars"
  href="https://mintlify.com/customers"
>
  Check out our showcase of our favorite documentation
</Card>
</CardGroup> */}
