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

# Fast Track Your Integration

> Step-by-step guides and code examples for common Catena API tasks

export const ProviderCountSnippet = () => <Callout icon="layer-group" color="#3b82f6" iconType="duotone">
    <p>
      Catena currently supports <strong>216 ELD providers</strong>. <a href="/get-started/supported-providers">See the list</a>.
    </p>
  </Callout>;

<ProviderCountSnippet />

## What You'll Learn

These practical guides walk you through real-world integration scenarios with working code examples. Whether you're onboarding your first fleet or building advanced workflows, you'll find step-by-step instructions to accelerate your development.

<CardGroup cols={2}>
  <Card title="Quick to Implement" icon="bolt">
    Copy-paste ready code examples that work out of the box
  </Card>

  <Card title="Production Ready" icon="shield-check">
    Best practices for error handling, authentication, and data management
  </Card>

  <Card title="End-to-End Workflows" icon="route">
    Complete integration patterns from auth to data retrieval
  </Card>
</CardGroup>

***

## Getting Started Guides

<CardGroup cols={2}>
  <Card title="Create Fleet Invitations" icon="envelope" href="/recipes/create-invitations">
    Learn how to invite fleets to connect their telematics data through the Catena platform
  </Card>

  <Card title="Retrieve Fleet Data" icon="database" href="/recipes/get-all-fleets-data">
    Access vehicle locations, driver information, and HOS data from connected fleets
  </Card>
</CardGroup>

***

## Advanced Workflows

<CardGroup cols={2}>
  <Card title="Filter & Query Data" icon="filter" href="/recipes/filtering-requests">
    Use query parameters and filters to retrieve exactly the data you need
  </Card>

  <Card title="Calculate Driver Mileage" icon="route" href="/recipes/driver-mileage">
    Calculate the distance travelled by a driver over a specified time period
  </Card>
</CardGroup>

***

## Need Help?

<AccordionGroup>
  <Accordion title="I'm new to APIs" icon="graduation-cap">
    Start with our [Quickstart Guide](/get-started/quickstart) to understand the basics of API authentication and making your first request.
  </Accordion>

  <Accordion title="I need specific data fields" icon="magnifying-glass">
    Check the [API Reference](/api-reference/overview) for complete documentation of all available endpoints and data fields.
  </Accordion>

  <Accordion title="I'm stuck on something" icon="life-ring">
    Reach out to our team at [support@catenaclearing.io](mailto:support@catenaclearing.io) - we're here to help!
  </Accordion>
</AccordionGroup>

<Card icon="lightbulb" title="Request a Demo" href="/get-started/getting-access">
  Have a use case we haven't covered? Let us know what guide would help you most!
</Card>
