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

# Use workspace files

> Browse agent workspace files and promote deliverables to artifacts.

Workspace files are files available to an active agent runtime.

The workspace browser is read-only in the dashboard.

## Browse Workspace Files

1. Open the dashboard.
2. Choose an active agent.
3. Open **Workspace**.
4. Browse folders and download files.

If the workspace is unavailable, the agent may not have an active workspace, provisioning may still be running, or the workspace feature may not be enabled.

## Ask An Agent To Save Work

You can ask SuperEmber to save outputs:

```text theme={null}
@SuperEmber create a concise project brief and save it as project-brief.md in your workspace.
```

Use clear file names so the workspace browser remains easy to inspect.

## Promote A File To An Artifact

Promote a file when it should become a deliverable outside the working workspace.

Choose private visibility for internal deliverables. Choose public visibility only for files that are safe to share by public token.

## What Not To Publish

Do not publish:

* credentials
* private keys
* API tokens
* customer secrets
* confidential files
* raw exports that have not been reviewed

## Good File Hygiene

* Keep draft and final files separate.
* Ask for summaries alongside generated files.
* Prefer Markdown, CSV, JSON, PDF, or other common formats.
* Review outputs before sharing them externally.
