# Main menu

Clicking your account name or avatar opens the main menu. The items visible depend on your role in the workspace (**Member**, **Admin**, or **Owner**).

### User Preferences

Opens a panel to set your preferred **unit of measure** for three contexts:

* **Pattern Design** – unit used for pattern dimensions
* **Grading Mode** – unit used for grading rules (dx / dy / dd)
* **Charts and Exports** – unit used in measurement charts and exports

Available options are millimeters (mm), centimeters (cm), and inches (in). Changes are applied immediately.

### Dashboard

The main view where you can see all pattern projects in the workspace and create new ones.

### Anatomical Sets

*Visible to Admins and Owners only.*

Opens the Anatomical Sets page, where you can configure and [manage all your anatomical sets](/getting-started/anatomical-sets.md).

### Size Charts

*Visible to Admins and Owners on Business plan workspaces.*

Access the size chart management area for defining and editing grading size tables.

### Workspace Settings

*Visible to Owners only.*

Opens the Workspace Settings area, which includes:

* **Workspace** – general workspace configuration
* **Members** – manage workspace members and invitations (on managed workspaces)
* **Tags** – manage project tags (visible to Admins and Owners)
* **Materials** – manage material options (visible to Admins and Owners)
* **Piece Codes** – manage piece code options (visible to Admins and Owners)
* **Analytics** – [workspace usage metrics and project export](/getting-started/workspace-analytics.md) (visible to Admins and Owners)

### Manage Tags

*Visible to Admins and Owners only.*

Shortcut to the Tags settings page within Workspace Settings.

### Account Settings

Opens your personal account page (**Account Details**), which includes:

* **Access Data** – change your email address; change your password (Owner only)
* **User Details** – update your full name
* **Joined Workspaces** – list of workspaces you belong to, with the option to leave any workspace where you are not the owner
* **Danger Zone** – permanently delete your account (Owner only)

### Manage Subscription

*Visible to Owners only.*

Manage your **subscription plan** and billing preferences.

### Help Center

Opens Clab Assistant's support guide and documentation.

### Release Notes

Opens the changelog with the latest updates and improvements.

### Logout

Ends your session and redirects to the login page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.clabassistant.com/getting-started/main-menu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
