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

# Lightyshare API Documentation

> Complete guide to integrating with the Lightyshare rental platform API

## Welcome to Lightyshare API

The Lightyshare API enables developers to integrate rental management capabilities into their applications. Whether you're building a marketplace, managing inventory, or creating custom workflows, our API provides the tools you need.

<Card title="Quick Start" icon="rocket" href="/quickstart" horizontal>
  Get up and running with the Lightyshare API in minutes.
</Card>

## Core Features

<Columns cols={2}>
  <Card title="Products" icon="box" href="/resources/products">
    Create and manage rental products with detailed specifications, pricing, and inventory.
  </Card>

  <Card title="Bundles" icon="layer-group" href="/resources/bundles">
    Group related products into bundles for simplified rental management.
  </Card>

  <Card title="Rentals" icon="calendar-days" href="/resources/rentals">
    Access rental information for both tenants and owners.
  </Card>

  <Card title="Authentication" icon="shield-halved" href="/authentication">
    Secure API access with token-based authentication.
  </Card>
</Columns>

## API Concepts

<Columns cols={2}>
  <Card title="Versioning" icon="code-branch" href="/concepts/versioning">
    Date-based versioning for backward compatibility.
  </Card>

  <Card title="Security" icon="lock" href="/concepts/security">
    Best practices for secure API integration.
  </Card>

  <Card title="Rate Limiting" icon="gauge" href="/concepts/rate-limiting">
    Understand API usage limits and quotas.
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/examples/error-handling">
    Handle API errors gracefully in your application.
  </Card>
</Columns>

## Learn by Example

<Card title="Code Examples" icon="code" href="/examples/create-product">
  Practical examples showing how to create products, bundles, and manage rentals.
</Card>
