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

# Overview

> Build agents with knowledge, prompts, actions, workflows, integrations, automations, and playgrounds

**Build** is where you prepare what agents know, how they speak, what they can call, and how you test them before go-live.

Open any project, then use the **Build** section in the project sidebar.

<Info>
  [Operate](/docs/operate) is day-to-day work. [Insights](/docs/insights) measures outcomes. Build is where you create the agent stack those pages depend on.
</Info>

## Open Build

<Steps>
  <Step title="Open your project">
    Sign in and open the project you want to configure.
  </Step>

  <Step title="Go to Build">
    In the project sidebar, find **Build**. Choose Knowledge Base, Prompts, Actions, MCP Servers, Workflows, Integrations, Automations, Playground, or Voice Lab.
  </Step>
</Steps>

## Pages

<CardGroup cols={2}>
  <Card title="Knowledge Base" icon="book-open" href="/docs/build/knowledge-base">
    Sources and media your agents search when answering questions.
  </Card>

  <Card title="Prompts" icon="wand-magic-sparkles" href="/docs/build/prompts">
    Chat with the AI Prompt Generator to draft and refine agent prompts.
  </Card>

  <Card title="Actions" icon="bolt" href="/docs/build/actions">
    Custom HTTP actions the agent can call from a workflow Tools tab.
  </Card>

  <Card title="MCP Servers" icon="server" href="/docs/build/mcp-servers">
    Connect remote MCP servers and sync tools for your workflows.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/docs/build/workflows">
    Design multi-node chat and voice agent flows.
  </Card>

  <Card title="Integrations" icon="plug" href="/docs/build/integrations">
    Connect third-party accounts used by tools, automations, and export.
  </Card>

  <Card title="Automations" icon="route" href="/docs/build/automations">
    Shopify, webhook, conversation, and escalation recipes.
  </Card>

  <Card title="Playground" icon="flask" href="/docs/build/playground">
    Test chat and voice workflows before you deploy to a channel.
  </Card>

  <Card title="Voice Lab" icon="microphone" href="/docs/build/voice-lab">
    Preview TTS voices and compare samples side by side.
  </Card>
</CardGroup>

<Note>
  When you are ready to go live, open [Deploy](/docs/deploy) for Channels and Inbounds.
</Note>
