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

# Integrations

> Connect the SaaS your team uses through Unified.to, react to its events, call its API from a tool, or add a catalog commerce or booking app

This section covers everything that connects an [agent](/concepts/agents) to a third-party system with the credential held by the platform: for developers whose agent must read or write a SaaS product, and for the product team that owns a shop or a booking calendar. Unified.to [integrations](/concepts/integrations) are connected and managed with `lua integrations`; the four catalog apps are connected outside the CLI (an app store listing, a WordPress plugin, a browser authorization, or support) and come with their own commerce or booking tools.

<Columns cols={2}>
  <Card title="Connect a Unified.to integration" href="/integrations/connect">Pick a type, authorize in the browser, and verify the tools in a chat.</Card>
  <Card title="Subscribe to integration events" href="/integrations/events">Wake the agent, or call your webhook, when something changes in the provider.</Card>
  <Card title="Manage integration MCP tools" href="/integrations/mcp">See, activate, and deactivate the tools a connection provisions.</Card>
  <Card title="Call an integration's API directly" href="/integrations/passthrough">Reach endpoints the tools don't cover with `Integrations.passthrough`.</Card>
  <Card title="Shopify" href="/integrations/shopify">Install the Shopify app: synced catalog, baskets, checkout links, storefront widget.</Card>
  <Card title="WooCommerce" href="/integrations/woocommerce">Install the WordPress plugin: hourly catalog sync, baskets, checkout links.</Card>
  <Card title="Square" href="/integrations/square-ecommerce">Authorize Square: live catalog, orders, and Square-hosted payment links.</Card>
  <Card title="Square Appointments" href="/integrations/square-appointments">Authorize Square: services, staff, availability, and bookings.</Card>
  <Card title="SimplyBook.me" href="/integrations/simplybook">Send your API keys to support: services, slots, and bookings.</Card>
</Columns>

Which family: if the product is listed by `lua integrations available`, connect it with the CLI; if it is Shopify, WooCommerce, Square, or SimplyBook.me and you want the synced catalog, baskets, or booking tools, use the catalog app (Shopify and WooCommerce exist in both families, Square and SimplyBook.me only as catalog apps).

## Popular

* [About integrations](/concepts/integrations)
* [`lua integrations`](/reference/cli/integrations)
* [`Integrations`](/reference/sdk/integrations)
