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

# Sources

> Connect your data sources to Qontext

Qontext uses native connectors to sync data from your existing tools into your context repository, where Qontext normalizes it and uses it to create and continuously update structured context.

***

## Available connectors

<div className="qontext-cards qontext-cards-icon-flush">
  <CardGroup cols={3}>
    <Card
      title="Google Drive"
      icon={
<img 
src="https://upload.wikimedia.org/wikipedia/commons/1/12/Google_Drive_icon_%282020%29.svg" 
alt="Google Drive" 
width="24" 
height="24" 
/>
}
      href="/sources/google-drive"
    >
      Ingest documents, presentations, and text files from Google Drive
    </Card>

    <Card
      title="HubSpot"
      icon={
<img 
src="https://cdn.worldvectorlogo.com/logos/hubspot-1.svg" 
alt="HubSpot" 
width="24" 
height="24" 
/>
}
      href="/sources/hubspot"
    >
      Sync contacts, companies, deals, and notes from your CRM
    </Card>

    <Card
      title="Notion"
      icon={
<img 
src="https://cdn.worldvectorlogo.com/logos/notion-1-1.svg" 
alt="Notion" 
width="24" 
height="24" 
/>
}
      href="/sources/notion"
    >
      Connect your Notion workspace to ingest pages and databases
    </Card>

    <Card
      title="Slack"
      icon={
<img
src="https://cdn.worldvectorlogo.com/logos/slack-new-logo.svg"
alt="Slack"
width="24"
height="24"
/>
}
      href="/sources/slack"
    >
      Ingest conversations from your Slack workspace
    </Card>

    <Card
      title="Confluence"
      icon={
<img
src="https://cdn.worldvectorlogo.com/logos/confluence-1.svg"
alt="Confluence"
width="24"
height="24"
/>
}
      href="/sources/confluence"
    >
      Connect your knowledge base and documentation
    </Card>

    <Card
      title="Website"
      icon={
<img
src="https://cdn-icons-png.flaticon.com/512/1006/1006771.png"
alt="Website"
width="24"
height="24"
/>
}
      href="/sources/website"
    >
      Crawl and ingest content from any public website
    </Card>
  </CardGroup>
</div>

***

## Coming soon

We're actively expanding our native integrations. Here's what's on the roadmap:

* **Zendesk**: Sync tickets, conversations, help center articles, and customer support activity.
* **SharePoint**: Sync documents, folders, knowledge bases, and shared company content.
* **Microsoft Teams**: Sync channels, conversations, meetings, and collaboration history.
* **Linear**: Sync issues, projects, roadmaps, and product development workflows.

***

## Request a native connector

If your tool isn’t listed, you can request it [here](https://tally.so/r/mVkKMj). We prioritize based on customer demand.

***

## Manual ingestion via API

You can also use our Ingestion APIs to ingest data programmatically, for example to build custom integrations for unsupported tools:

<div className="qontext-cards qontext-cards-compact">
  <CardGroup cols={2}>
    <Card title="Unstructured Ingestion" icon="file-lines" href="/api-reference/introduction">
      Ingest text, markdown, or JSON directly
    </Card>

    <Card title="Website Ingestion" icon="globe" href="/api-reference/introduction">
      Crawl and ingest content from any website
    </Card>
  </CardGroup>
</div>
