> 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/other/how-to-add-a-no-fly-zone.md).

# How to add a no-fly zone?

1. **Download** the Generic Model **family below**. You'll need to load it into your project:

{% file src="/files/qD4dpPzg3eKcgirI60ty" %}

2. In Revit, navigate to **T4R Create/Modify** tab and find **Smart Connections**
3. **Drag and drop** the tool into the view (Recommended)
4. Click on **Configurations** to open the dialogue:

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

5. In the dialogue, set **Category** to **Walls**&#x20;
6. Set **Group** to **Walls** (not necessary)
7. Click on the **triple-dot** button and select **Create New**
8. **Rename** the configuration anyway you like

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

9. Turn on the **Active** button
10. Go to **Select Category** and choose **Generic Models**
11. Select the **Family and Type**. Choose the **I\_No-Fly Zone** family:

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

12. Choose the **Face**:

* Select **Top** if you want to apply the no-fly zone at the of the wall:
* Select **Bottom** if you want to apply the no-fly zone at the bottom of the wall:
* Select **Top** and **Bottom** if you want to apply the zone to both ends

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

13. Click **Save** and close the dialogue

{% hint style="info" %}
**Note**: you can create multiple configurations and reuse them each time you apply the no-fly zone.
{% endhint %}

14. Click on **Insert Elements** and select the wall
15. Choose your configuration

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

{% hint style="warning" %}
**Note**: if the configuration doesn't show in the pop-up, try changing the **Configuration Group** to **Not Assigned**.
{% endhint %}

16. After inserting, adjust the size of the no-fly zone by manually adjusting the **instance parameters**:

* Exterior Offset
* Interior Offset
* Top Offset
* Bottom Offset (default is set to 1' 0")
* End Offset
* Start Offset

<figure><img src="/files/yfDEVBdS6fgJjjqa1lVM" 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/other/how-to-add-a-no-fly-zone.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.
