@@ -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
8486The currently active workspace is displayed at the top of the CodeGate dashboard
8587interface. You can change the active workspace by expanding the workspace
@@ -102,15 +104,18 @@ _The workspace menu in the CodeGate dashboard_
102104To manage all your workspaces, select ** Manage Workspaces** in the workspace
103105menu.
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
106108alphanumeric characters, hyphens (` - ` ), and underscores (` _ ` ). Names are
107109converted 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