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

# Bolna Skills

> Teach your AI coding assistant to build, deploy, and operate Bolna voice agents using Agent Skills.

## What are Bolna Skills?

Bolna Skills are a set of structured instructions that teach AI coding assistants — such as **Claude Code**, **Cursor**, **Codex**, and others that support the [Agent Skills](https://agentskills.io) format — how to work with the Bolna platform.

Once installed, your AI assistant can create agents, make calls, run batch campaigns, set up inbound numbers, debug issues, and more — all from natural language prompts inside your editor or terminal.

<CardGroup cols={3}>
  <Card title="Build Agents" icon="robot">
    Create and configure voice agents with prompts, voices, and tools
  </Card>

  <Card title="Make Calls" icon="phone">
    Place outbound calls, run batch campaigns, and set up inbound numbers
  </Card>

  <Card title="Monitor & Debug" icon="chart-mixed">
    Pull transcripts, set up webhooks, extract data, and troubleshoot calls
  </Card>
</CardGroup>

***

## Get started

Install Bolna Skills ([Installation](/build-with-ai/installation)) and connect your API key ([Setup](/build-with-ai/setup)). Then just ask your AI assistant what you need in plain English — the right skill loads automatically based on your request. See it in action in [Example Prompts](/build-with-ai/example-prompts).

Every skill is listed in the [Skills Reference](/build-with-ai/skills-reference), and every compatible tool is listed in [Supported AI Assistants](/build-with-ai/supported-assistants).

***

## Resources

<CardGroup cols={2}>
  <Card title="Skills Repository" icon="github" href="https://github.com/bolna-ai/skills">
    Browse source code, report issues, and contribute
  </Card>

  <Card title="Agent Skills Format" icon="book" href="https://agentskills.io">
    Learn about the Agent Skills standard
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Full Bolna REST API documentation
  </Card>

  <Card title="Bolna Dashboard" icon="gauge" href="https://platform.bolna.ai">
    Manage agents, API keys, and billing
  </Card>
</CardGroup>
