> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/3d-modeling-and-design/metal-framing/faq/shop-drawings/how-to-create-one-assembly-separate-assemblies-for-identical-frames.md).

# How to create one assembly/separate assemblies for identical frames?

If you have two or more identical frames that share identical geometry and framing layout, see the instructions below.

## Create one assembly for multiple identical frames

### 1. Modify Framing Configurations

1. Go to **Framing Configurations** > **Modify Settings**.
2. Check the box **Create Same Assembly for Same Geometry**:&#x20;

{% hint style="info" %}
Note: the box is checked by default.
{% endhint %}

<figure><img src="/files/0ddJYfs8x1bnQq2DYc8J" alt=""><figcaption></figcaption></figure>

### 2. Further steps

1. **Frame Walls/Floors/Roofs**
2. **Number Walls/Floor/Roofs**
3. **Number Elements**
4. Select frames and click **Create Assembly**:

<figure><img src="/files/ErdA693a2lSpbhwk9S3M" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Walls/Floors/Roofs still keep their **unique** numbering values in the **Mark** instance parameter.

For example, **W-46** **Assembly** represents walls **W-46**, **W-47**, etc and their numbering values don't change.
{% endhint %}

## Create separate assemblies for identical frames

### 1. Modify Framing Configurations

1. Go to **Framing Configurations** > **Modify Settings**.
2. Uncheck the box **Create Same Assembly for Same Geometry:**

<figure><img src="/files/du78jjeaA3SZf56xuIeC" alt=""><figcaption></figcaption></figure>

### 2. Further steps

1. **Frame Walls/Floors/Roofs** (or Delete Frames and Re-Frame if you've already framed them)&#x20;
2. **Number Walls/Floor/Roofs**
3. **Number Elements**
4. Select frames and click **Create Assembly.**

***

{% hint style="info" %}
If you can't find the answers you're looking for, please [contact our support team](https://helpdesk.besmart.software/support/tickets/new).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.besmart.software/3d-modeling-and-design/metal-framing/faq/shop-drawings/how-to-create-one-assembly-separate-assemblies-for-identical-frames.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
