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

# Agent Studio

> Visual interface for building, deploying, and monitoring PolyAI voice agents.

Agent Studio is PolyAI's visual interface for building, deploying, and monitoring voice and chat agents. Configure knowledge, voice, integrations, and conversation flows without writing code. Most agents run on [Raven](/behavior/models/raven), PolyAI's proprietary LLM; [other models](/behavior/models/model-use) are also supported.

<div className="full-only">
  <Note>
    If you are a developer looking to extend your agent with Python functions and API integrations, see [Extend with code](/extend/introduction) instead.
  </Note>
</div>

For how Agent Studio fits alongside the ADK and REST APIs, see the [platform overview](/platform/introduction).

## Get started

<Steps>
  <Step title="Build your first agent">
    [Quickstart guide](/get-started/quickstart) – create an account, build an agent, add knowledge, test, and deploy.
  </Step>

  <Step title="Learn the platform">
    [PolyAcademy](/learn/guides/introduction) – structured training from basic setup to advanced configuration.
  </Step>

  <Step title="Go deeper">
    Explore the sections below for full configuration options.
  </Step>
</Steps>

## Navigate the interface

The sidebar organizes Agent Studio into the sections below. Use <kbd>⌘ K</kbd> / <kbd>Ctrl K</kbd> to search from any screen. Coming from the old Build/Channels/Configure layout? See [What's new](/get-started/whats-new).

<Note>
  Some sections are permission-gated or feature-flagged. If a section is missing, check your [role and permissions](/user-management/access-control-scope).
</Note>

### Home

[Studio Assistant](/studio-assistant/introduction), our natural-language builder. Describe what you want to do in plain language and it does the work for you.

### Analytics

View your KPIs and manage custom metrics. See [Analytics](/analytics/kpis/introduction).

### Conversations

Browse the full history of your conversations, with [PolyScores](/analytics/polyscore), search and filtering. See [Conversations](/analytics/conversations/introduction).

### Custom Dashboards

Build, manage and view custom dashboards. See [Dashboards](/analytics/dashboards/introduction).

### Knowledge

Manage your agent's knowledge base, including [FAQs](/knowledge/faqs/introduction), [external sources](/knowledge/sources/introduction) and [variants](/knowledge/variants/introduction). See [Knowledge](/knowledge/faqs/introduction).

### Flows

Create and manage flows for structured, step-by-step user journeys (e.g. ID\&V). See [Flows](/flows/introduction).

### Tools

Create and manage the tools your agent can use. See [Tools](/tools/introduction).

### Testing

Create, manage and run simulation tests across all channels. See [Testing](/simulation-testing/introduction).

### Voice

Manage all your voice settings. See [Voice](/voice-channel/agent).

### Messaging

Manage all your messaging channel settings (e.g. webchat, SMS, email etc.). See [Messaging](/messaging-channel/introduction).

### Integrations

Set up and manage your integrations across app integrations, APIs and MCP connections. See [Integrations](/integrations/introduction).

### Deployments

Manage deployments, view deployment history and run A/B tests. See [Deployments](/environments-and-versions/introduction).

### Widgets

Create, manage and deploy your widgets across channels and surfaces. See [Widgets](/widgets/introduction).

### Account

Manage your account settings. See [Account](/settings/introduction).

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart">
    Build your first agent in minutes
  </Card>

  <Card title="PolyAcademy" icon="graduation-cap" href="/learn/guides/introduction">
    Structured training for Agent Studio
  </Card>
</CardGroup>
