> 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/mep-hangers/commands/insert-hangers.md).

# Insert Hangers

### Insert Hangers

'**Insert Hangers**' places hangers and supports on selected MEP elements.

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

Hangers and supports can be inserted on elements of these categories: **Ducts, Pipes, Cable Trays, Conduits, MEP Fabrication Ductwork, MEP Fabrication Pipework, MEP Fabrication Containment**.

After selecting the MEP elements in a project and clicking ʻInsert Hangersʼ, the ʻInsert Hangersʼ window appears.

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

Here you can select a **Hanger Configuration** to be executed. Configurations can be filtered by groups. The image on the right is a preview of the hanger specified in the selected configuration.

The ʻ**Edit**ʼ button opens the '**Hanger Configurations**' window where you can make modifications to your hanger placement settings.&#x20;

{% hint style="info" %}
Click [**here**](/3d-modeling-and-design/mep-hangers/configurations/hanger-configurations.md) to read more about Hanger Configurations.
{% endhint %}

In the ʻInfoʼ section, you can see a breakdown of your selection by category. Hangers and supports can only be inserted for one category of MEP elements at a time. The last line is the overview of elements that the configuration will be applied to.

The ʻ**Insert Hangers**ʼ button at the bottom right of the window runs the selected configuration.

### Auto Insert

'**Auto Insert**' automatically inserts hangers and supports on the selected MEP elements (Ducts, Pipes, Conduits, Cable Trays, Fabrication Elements) according to the Hanger Configuration specified in the MEP elements' type properties.

Unlike 'Insert Hangers', this command can place hangers and supports on multiple categories of MEP elements at once.

In order to use '**Auto Insert**':

1. Add the configuration name to the '**Smart Detail Configuration**' parameter in the type properties of the MEP element. This parameter is automatically created in your project when you start using MEP Hangers.

   ![](/files/Bqb1HlN5xrhZCNPOE4Lb)
2. Select MEP elements in the project.
3. Click '**Auto Insert**'.


---

# 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/mep-hangers/commands/insert-hangers.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.
