Doc Store — your files
A Doc Store holds unstructured documents: PDFs, spreadsheets, payroll registers, project logs, prior workpapers. It’s what the File Explorer shows. End users just call this “files.”
- Connect a Connector (Google Drive, SharePoint, File Upload, Amazon S3).
- A File Sync brings the files in and lands them in the Doc Store.
- The agent reads from the Doc Store when it runs.
Data Store — structured tables
A Data Store table holds structured data an agent can query — for example a client-management table with columns likeclient_name, industry, primary_contact, arr, status. Standard columns (id, created_at, updated_at, is_deleted) are added automatically.

Scope choices
When a builder creates a Data Store table, they pick a scope — the same two axes as everything else in Adopt:- Global — org-wide; every workstream and agent can read it. Use for reference data that isn’t client-specific.
- Workstream-based — row-scoped per client (row-level security). Each client only sees its own rows. This is the safe default for client data.
- Workstream + Agent — per client, and only readable by specifically tagged agents. The tightest scope.