# Anatomical Sets

Click on **Anatomical Sets** from Main menu to open the list of available sets.

* Select a set to view or modify its measurements.
* To create a new set, click **Add New Set**.

## Creating a New Anatomical Set

1. **Enter a name** and optionally add a description.
2. In the **Sample Size Name** field, define the size label (e.g., 50,L,4,34).\
   Use **commas** to list multiple identifiers for the same base size.
3. Complete the **Gender** field by selecting one of the available options.
4. Click **Add New Set** to confirm.

A new window will open where you can enter the measurements.

### Required Measurements

To create an Anatomical Set, it is not necessary to know all body measurements.

The **minimum required** values are:

* Chest Circumference
* Height

For male sets: if no **Drop Value** is entered, the system will assign **Drop 6** by default.

All missing measurements will be auto-filled by Clab Assistant using standard reference values.

You can also manually enter data obtained from **3D body scanners**, if available.

### Entering Measurements

* Hovering over an input field highlights the corresponding measurement point in the preview image.
* Enter the available values and click **Save**.

## Edit an Anatomical Set

{% hint style="warning" %}
**Important:** Any changes to an Anatomical Set will affect all Pattern Projects using that set.\
To make changes without affecting existing projects, it is recommended to **duplicate** the Anatomical Set and edit the new copy.
{% endhint %}

To modify an existing Anatomical Set, follow the steps below:

1. Go to **Anatomical Sets** from the main menu.
2. Select the set you want to edit from the list.
3. Update the **name** or **description**, if needed.
4. In the **Sample Size Name** field, you can add or edit size labels (e.g., `50,L,4,34`).\
   Use **commas** to separate multiple identifiers for the same base size.
5. Update the measurements as necessary.
6. Click **Save** to apply your changes.

{% hint style="warning" %}
**Note:** The **Gender field cannot be modified** after the Anatomical Set has been created, as the internal structure of male and female sets differs. If you need to assign a different gender, you must create a **new Anatomical Set** from scratch.
{% endhint %}

## Delete an Anatomical Set

{% hint style="danger" %}
**Important:** Deleting an Anatomical Set is irreversible. This action will **also permanently delete all Pattern Projects associated** with that set. Make sure to back up any necessary files or duplicate the set before proceeding.
{% endhint %}

To delete an existing Anatomical Set:

1. Go to **Anatomical Sets** from the main menu.
2. Select the set you want to remove from the list.
3. Click on **Delete**.

A confirmation dialog will appear to prevent accidental deletion.\
You’ll need to confirm the action twice before the set is **permanently removed**.


---

# 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/anatomical-sets.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.
