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

# Integrations 08

> Integrations page with categorized platform cards featuring logos, titles, descriptions, and toggle switches.

<Frame>
  ![Integrations 08](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Blocks/Integrations/integrations-with-toggle.png)
</Frame>

## Overview

This component displays a Sales & Marketing Tools integrations section where users can view and manage connections to various platforms (e.g., Google). Each integration card shows a logo, name, description, and a toggle switch that allows users to connect or disconnect the integration. The component uses custom states to track each integration's connection status and supports conditional visibility based on a category filter.

## How to use

<Steps>
  <Step title="Open the Brikl panel" titleSize="h4">
    Navigate to the **Marketings** category in the Brikl panel.
  </Step>

  <Step title="Copy the component" titleSize="h4">
    Find **Integrations 08** and click **Copy**.
  </Step>

  <Step title="Paste into your editor" titleSize="h4">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows), or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State           | Trigger                                                                                     | Visual effect                                                                              |
| --------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Connected       | User clicks the toggle switch when integration is in Disconnected state                     | The integration card updates to show a Connected status, toggling the switch appearance    |
| Disconnected    | User clicks the toggle switch when integration is in Connected state                        | The integration card updates to show a Disconnected status, toggling the switch appearance |
| Filtered/Hidden | A category filter element (radio) is set to a value that does not match the card's category | The integration card becomes hidden/invisible                                              |
| Mobile Layout   | Page width is less than or equal to 1024px or 768px                                         | Card and group widths expand to 100% for responsive mobile layout                          |

<Note>
  These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Workflows

This component includes pre-built workflows.

| Trigger                                                                          | Action                                                                       |
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Switch (Google) clicked when custom state item\_ equals Disconnected             | Sets custom state item\_ on Google group element to Connected                |
| Switch (Google) clicked when custom state item\_ equals Connected                | Sets custom state item\_ on Google group element to Disconnected             |
| Switch (second integration) clicked when custom state item\_ equals Disconnected | Sets custom state item\_ on second integration group element to Connected    |
| Switch (second integration) clicked when custom state item\_ equals Connected    | Sets custom state item\_ on second integration group element to Disconnected |
| Switch (third integration) clicked when custom state item\_ equals Disconnected  | Sets custom state item\_ on third integration group element to Connected     |
| Switch (third integration) clicked when custom state item\_ equals Connected     | Sets custom state item\_ on third integration group element to Disconnected  |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ❌         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
