# Related Measurements

Next to certain measurement input fields, you'll notice a small arrow icon.\
This indicates that **some other measurements are automatically affected** by changes to the current value — and are **not directly editable**.

This feature helps you better understand how different values influence each other, so you can make accurate adjustments when creating your pattern.

### How it works

* Click the arrow to display the **related measurements** that will be updated when the current measurement changes.
* These related values are automatically calculated based on Clab Assistant’s internal logic and are not manually editable.
* This visual aid helps ensure consistency and accuracy across the entire pattern structure.

### Example

If you adjust the **shoulder width**, you'll see that the **sleeve length** changes as well.\
This happens because sleeve length is measured from the **center back**, so the wider the shoulders, the shorter the remaining length for the sleeve.

### Tip

Click the name of any related measurement to view its **descriptive image**.\
This can help clarify how the measurement is taken and how it fits into the overall structure.


---

# 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/manage-a-project/related-measurements.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.
