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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/integrations/ai/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Connecting AI integrations

> Enable, disable, and remove AI integrations that extend the Omni Agent with context from Google Calendar, Google Drive, GitHub, and Slack.

AI integrations extend the Omni Agent with context from the tools your team already uses, allowing it to reference files, messages, calendar events, and code alongside your Omni data. Once an integration is enabled for your organization, each user connects their own account so the agent accesses only what that user can see in the source system.

This page covers how to enable, disable, and remove AI integrations for your Omni organization. For setup instructions specific to each integration, see the [individual integration guides](#supported-integrations).

## Requirements

Managing AI integrations requires **Organization Admin** permissions in Omni.

## Supported integrations

<Columns cols={2}>
  <Card title="Google Calendar" icon="calendar" href="/integrations/ai/google-calendar">
    Search events and meetings from Google Calendar
  </Card>

  <Card title="Google Drive" icon="google-drive" href="/integrations/ai/google-drive">
    Search and retrieve files from Google Drive
  </Card>

  <Card title="GitHub" icon="github" href="/integrations/ai/github">
    Search code and files from GitHub repositories
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/ai/slack">
    Search messages, files, and threads in Slack
  </Card>
</Columns>

## Enabling AI integrations

Enabling an AI integration makes the integration available to users in your Omni organization. After the integration is enabled, users will need to connect their individual accounts in their [user settings](/administration/users/your-account) to use the integration.

<Steps>
  <Step noAnchor>
    In Omni, navigate to **Settings > Integrations**.
  </Step>

  <Step noAnchor>
    Click the **Integrations** tab.
  </Step>

  <Step noAnchor>
    Locate the integration you want to connect and toggle it to **on**.
  </Step>

  <Step noAnchor>
    Use the [guide for the integration](#supported-integrations) to learn how to generate the credentials to complete the setup.
  </Step>

  <Step noAnchor>
    The integration will be available in your Omni organization. Users must connect their individual accounts in their [user settings](/administration/users/your-account) to use the integration.
  </Step>
</Steps>

## Disabling AI integrations

Disabling an AI integraiton will automatically disable it for all users in your Omni organization.

<Steps>
  <Step noAnchor>
    In Omni, navigate to **Settings > Integrations**.
  </Step>

  <Step noAnchor>
    Click the **Integrations** tab.
  </Step>

  <Step noAnchor>
    Locate the integration you want to disconnect and toggle it to **off**.
  </Step>
</Steps>

## Removing AI integrations

Unlike disabling an AI integration, removing an integration from your Omni organization also removes all user connections. This means that users will need to re-authorize the integration again if it's re-enabled.

<Steps>
  <Step noAnchor>
    In Omni, navigate to **Settings > Integrations**.
  </Step>

  <Step noAnchor>
    Click the **Integrations** tab.
  </Step>

  <Step noAnchor>
    Locate the integration you want to remove and click the <Icon icon="vertical-ellipsis" /> icon next to it.
  </Step>

  <Step noAnchor>
    Click **Remove integration**.
  </Step>

  <Step noAnchor>
    When prompted, click **Yes, remove integration**.
  </Step>
</Steps>
