> ## Documentation Index
> Fetch the complete documentation index at: https://forest-chore-open-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# All integrations

> Every third-party tool Forest connects to: data sources, action plugins, embeds, and AI assistants.

Forest integrates with third-party tools in several ways: as a **data source** (browse and edit the tool's data inside Forest), as an **action plugin** (trigger the tool from a Forest action), as an **embed** (surface Forest inside another product), as an **MCP connector** (call the tool from a Forest workflow), or as an **AI assistant** connection. A tool can offer more than one path. See the [MCP Connectors](/get-started/connect/integrations/mcp-servers) catalog for the full list of workflow connectors.

This page lists everything Forest connects to today and where to find it. Looking for a tool that isn't here? [Contact us](mailto:support@forestadmin.com), most APIs can be connected with a [custom data source](/get-started/connect/data-sources/custom-datasources/overview).

## Support & ticketing

<Card title="Zendesk" icon="headset">
  * **Browse & edit** tickets, users and organizations: [Zendesk data source](/get-started/connect/data-sources/zendesk)
  * **Create & close tickets** from a Forest action: [Zendesk plugins](/product/process/advanced-concepts/plugins/zendesk)
  * **Embed Forest** inside Zendesk tickets: [Zendesk app](/product/embed/zendesk)
  * **Call Zendesk from workflows**: [Zendesk MCP Connector](/get-started/connect/integrations/mcp-servers)
</Card>

## Payments & billing

<Card title="Stripe" icon="credit-card">
  * **Browse & edit** customers, charges and subscriptions as collections: [Stripe data source](/get-started/connect/data-sources/stripe)
  * **Call Stripe from workflows**: [Stripe MCP Connector](/get-started/connect/integrations/mcp-servers)
</Card>

## CRM & marketing

<Card title="HubSpot" icon="bullhorn">
  * **Browse & edit** objects (contacts, companies, deals) as collections: [HubSpot data source](/get-started/connect/data-sources/hubspot)
  * **Call HubSpot from workflows**: [HubSpot MCP Connector](/get-started/connect/integrations/mcp-servers)
</Card>

## Data, search & storage

<Columns cols={2}>
  <Card title="Snowflake" icon="snowflake">
    Import tables and views (read-only, via ODBC) as a [data source](/get-started/connect/data-sources/snowflake), or query Snowflake from workflows with the [MCP Connector](/get-started/connect/integrations/mcp-servers).
  </Card>

  <Card title="Elasticsearch" icon="magnifying-glass" href="/get-started/connect/data-sources/elasticsearch">
    Expose Elasticsearch indices as searchable collections.
  </Card>

  <Card title="Amazon S3" icon="aws" href="/product/process/advanced-concepts/plugins/active-storage">
    Manage file attachments backed by S3 (and other backends) with the Active Storage plugin, or the AWS S3 plugin (see [Plugins](/product/process/advanced-concepts/plugins/overview)).
  </Card>

  <Card title="Airtable" icon="table" href="/get-started/connect/data-sources/airtable">
    Connect Airtable bases as collections.
  </Card>

  <Card title="Azure Cosmos DB" icon="microsoft" href="/get-started/connect/data-sources/cosmosdb">
    Connect a Cosmos DB account as collections.
  </Card>

  <Card title="GraphQL / Hasura" icon="diagram-project" href="/get-started/connect/data-sources/graphql-hasura">
    Connect a GraphQL or Hasura endpoint as collections.
  </Card>
</Columns>

## Automation

<Columns cols={2}>
  <Card title="n8n" icon="diagram-next">
    Read and act on Forest data from n8n with the [Forest node](/product/embed/n8n), or trigger n8n workflows from Forest with the [MCP Connector](/get-started/connect/integrations/mcp-servers).
  </Card>
</Columns>

## AI assistants

<Columns cols={2}>
  <Card title="Forest MCP Server" icon="plug" href="/product/embed/mcp-server">
    Expose your data and actions to AI assistants over the Model Context Protocol.
  </Card>

  <Card title="Self-hosted AI" icon="shield-halved" href="/product/process/advanced-concepts/self-hosted-ai">
    Route Forest's AI features through your own OpenAI or Anthropic keys.
  </Card>
</Columns>

## Databases & ORMs

Forest connects natively to most SQL and NoSQL databases, as well as to your existing ORM models (Sequelize, Mongoose, Active Record, Mongoid). See the [data sources overview](/get-started/connect/data-sources/overview) for the full list.

## Build your own

Need a tool that isn't listed here? Wrap any REST or internal API as a Forest collection with a [custom data source](/get-started/connect/data-sources/custom-datasources/overview), or factor a repeated customization into a [plugin](/product/process/advanced-concepts/plugins/overview).
