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

# Overview

Blocks are the atomic building blocks of a zazubot chat. You can chain any blocks together to create complexe conversation flows. When you drag and drop a block in the zazubot flow, by default it will be inserted into a group that can have a title. Blocks are always contained in groups.

There are multiple block categories to make it easier to find the right block for your needs:

## Bubbles

Bubble blocks are used to show bubbles that can be used to display information to the user.

<Frame style={{ maxWidth: "400px" }}>
  <img src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/bubbles.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=27d91c6f1f1595803a10a9b26d7b6a6c" alt="Bubble blocks" width="674" height="408" data-path="images/blocks/bubbles.png" />
</Frame>

## Inputs

Input blocks are used to ask the user for input. It will stop the conversation and for the user to provide input.

<Frame style={{ maxWidth: "400px" }}>
  <img src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/inputs.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=ce79ce0158a8f2b57f852f961ec523c1" alt="Input blocks" width="674" height="678" data-path="images/blocks/inputs.png" />
</Frame>

## Logic

Logic blocks are used to perform background operations. They are not visible to the users.

<Frame style={{ maxWidth: "400px" }}>
  <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/logic.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=f2ef0448618d396f2668dd98ffd7125e" alt="Logic blocks" width="960" height="610" data-path="images/blocks/logic.png" />
</Frame>

## Integrations

Integration blocks are used to trigger external services operations.

<Note>
  Interested in implementing your own integration block? Head over to [The
  Forge](/) to easily create your block.
</Note>

<Frame style={{ maxWidth: "400px" }}>
  <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/integrations.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=6ae328937636eab2c54d69b590a42b0f" alt="Integration blocks" width="674" height="1364" data-path="images/blocks/integrations.png" />
</Frame>
