> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getfieldwork.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Files and data

> Your organization's files, queryable tables, and the agent's workspace

## Files

The **Files** page is your organization's file store. Upload documents, spreadsheets, and exports; organize them in folders; and let the agent read them in any conversation — it stages the file into its workspace and works on the real bytes.

## Tables

Data synced from your connectors (and curated datasets) lands in your organization's **tables** — a queryable catalog the agent can explore. In a conversation, the agent can list the catalog, inspect schemas, and run SQL against your tables from its workspace, so questions like "join my Shopify orders against the returns export and show me refund rate by product" are one request, not an afternoon.

Every table read is authorized against your organization's live access controls at the moment of access — access changes take effect immediately, including for conversations already open.

## The workspace

Each conversation's isolated workspace is where the heavy lifting happens:

* Run code and shell commands (approval-gated)
* Parse and transform attached files
* Query organization tables with SQL
* Produce output files

When the agent creates something worth keeping — a cleaned dataset, a report, a chart — it hands it back as a **download** in the conversation.

## Apps

Fieldwork can also host small interactive **apps** — dashboards and tools built in conversation and published at a stable link (`/apps/your-app`) for your organization. Apps can query your tables live, so a metrics dashboard the agent built keeps showing current numbers.
