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

# Connectors Overview

> Connect your data sources to Omni for unified search and AI-powered answers

Connectors are the bridge between your organization's data sources and Omni. Each connector syncs content from a specific platform, making it searchable and available to the AI assistant.

## Available Connectors

<CardGroup cols={2}>
  <Card title="Google Workspace" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/google.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=d3c6670068c77edd18a52bcd4256886f" href="/connectors/google-workspace" width="800" height="800" data-path="images/icons/google.svg">
    Drive, Docs, Sheets, Slides, and Gmail
  </Card>

  <Card title="Microsoft 365" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/microsoft.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=b007ef7dd57c7d235c07fb5bc19bd0de" href="/connectors/microsoft365" width="23" height="23" data-path="images/icons/microsoft.svg">
    OneDrive, SharePoint, Outlook, and Calendar
  </Card>

  <Card title="Atlassian" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/atlassian.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=6add7869b873ed75b3282894b5e2edfc" href="/connectors/atlassian" width="800" height="800" data-path="images/icons/atlassian.svg">
    Confluence wikis and JIRA issues
  </Card>

  <Card title="Slack" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/slack.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=d8e5372b07be114aab5fb0a0f4a4fae3" href="/connectors/slack" width="127" height="127" data-path="images/icons/slack.svg">
    Messages, threads, and file attachments
  </Card>

  <Card title="GitHub" icon="github" href="/connectors/github">
    Repositories, issues, pull requests, and discussions
  </Card>

  <Card title="HubSpot" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/hubspot.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=eebb52fc9bc3850a072c9d7447bf6ff6" href="/connectors/hubspot" width="346" height="356" data-path="images/icons/hubspot.svg">
    Contacts, companies, deals, and activities
  </Card>

  <Card title="Notion" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/notion.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=c1dbaba6698f843a7c37ebb8c8f3065e" href="/connectors/notion" width="100" height="100" data-path="images/icons/notion.svg">
    Pages, databases, and workspace content
  </Card>

  <Card title="Fireflies" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/fireflies.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=1478fdea31c409986b419c55c733c86d" href="/connectors/fireflies" width="24" height="24" data-path="images/icons/fireflies.svg">
    Meeting transcripts, summaries, and action items
  </Card>

  <Card title="Linear" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/linear.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=1551849594dceb9bccbda1e4410636fd" href="/connectors/linear" width="200" height="200" data-path="images/icons/linear.svg">
    Issues, projects, and documents
  </Card>

  <Card title="ClickUp" icon="https://mintcdn.com/omni-32b875be/snhpxkbpe8cM_QhI/images/icons/clickup.svg?fit=max&auto=format&n=snhpxkbpe8cM_QhI&q=85&s=43bb55d543782953aa53fba4a7e34868" href="/connectors/clickup" width="64" height="64" data-path="images/icons/clickup.svg">
    Tasks and documents
  </Card>

  <Card title="IMAP Email" icon="envelope" href="/connectors/imap">
    Email messages and attachments
  </Card>

  <Card title="Nextcloud" icon="https://mintcdn.com/omni-32b875be/x_nP9927A7BA2Y65/images/icons/nextcloud.svg?fit=max&auto=format&n=x_nP9927A7BA2Y65&q=85&s=f1390fcd242f6d82ba58382af93c5d16" href="/connectors/nextcloud" width="24" height="24" data-path="images/icons/nextcloud.svg">
    Files and documents from a Nextcloud instance
  </Card>

  <Card title="Paperless-ngx" icon="https://mintcdn.com/omni-32b875be/x_nP9927A7BA2Y65/images/icons/paperless.svg?fit=max&auto=format&n=x_nP9927A7BA2Y65&q=85&s=1af57dba2b027bd40e64ded045c77a06" href="/connectors/paperless" width="425" height="512" data-path="images/icons/paperless.svg">
    OCR'd documents, tags, and custom fields
  </Card>

  <Card title="Filesystem" icon="folder" href="/connectors/filesystem">
    Local files and directories
  </Card>

  <Card title="Web" icon="globe" href="/connectors/web">
    Crawl and index any public website
  </Card>
</CardGroup>

<Tip>
  Need to connect a custom data source? Use the [Python SDK](/developers/python-sdk) or [TypeScript SDK](/developers/typescript-sdk) to build your own connector.
</Tip>

## How Connectors Work

All Omni connectors follow the same pattern:

1. **Authentication**: You provide credentials (API keys, OAuth tokens, or service accounts) that grant Omni read-only access to the data source.

2. **Initial Sync**: The connector performs a full sync of all accessible content. This may take minutes to hours depending on the amount of data.

3. **Incremental Updates**: After the initial sync, the connector periodically checks for new or updated content and syncs only the changes.

4. **Permission Inheritance**: Users only see search results for content they have access to in the original data source.

## Security

* **Read-only access**: Connectors only read data; they cannot modify content in your source systems
* **Credential storage**: All credentials are encrypted at rest
* **Permission sync**: Access controls from source systems are respected in Omni

## What's Next

<CardGroup cols={2}>
  <Card title="Google Workspace" icon="google" href="/connectors/google-workspace">
    Connect Google Drive, Docs, and Gmail
  </Card>

  <Card title="Atlassian" icon="confluence" href="/connectors/atlassian">
    Connect Confluence and JIRA
  </Card>

  <Card title="Build Custom Connector" icon="code" href="/developers/sdk-overview">
    Create your own connector with Python or TypeScript
  </Card>

  <Card title="Connector Management" icon="gear" href="/admin/connector-management">
    Monitor and manage your connected sources
  </Card>
</CardGroup>
