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

# Introduction to Studio

> Development environment for building AI agents and chatbots.

[Botpress Studio](https://studio.botpress.cloud) is an **integrated development environment (IDE)** for building, testing, and managing AI agents and chatbots. It combines advanced development tools with the simplicity of a **visual, drag-and-drop interface**, making it the central platform for all your bot development needs.

<Tip>
  This section contains reference material for all concepts related to Botpress Studio. If you're looking for how-to guides, check out the [Guides section](/studio/guides/introduction).
</Tip>

## Key concepts

<CardGroup cols={3}>
  <Card title="Workflows" icon="workflow" href="/studio/concepts/workflows">
    Sequences of steps your bot takes
  </Card>

  <Card title="Nodes" icon="square-mouse-pointer" href="/studio/concepts/nodes">
    Steps in a Workflow
  </Card>

  <Card title="Cards" icon="rows-3" href="/studio/concepts/cards">
    Actions your bot can take within a Node
  </Card>

  <Card title="Knowledge Bases" icon="book-open" href="/studio/concepts/knowledge-base">
    Sources your bot can refer to
  </Card>

  <Card title="Tables" icon="table" href="/studio/concepts/tables">
    Local databases for storing information
  </Card>

  <Card title="Variables" icon="variable" href="/studio/concepts/variables">
    Containers for storing and reusing data
  </Card>
</CardGroup>
