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

# Introduction

> Welcome to LithoBlocks — build and send Slack message templates with dynamic data, interactive buttons, and webhooks.

LithoBlocks lets you create reusable Slack message templates, fill them with dynamic data, and send them to your workspace. Connect Slack once, then design templates with placeholders, blocks, and interactive buttons.

## Get started

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Create your first template in 5 minutes and send it to Slack.
</Card>

## Guides

<Columns cols={2}>
  <Card title="Connect Slack" icon="slack" href="/connecting-slack">
    Connect your Slack workspace and configure permissions.
  </Card>

  <Card title="Templates & placeholders" icon="file-lines" href="/guides/templates-placeholders">
    Use placeholders and blocks to build dynamic messages.
  </Card>

  <Card title="Interactive buttons" icon="hand-pointer" href="/guides/interactive-buttons">
    Add buttons that trigger webhooks or open modals.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Manage templates, entities, and organizations via the LithoBlocks API.
  </Card>
</Columns>

## Integrations

<Columns cols={2}>
  <Card title="Make" icon="bolt" href="/guides/make-integration">
    Connect LithoBlocks to Make scenarios.
  </Card>

  <Card title="Zapier" icon="zap" href="/guides/zapier-integration">
    Send templated Slack messages from Zapier Zaps.
  </Card>

  <Card title="n8n" icon="code-branch" href="/guides/n8n-integration">
    Use LithoBlocks in n8n workflows.
  </Card>

  <Card title="AI agents" icon="robot" href="/guides/ai-agents-overview">
    Use templates from LangChain, LlamaIndex, CrewAI, and n8n AI.
  </Card>
</Columns>

## Next steps

**New to the platform?** Start with the [Quickstart](/quickstart).

**Building templates?** See [Placeholders](/guides/templates-placeholders) and [Block types](/guides/templates-blocks).

**Adding interactivity?** See [Interactive buttons](/guides/interactive-buttons) and [Button webhooks](/guides/button-webhooks).

**Understanding the system?** Read [Architecture overview](/architecture/overview).
