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

# Getting Started

> Welcome to the Habit Dash Developer Hub

Here you'll find everything you need to integrate with Habit Dash’s API — including guides, code references, and tools to get you up and running quickly.

<CardGroup cols={1}>
  <Card title="Authentication" icon="key" href="api-reference/authentication">
    Start by generating your API key to begin using the Habit Dash API.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Fields" icon="table" href="api-reference/endpoint/fields">
    Learn about the data fields available in the API.
  </Card>

  <Card title="Data" icon="database" href="api-reference/endpoint/data">
    Learn about the data available in the API.
  </Card>
</CardGroup>
