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

# Automotive API Primitives

> Any business can build with Drivly - from online marketplaces, to lenders and insurers. We provide the tools to build a seamless automotive experience.

## Our Platform

<CardGroup cols={1}>
  <Card title="Commerce" icon="car" href="/commerce/overview">
    Elevate your business operations with Drivly's Commerce SDK, your all-in-one
    solution for seamless inventory management and sales facilitation.
  </Card>

  <Card title="Services" icon="screwdriver-wrench" href="/services/overview">
    Enhance your operations and step into the future of automotive services with
    Drivly, where innovation meets practicality.
  </Card>

  <Card title="Data" icon="database" href="/data/overview">
    Unlock the full potential of automotive data with Drivly's Data APIs and
    transform the way you interact with the automotive world.
  </Card>
</CardGroup>

***

## OpenAPI schema

We offer our documentation in OpenAPI format alongside this documentation. You can view the schema here:

<Card title="Driv.ly OpenAPI" icon="rocket" href="https://github.com/mintlify/starter/blob/main/commerce/openapi.json">
  View the OpenAPI specification file
</Card>

***

## API response format

All API responses are returned in JSON format. However, all responses will include a `api`, and `user` object inside the body. This is to denote the API, its metadata, and the user who made the request.

***

## Example Guides

Learn how to use Drivly’s building blocks for powering automotive commerce.

<CardGroup cols={2}>
  <Card title="Pre-Approvals" icon="landmark" href="/services/finance-and-insurance/pre-approval/guide">
    Walk through the process of setting up pre-approvals
  </Card>

  <Card title="Credit Applications" icon="wpforms" href="/services/finance-and-insurance/credit-application/guide">
    Walk through the process of setting up credit applications
  </Card>

  <Card title="Listings" icon="cars" href="https://mintlify.com/docs/components/accordion">
    Build interactive features and designs to guide your users
  </Card>

  <Card title="More Info" icon="stars" href="/commerce/overview">
    Check out our API reference documentation
  </Card>
</CardGroup>
