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

# Introduction

> Welcome to LlamaGen.ai's Developer Documentation

<img className="block dark:hidden" src="https://cdn.llamagen.ai/web_public/LlamaGen.Ai-Brand-Assets/Full-Logo/Black@2x.png" alt="LlamaGen.ai Logo Light" />

<img className="hidden dark:block" src="https://cdn.llamagen.ai/web_public/LlamaGen.Ai-Brand-Assets/Full-Logo/White@2x.png" alt="LlamaGen.ai Logo Dark" />

## Getting Started with LlamaGen.ai

Welcome to LlamaGen.ai's developer documentation. Here you'll find everything you need to integrate and leverage our API services.

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/quickstart">
    Get up and running with LlamaGen.ai in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore our comprehensive API documentation
  </Card>
</CardGroup>

## Core Features

Discover the key features and capabilities of our platform.

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="Rate Limits" icon="gauge-high" href="/rate-limits">
    Understand our API rate limits and best practices
  </Card>

  <Card title="Code Examples" icon="code-branch" href="/examples">
    View implementation examples in various languages
  </Card>

  <Card title="Join Our Community" icon="discord" href="https://discord.com/invite/Jrsff8YFKw">
    Connect with other developers and get support
  </Card>
</CardGroup>

## Additional Resources

Stay connected and get more from LlamaGen.ai.

<CardGroup cols={2}>
  <Card title="Technical Blog" icon="newspaper" href="https://tech.llamagen.ai/">
    Read our latest technical articles and updates
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/LlamaGenAI">
    Check out our open-source projects and examples
  </Card>
</CardGroup>
