Skip to content

Workspaces & Collaboration

Open the workspace by clicking “Workspace” in the left sidebar.

Workspace button in navigation menu

The workspace is divided into tabs along the top bar: Assistants, Knowledge, Prompts. Each tab lets you create, edit, and configure the respective elements.

Workspace with Assistants, Knowledge, Prompts tabs

Resources within the workspace can be shared with selected teams with read or write access. Once a group has been added, you can toggle the access level by clicking the WRITE/READ button. The “X” next to it removes access for that group entirely.

Visibility setting for an assistant

Access setting for a knowledge collection

Access setting for a prompt template

Local knowledge collections can be manually created, edited, and searched via the “Knowledge” tab. Existing knowledge collections can be referenced within a chat using the hash key (#). Knowledge collections can also be attached as context to an assistant.

Knowledge collections in chat with # shortcut

Assistants are configurations tailored to specific use cases. An existing LLM is enhanced with knowledge, system prompts, and access rights within the organization, so it can be used for recurring tasks (e.g. summarizing emails and writing responses that comply with corporate guidelines).

Created assistants can be selected and used in the chat via the dropdown list like any other model.

Assistants tab in the workspace

In the “Assistants” tab, you can create and edit assistants:

  • Plus icon — add a new assistant
  • Pencil icon — edit an existing assistant
  • Toggle — activate/deactivate an assistant in the dropdown list

Access rights determine whether an assistant appears in the chat view (read access) or can also be edited in the workspace (write access).

When creating an assistant, assign a name, description, and base model. The system prompt is the most powerful tool alongside the stored knowledge and defines the assistant’s general behavior. Knowledge collections must be created beforehand via the “Knowledge” tab. Prompt suggestions enable quick and intuitive usage.

Assistant editing view

Additional assistant parameters: Tools, Filters, Actions, Capabilities

Prompt templates are blueprints for prompts. They can be created and edited in the workspace under “Prompts”. Use the plus icon to add a new template. As with assistants and knowledge collections, access can be configured via the “Access” button.

Prompt templates have a title and the actual prompt content below. Variables for values to be filled in later are declared with curly braces, e.g. Write an email to {{Name}}.

Plus button for new prompt template

Prompt template editing view

Existing templates can be invoked within a chat by typing the forward slash (/) and selecting the desired template from the dialog. Placeholders can then be filled with actual values.

Prompt template selection with / shortcut