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

# Quickstart: Product Integrations

Build integration features into your product so your tenants can connect their apps, sync data, and automate workflows.

## 1. Install Membrane skill for building product integrations

```bash theme={null}
npx skills add membranehq/agent-skills --skill integration-development
```

This gives your coding agent the context and tools specifically for building integration features into your product.

## 2. Ask your agent to build what you need

> "Build an integrations page where my users can connect to HubSpot, Salesforce, and Slack."
>
> "Add a data sync that imports contacts from connected CRMs into our database."
>
> "Give our AI assistant tools from our users' connected apps."

Your agent will use the [CLI](/docs/ways-to-use-membrane/cli) to interact with Membrane (creating connections, configuring actions, testing) and will use the [SDK](/docs/ways-to-use-membrane/sdk), [REST API](/docs/ways-to-use-membrane/rest-api), and [Embedded UI](/docs/ways-to-use-membrane/embedded-ui) to add integration features to your app.

## 3. Monitor and troubleshoot in the Console

Use the [Membrane Console](https://console.getmembrane.com) to review what your agent built — inspect connections, actions, and flows. When something doesn't work as expected, dig into the details down to individual API requests in the [Activity Log](https://console.getmembrane.com/w/0/activity).

## Use Case Guides

* [Integration Catalog](/docs/getting-started/product-integrations/integration-catalog) — build an integrations page with connections management
* [In-app AI Agent](/docs/getting-started/product-integrations/in-app-ai-agent) — give your product's AI agent tools from connected apps
* [In-app Workflow Builder](/docs/getting-started/product-integrations/in-app-workflow-builder) — let users build automation workflows
* [Data Integrations](/docs/getting-started/product-integrations/data-integrations) — sync data into Data Tables and act on connected apps
