diff --git a/content/docs/user-manual/workspaces.mdx b/content/docs/user-manual/workspaces.mdx index 93fbd6d..f448883 100644 --- a/content/docs/user-manual/workspaces.mdx +++ b/content/docs/user-manual/workspaces.mdx @@ -9,6 +9,14 @@ description: Organize tabs by projects with custom containers Zen Browser’s **workspaces** feature is your go-to tool for organizing tabs seamlessly by tasks, projects, or themes. Think of each workspace as a focused area where you can group related tabs and quickly switch between sets—ideal for juggling work, personal tasks, or study sessions without cluttering your tab bar. +### Adding a new workspace + +In order to add a new workspace on a fresh install of Zen, you need to click on "Default" on your side bar and click on the + icon. Once you've set up your workspaces, you'll see their icons at the bottom of the sidebar. + +![Default Workspace](/assets/user-manual/workspaces/default-workspace.png) + +![All Workspaces](/assets/user-manual/workspaces/all-workspaces.png) + You can make each workspace your own by adding **default container tabs** to keep accounts or projects isolated within one workspace, preserving privacy and making navigation easy. Customize each workspace with unique icons and names, so it’s a breeze to find what you need. Perfect for power users, workspaces bring the flexibility of multiple browser windows into one streamlined experience, complete with shortcuts to switch between them in an instant. Organize, focus, and explore your tabs with Zen Browser’s workspaces for a truly efficient browsing experience. diff --git a/public/assets/user-manual/workspaces/all-workspaces.png b/public/assets/user-manual/workspaces/all-workspaces.png new file mode 100644 index 0000000..ff551c8 Binary files /dev/null and b/public/assets/user-manual/workspaces/all-workspaces.png differ diff --git a/public/assets/user-manual/workspaces/default-workspace.png b/public/assets/user-manual/workspaces/default-workspace.png new file mode 100644 index 0000000..56cf6c2 Binary files /dev/null and b/public/assets/user-manual/workspaces/default-workspace.png differ