Connections
The Connections tab allows you to connect external data sources to your knowledge base. Connected sources are automatically indexed so your agents can search and retrieve content without copying data into the platform.
Connectors are organized into four categories: Cloud Storage & Documentation, Databases, Business Applications, and Cloud Platforms.
Cloud Storage & Documentation
Link Drive so agents can search Docs, Sheets, and files you allow. Content is indexed into the knowledge base; originals stay in Google.
Connect SharePoint Online sites and document libraries. Team files become searchable without copying them out of M365.
Sync spaces and pages from Confluence Cloud or Data Center. Wikis, specs, and runbooks stay available to your project AI.
Ingest structured product documentation from Zoomin. Ideal for manuals, release notes, and technical publications.
Databases
Attach MySQL or MariaDB with host, database, and credentials. Choose tables or views to index for grounded answers.
Connect SQL Server on-premises or on Azure SQL. Index only the schemas and objects you authorize for search.
Connect Oracle Database over JDBC with your service account. Bring selected tables into the knowledge base for AI retrieval.
Use a connection string for Snowflake, Postgres, Redshift, and more. Use when there is no dedicated connector tile for your warehouse.
Business Applications
Cloud Platforms
Best Practices
Connector Setup
- Use Specific Folders — Connect specific folders rather than entire accounts.
- Set Appropriate Schedules — Balance content freshness with system load.
- Monitor Sync Status — Regularly check sync success and failures.
- Test Connections — Verify connections work before relying on them in production.
Security
- Use Service Accounts — Prefer service accounts over personal accounts for stability and security.
- Limit Permissions — Grant only the permissions necessary for indexing.
- Regular Audits — Review connected accounts periodically and remove unused connections.
- Secure Credentials — Never share connection credentials.
Performance
- Selective Sync — Sync only the content your agents actually need.
- Schedule Wisely — Avoid scheduling syncs during peak usage times.
- Monitor Resources — Watch for performance impacts after enabling new connectors.
- Optimize Queries — For database connectors, use efficient queries to limit the data retrieved.
Troubleshooting
Connection failures
Problem: Connector fails to connect.
Solutions:
- Verify credentials are correct.
- Check network connectivity.
- Ensure the required permissions have been granted.
- Review connector-specific requirements.
Sync failures
Problem: Content is not syncing.
Solutions:
- Check sync schedule configuration in the Sync & Schedule tab.
- Verify the connector is still connected in the Connections tab.
- Review sync logs for errors.
- Try a manual sync using the Sync Now button to test the connection.
Missing content
Problem: Expected content is not appearing in the Knowledge Base.
Solutions:
- Verify the sync completed successfully.
- Check folder or query configuration for the connector.
- Ensure the content matches the sync criteria and filters.
- Review sync filters and settings.