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

# LaraCopilot: Cloud Communications Platform

> LaraCopilot is a cloud communications platform for VoIP extensions, DID numbers, call queues, SMS messaging, billing, CRM, and AI-powered call handling.

LaraCopilot gives your business a complete cloud communications stack — phone extensions, direct inward dialing (DID) numbers, call queues, SMS messaging, call detail records, and AI modules — all manageable through the admin dashboard, customer portal, or REST API.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up your first tenant and make your first API call in minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api/auth">
    Full REST API documentation for managing all platform resources.
  </Card>

  <Card title="Core Concepts" icon="book-open" href="/concepts/tenants">
    Understand tenants, extensions, DIDs, and queues before you dive in.
  </Card>

  <Card title="Customer Portal" icon="gauge" href="/portal/overview">
    Let your end-users manage their own extensions, calls, and SMS.
  </Card>
</CardGroup>

## What you can do with LaraCopilot

<CardGroup cols={2}>
  <Card title="Manage Extensions" icon="phone" href="/concepts/extensions">
    Provision SIP extensions for your users, assign devices, and enable voicemail.
  </Card>

  <Card title="Assign DID Numbers" icon="hashtag" href="/concepts/dids">
    Route inbound phone numbers to extensions, queues, or IVR menus.
  </Card>

  <Card title="Run Call Queues" icon="list-ol" href="/concepts/queues">
    Build ACD queues with agents drawn from your extension pool.
  </Card>

  <Card title="Send & Receive SMS" icon="message" href="/features/sms">
    Integrate SMS gateways and track message delivery in real time.
  </Card>

  <Card title="Track Billing & CDRs" icon="receipt" href="/features/billing">
    View per-call costs, set rates, and export call detail records.
  </Card>

  <Card title="AI Modules" icon="robot" href="/features/ai-modules">
    Attach AI providers to your tenant for intelligent call handling.
  </Card>
</CardGroup>

## Get started in three steps

<Steps>
  <Step title="Authenticate">
    Log in to the API to receive your session token. See [Authentication](/authentication).
  </Step>

  <Step title="Create a tenant">
    A tenant represents a customer account with its own extensions, numbers, and settings. See [Tenants](/concepts/tenants).
  </Step>

  <Step title="Provision extensions and DIDs">
    Add SIP extensions and assign DID numbers so your users can make and receive calls. See [Extensions](/concepts/extensions) and [DIDs](/concepts/dids).
  </Step>
</Steps>
