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

# Get Started with Rasa

> Understand the Rasa Platform, explore CALM, and choose how to build your first conversational AI agent.

Rasa helps teams build conversational AI agents that use large language models
for natural conversations while keeping business logic explicit and testable.

## Choose your starting point

<CardGroup cols={2}>
  <Card title="Prototype in your browser" icon="play" href="https://hello.rasa.com/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta">
    Describe an agent in natural language and test a prototype without installing
    Rasa.
  </Card>

  <Card title="Build locally" icon="terminal" href="/docs/learn/quickstart/pro">
    Install Rasa, create a project, and use Rasa Tools in your integrated
    development environment (IDE).
  </Card>
</CardGroup>

## Understand the Rasa Platform

The Rasa Platform gives developers and conversational AI practitioners two
interfaces for working on the same agent. Both interfaces use
[CALM (Conversational AI with Language Models)](/docs/learn/concepts/calm), Rasa's
approach for using large language models to understand a conversation while
flows define the business logic an agent must follow.

<CardGroup cols={3}>
  <Card title="What you can build" icon="sparkles" href="/docs/learn/use-cases">
    Explore task-oriented, voice, multilingual, and custom conversational AI
    use cases.
  </Card>

  <Card title="How the platform works" icon="diagram-project" href="/docs/learn/platform-introduction">
    See how Rasa and Rasa Studio work together across the development lifecycle.
  </Card>

  <Card title="How CALM works" icon="route" href="/docs/learn/concepts/calm">
    Learn how language understanding and flows combine to keep agents on track.
  </Card>
</CardGroup>

## Choose how your team builds

Build with code, work visually, or use both interfaces on the same agent.

<CardGroup cols={2}>
  <Card title="Rasa" icon="code" href="/docs/pro/intro">
    **Code-first**

    Define flows in YAML, connect actions and tools, test behavior, and deploy
    to infrastructure you control.
  </Card>

  <Card title="Rasa Studio" icon="pen-ruler" href="/docs/studio/intro">
    **No-code**

    Design and refine flows, manage content, test conversations, and review
    production interactions in a shared visual workspace.
  </Card>
</CardGroup>

## Continue learning

<CardGroup cols={2}>
  <Card title="Build with an AI coding assistant" icon="wand-magic-sparkles" href="/docs/learn/ai-assisted-development">
    Use Rasa Tools to inspect, build, and test an agent from your IDE.
  </Card>

  <Card title="Design effective conversations" icon="comments" href="/docs/learn/best-practices/conversation-design">
    Plan user journeys and write flows that support natural conversations.
  </Card>
</CardGroup>
