> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/add-ins/filter-plus-section-box.md).

# Filter+ Section Box

Filter+ Section Box enables efficient control over section boxes, allowing users to quickly create, toggle, and manage section boxes in Revit. With a single button, users can generate a section box around selected elements or hide it if already present. Saved section boxes are stored in a list, allowing quick access, renaming, and reloading based on saved coordinates, dimensions, and orientations, streamlining complex project views.

#### Features

* [**Toggle Section Box**](/docs/add-ins/filter-plus-section-box/toggle-section-box.md)**:**\
  Generates a section box around selected elements or toggles visibility of an existing section box in the current view. If no elements or only the section box is selected, the button simply turns the section box on or off.
* [**Box List**](/docs/add-ins/filter-plus-section-box/manage-section-box-box-list.md)**:**\
  Displays saved section boxes in a list, allowing users to store the current view’s section box with **+Save Box**. Each box’s coordinates, size and rotation are retained, and boxes can be renamed or deleted. Selecting a saved box and clicking **Load Box** applies it to the current view.
* [**Box Settings**](/docs/add-ins/filter-plus-section-box/manage-seciton-box-settings.md)**:**
  * **Section Box Size:** Choose between **Auto** (adjusts size to selected elements) and **Fixed** (generates a box of specified dimensions centered on the selected elements).
  * **Fixed Size:** Set specific **X, Y, and Z** dimensions for a fixed-size section box.
  * **Section Box Offset:** Adjust the section box position with positive or negative values for each axis.
  * **Auto Rotation:** Allow the section box to rotate to align horizontally with the direction of the selected element.
  * **Auto Zoom to Fit**: Automatically adjusts the camera to focus on the section box after it is created or loaded.

#### Notes

* When only the section box is selected, the toggle button functions as if no elements are selected, hiding or displaying the box as needed.
* Section boxes are saved per project, with data saved upon project or list closure.
* Each project opens with its own set of saved section boxes, clearing any previous list.

{% embed url="<https://www.youtube.com/watch?ab_channel=BIMPeers&v=FpO827FNVWY>" %}


---

# 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://bimil.gitbook.io/docs/add-ins/filter-plus-section-box.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.
