> 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/clash-detection/how-to-create-a-beam-pocket.md).

# How to create a beam pocket?

## 1. Set up Cut Opening configs

1. Navigate to **T4R Create/Modify** tab in the Revit ribbon and find the **Cut Opening** application
2. Drag and drop the **Cut Opening** app into the view area (recommended)

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

3. In **Cut Opening**, navigate to **Configs** and open the dialogue:

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

{% hint style="info" %}
**Note**: you can create **Cut Opening** configuration for clashes with other line-based elements like **MEP** (ducts, plumbing, conduits, etc.) &#x20;
{% endhint %}

4. In the browser on the left, scroll down to **Beams**

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

5. Adjust the **offsets**:

<figure><img src="/files/kSHqkrhyeqtA53XZQett" alt=""><figcaption><p>Example with 0 offsets</p></figcaption></figure>

<figure><img src="/files/U6aNQVxVUGCrPw4dof9c" alt=""><figcaption><p>Example with 25mm offsets</p></figcaption></figure>

6. **Save** and close the dialogue

## 2. Insert the opening around the beam

1. Navigate back to **Cut Opening**
2. Click on **Insert Openings**
3. In the dialogue, click on **Find Clashes**
4. Click on **Insert Openings**

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

## 3. Frame/update frame

### Walls are not framed:&#x20;

1. Navigate to **Wall+M**
2. Click on **Frame Wall**
3. Select a wall:

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

### Walls are already framed

1. Navigate to **Wall+M**
2. Click on **Update Frame**
3. Pick any framing element in the selected wall:

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

4. If the frame is not properly framed, use the **Update Frame** again:

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

## 4. Modify frame

### Extend sill/header to the nearest studs

<figure><img src="/files/4NrOsZX1DnnXpgaDknfh" alt=""><figcaption></figcaption></figure>

Follow the workflow in the article below:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>How to extend sill/header to the nearest vertical studs of a beam pocket?</td><td><a href="/pages/Tbs0yOkUrUpJrOMU1tHy">/pages/Tbs0yOkUrUpJrOMU1tHy</a></td></tr></tbody></table>

### Blocking/nogging

You can stop **blocking/nogging** short before the opening **king/jamb studs**:

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

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

### Cripple studs

You can increase the number of cripple studs to support the beam:

1. Navigate to **Wall+M**
2. Click on **Modify Frame**
3. Select the cripple stud
4. Make adjustmens and click **OK**:

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

***

{% 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/clash-detection/how-to-create-a-beam-pocket.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.
