Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 24c254d

Browse files
committed
Update workspaces doc
1 parent 759c7a5 commit 24c254d

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

docs/features/workspaces.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Workspaces offer several key features:
2525

2626
- **Custom instructions**: Customize your interactions with LLMs by augmenting
2727
your AI assistant's system prompt, enabling tailored responses and behaviors
28-
for different types of tasks.
28+
for different types of tasks. CodeGate includes a library of community prompts
29+
that can be easily customized for specific tasks. You can also create your
30+
own.
2931

3032
- **Prompt and alert history**: Your LLM interactions (prompt history) and
3133
CodeGate security detections (alert history) are recorded in the active
@@ -79,7 +81,7 @@ You can perform several actions on workspaces:
7981

8082
## Manage workspaces using the dashboard
8183

82-
### Select the active workspace
84+
### Change the active workspace
8385

8486
The currently active workspace is displayed at the top of the CodeGate dashboard
8587
interface. You can change the active workspace by expanding the workspace
@@ -102,15 +104,18 @@ _The workspace menu in the CodeGate dashboard_
102104
To manage all your workspaces, select **Manage Workspaces** in the workspace
103105
menu.
104106

105-
Click **Create Workspace** to add a new workspace. Workspace names can contain
107+
Click **Create** to add a new workspace. Workspace names can contain
106108
alphanumeric characters, hyphens (`-`), and underscores (`_`). Names are
107109
converted to lowercase, and must be unique.
108110

109-
In the workspace list, click the **Settings** button next to a workspace to open
110-
the workspace settings screen. From here you can rename the workspace, set the
111-
custom prompt instructions, or archive the workspace. Archived workspaces can be
112-
restored from the Manage Workspaces screen, or permanently deleted
113-
[using the CLI](#delete).
111+
In the workspace list, open the menu (**...**) next to a workspace to
112+
**Activate**, **Edit**, or **Archive** the workspace.
113+
114+
**Edit** opens the workspace settings page. From here you can rename the
115+
workspace, set the custom prompt instructions, or archive the workspace.
116+
117+
**Archived** workspaces can be restored or permanently deleted from the
118+
workspace list or workspace settings screen.
114119

115120
## Manage workspaces using the chat CLI
116121

0 commit comments

Comments
 (0)