# Create a New Project

You can create and manage new pattern projects directly from the **Dashboard**.

## Step 1: Create a New Project

On the **Dashboard**, existing pattern projects are listed.\
To create a new one, click the **"+"** icon.

Enter a **name** for your project and, optionally, a **project code**.\
Once created, the new project will appear at the top of the list.

## Step 2: Configure the Project

Select the newly created project and open **Project Settings**.\
Here, you'll be prompted to assign an **Anatomical Set**, which defines the base body measurements for your model.

Once the anatomical set is selected, you have **two options** to proceed:

### Option 1: Choose Pattern Type manually

You can manually select a **Pattern Type** that best fits your project (e.g., jacket, trousers, shirt).\
This allows you to start entering your own measurements or use a predefined structure.

### Option 2: Ask **Clab** Assistant

The **Ask Clab Assistant** feature allows you to receive smart measurement suggestions based on your project description.

Provide the following information:

* A short description of the garment (e.g., sports jacket, raglan sleeve coat)
* The desired **fit** (e.g., slim, regular, loose)
* The **shoulder type**
* The **length** of the garment

Based on your input, Clab Assistant will suggest a set of appropriate measurements.

If the suggested values are suitable, click **Create Pattern**.\
The pattern will be generated in real-time.

You can always fine-tune the measurements later through the **Measurement Settings** panel.


---

# 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/create-a-new-project.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.
