AI collections
Sync your data into unified collections and query them with AI
AI collections
Collections bring your data from every connected service into a single, queryable store. Instead of making API calls to search across HubSpot, Salesforce, and Notion separately, sync them into a collection and ask questions in natural language.
Collections build on top of sync integrations. Data flows into collections through sync pipelines.
How it works
A collection is a unified data store that receives data from one or more sync integrations. Each record in a collection has:
- Structured data — The original fields from the source service
- Full-text index — For keyword and phrase search
- Vector embedding — For semantic/natural language search
When you query a collection, Unscrambled searches across all indexed data and uses AI to synthesize an answer.
Create a collection
Configure the collection to receive data from multiple sources:
Query with natural language
Once data is synced, query the collection from the CLI:
Structured queries
For precise lookups, use structured filters alongside natural language:
Indexing
Full-text search
Every text field in a collection is indexed for full-text search. This supports exact phrases, boolean operators, and fuzzy matching:
Vector search
Unscrambled generates vector embeddings for each record using a combination of its fields. This enables semantic search — finding records by meaning rather than exact keywords:
Collection types
| Type | Description | Example |
|---|---|---|
| Contacts | People from CRM, marketing, support tools | HubSpot + Salesforce + Mailchimp |
| Deals | Revenue opportunities across CRMs | HubSpot deals + Salesforce opportunities |
| Issues | Tickets and tasks from project tools | Jira + Linear + GitHub issues |
| Documents | Files and pages from knowledge tools | Notion + Google Docs + Confluence |
| Custom | Any structured data you define | Mix of any API data |
API access
Collections are also accessible via REST API for use in your applications:
Dashboard
View collection stats and browse records on the web dashboard:
This opens the collection in your browser, where you can browse records, run queries, and see sync status.