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

# Home

> Understand Ramba Voice, learn the core concepts, and get to your first live agents.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Ramba Voice Docs
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      High-level guides for understanding the product, setting up your workspace, and launching your first voice agents.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-3">
    <Card title={<span className="product-guide-feature-card-title">Product</span>} icon="layers" href="/product/overview" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">What Ramba Voice is and how the product is organized.</span>
    </Card>

    <a href="/agents/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="bot" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Agents</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Learn how agents are scoped, structured, and connected to actions.
        </span>
      </div>
    </a>

    <a href="/calling/phone-numbers" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="phone" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Calling</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Understand numbers, routing, inbound, outbound, and call review.
        </span>
      </div>
    </a>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Start here</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/product/quickstart" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="rocket" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Launch your first agent</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Follow a lightweight rollout path from workspace setup to live calls.
          </span>
        </div>
      </a>

      <a href="/product/key-concepts" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="shapes" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Learn the core model</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Understand workspaces, agents, actions, phone setup, and calls.
          </span>
        </div>
      </a>

      <a href="/agents/conversation-styles" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="messages-square" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Choose a conversation style</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Decide whether your use case needs flexible conversation or tighter workflow control.
          </span>
        </div>
      </a>

      <a href="/calling/inbound-and-outbound" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="phone-call" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Plan call coverage</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Understand how teams usually roll out inbound first and expand to outbound later.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
