Skip to main content
Resources are the data foundations that power your Cargo workspace. They connect your tools, agents, and plays to the information they need—whether that’s structured CRM data, unstructured documents, or your data warehouse.

Resource types


Models vs Files

AspectModelsFiles
Data typeStructured (rows & columns)Unstructured (text, documents)
Query methodSQL queries, filtersSemantic/vector search
Best forCRM records, product data, analyticsKnowledge bases, playbooks, transcripts
Use in playsTrigger workflows, search records
Use in agentsRAG with SQL or vector modeRAG with semantic search

Getting started

1

Set up your warehouse

Connect your existing data warehouse or use Cargo’s managed Snowflake instance. Warehouse setup →
2

Create data models

Import data from CRMs, APIs, or SQL queries into structured models. Data models →
3

Add files (optional)

Upload documents or connect knowledge bases for semantic search in agents. Files →
4

Use in workflows

Trigger plays from your data models, or give agents access to resources for RAG. Using models in plays →