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

# Integrations Overview

> Connect FormBnB to third-party services

FormBnB integrates with popular tools to help you automate workflows and get notified about form submissions.

## Available Integrations

### Notifications

Send real-time alerts when forms are submitted.

<CardGroup cols={3}>
  <Card title="Slack" icon="slack" href="/integrations/slack">
    Get notifications in Slack channels
  </Card>
</CardGroup>

### Automation Platforms

Run workflows and route submissions into other systems.

<CardGroup cols={3}>
  <Card title="Zapier" icon="bolt" href="/integrations/zapier">
    Trigger Zaps from new FormBnB submissions
  </Card>

  <Card title="n8n" icon="workflow" href="/integrations/n8n">
    Trigger workflows from new FormBnB submissions
  </Card>
</CardGroup>

## Setting Up Integrations

1. Go to your [FormBnB Dashboard](https://app.formbnb.com/dashboard)
2. Select a form
3. Navigate to **Settings**
4. Scroll to the **Integrations** section
5. Enable the integration you want
6. Enter the required credentials
7. Save your changes

## Need a Custom Integration?

Use [Webhooks](/features/webhooks) to send form data to any URL, or use the [FormBnB API](/api-reference/introduction) to build custom integrations.
