Skip to content

Data sources

Data sources are available starting with the Business license. The available storage quota depends on your license:

LicenseStorage quota
Business1 GB per license, shared in the workspace
Max10 GB per license, shared in the workspace

The quota is shared across the workspace, all data sources (personal and workspace data sources) count together. You can see the current usage on the data sources page under Settings, Data sources.

If you want to connect larger data sources, get in touch with us, we can enable additional quotas.


Data sources connect external file storage with 9brains. Documents from these stores are indexed automatically and become available to the AI as searchable knowledge.

This approach is also known as RAG, short for Retrieval-Augmented Generation. The idea: before the AI formulates an answer, it first searches the connected documents for relevant information. That way, answers are not only based on the general language model but on the actual content from your files, with source references.

Without data sources the AI only uses knowledge from manually maintained knowledge bases.

With data sources it can additionally:

  • Search documents in OneDrive or SharePoint
  • Provide answers with source references to the original files
  • Automatically detect and index new and changed files

Personal data sources are visible only to the respective user. Other users and administrators cannot view the file listings.

Example: An employee connects their personal OneDrive. Only they can search the files from it in the chat.

Workspace data sources are available to all users in the workspace. They are set up by administrators and are well suited for shared files.

Example: An administrator connects a SharePoint Document Library with company documents. All employees can search these documents in the chat.

Additional storage types will soon be supported as native data sources with automatic indexing:

  • Windows File Server, NAS systems, and SMB shares
  • S3-compatible storage (e.g. Amazon S3, MinIO)

Already possible today, but without automatic indexing: Using the On-premises connector you can already establish the network connection to internal file servers, NAS, or SMB systems. Until native indexing is available, you need a custom skill that makes the files readable for the AI.


ActionWho can do it?
Connect a personal data source (OneDrive)All users
Search files in the chatAll users
Connect a workspace data source (SharePoint)Administrators
Trigger a manual syncOwner / Admin
Delete a data sourceOwner / Admin

The data source management is accessible via the Settings:

Settings, Data sources

The page shows three areas:

  1. My data sources: personal data sources of the current user
  2. Workspace data sources: available to all users in the workspace (SharePoint)
  3. Personal data sources (admins only), data sources of other users

Each data source shows:

  • Name and type (OneDrive, SharePoint)
  • Status: active, sync running, error
  • Last sync: time of the last successful sync
  • File count: how many files are indexed

Data sources index all file types that 9brains can process:

CategoryFile types
DocumentsPDF, DOCX, PPTX, XLSX
TextTXT, MD, CSV, HTML
ImagesPNG, JPG, JPEG, TIFF, BMP, GIF

Unsupported file types (e.g. videos, ZIP archives) are skipped automatically.


Data sources are synchronized automatically:

  • Initial indexing: When the data source is created, all files are indexed
  • Real-time updates: OneDrive and SharePoint are connected via webhook, changes to files are typically detected immediately and processed via delta sync
  • Regular reconciliation: In addition, a full reconciliation runs every 60 minutes to make sure no changes are missed
  • Change detection: Only new, changed, or deleted files are processed, no re-indexing of unchanged files

You can also trigger the sync manually: click on the data source and choose “Start sync”.


Data sources are available starting with the Business license. The feature is not accessible with the Pro or Starter license.

What happens when the storage quota is exhausted?

Section titled “What happens when the storage quota is exhausted?”

Existing data sources remain searchable, but new files are no longer indexed until storage becomes available again. You can delete data sources to free up space.

No, one personal OneDrive can be connected per user. For shared files, SharePoint data sources are the right fit.

Yes. Administrators can connect any number of SharePoint Document Libraries as separate workspace data sources, as long as the storage quota is sufficient.

Are deleted files removed from the index immediately?

Section titled “Are deleted files removed from the index immediately?”

Deleted files are typically detected immediately via webhook and removed from the index. At the latest, they are removed during the next regular reconciliation (every 60 minutes).

No one but you. In the overview, administrators only see that a personal data source exists, the file listings are not visible for privacy reasons.