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

# Workspace overview

> The chat workspace grounded in EDN memory.

## What the Workspace is

The Workspace is a chat interface grounded in EDN memory. You connect your own
model, and every answer is built on the governed context EDN retrieves, with the
records it used shown alongside the reply.

## Layout

The workspace has three panes:

* Left: the workspace instructions, the files (sources) you have added, and the
  chats in this workspace.
* Centre: the conversation, with a composer for sending messages and uploading
  files, a status row showing the connection state and the current model, and a
  bar to download the latest response as `.md`, `.docx`, `.pdf`, or `.html`.
* Right: the Memory panel, with a Context tab showing the records used for the
  latest turn and a Records tab showing your recent memory records.

## Bring your own model

The model is yours. Open the settings from the status row to connect a provider
and pick a model. See [Bring your own model](/user-guide/bring-your-own-model).

## Grounded answers

Answers cite the memory they are built on. For how to read citations and
provenance, see [Provenance and grounding](/user-guide/provenance-and-grounding).
