Skip to content

Workspace

The workspace is the place in the UI where you access your data — documents, collections, assistants, and prompt templates.

Workspace contents depend on the Space you are currently in. Switching to another Space replaces the entire workspace with the items of that Space. The default workspace every user has access to is My Space.

Workspace items cannot cross Space boundaries: a collection created in one Space cannot be used in another, and an assistant in one Space cannot reference collections from another. Each Space has its own isolated set of workspace items.

The visibility of items within a workspace depends on the assigned permissions — see Roles & Permissions for details.

Files you upload (PDFs, spreadsheets, code, plain text, etc.) that the AI can search, read, and reason over. Documents are uploaded into a Space and bundled into collections.

Named bundles of documents that the LLM can retrieve from when generating responses (RAG). Reference a collection in a chat with the # shortcut, or attach it to an assistant so it is always available.

Configuration presets layered on top of a base model — pick an LLM, then bind a system prompt, knowledge collections, tools, and parameter overrides to it. Useful for repeatable tasks where the same prompt and context apply every time.

Reusable prompts with placeholder variables (e.g. Write an email to {{Name}}). Invoke them in a chat with the / shortcut and fill in the variables before sending.