> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/efr-user-manual/working-with-calculations/using-the-element-manager.md).

# Using the Element Manager

How to use the Element Manager to view, manage, and track color-coded design status of elements designed with ENERCALC for Revit.

The Element Manager window is the central interface for viewing and managing Revit elements that have been designed using ENERCALC for Revit. The Element Manager does not block access to the Revit graphic interface. The user maintains full use of Revit views and controls while the Element Manager is active.

The menu is organized into three separate tabs:

* Elements
* Graphics
* Debug

The primary tab for use during daily design work is the “Elements” tab. This tab is divided into an upper half and a lower half. The upper portion contains a summary table of all designed elements, while the lower half displays details about the currently selected element.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-d1012c760500ae6b0d081fb210a748e10d70aefa%2Fclip0055.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-d11d9ffe1274eb17f6537cc62b93b2a7107f2479%2Fclip0056.png?alt=media)

The far-left column of the summary table indicates a color-coded design status of the element’s design calculation. This color coding corresponds exactly to the 4-color system used for the ribbon bar status indicator and the view-based highlighting of individual elements:

* **Green** – Calculation is passing its unity check (unity <= 1.0)
* **Yellow** – Calculation is incomplete (i.e., pending or cancelled)
* **Orange** – Calculation has a warning (i.e., Revit geometry changes have caused the element to diverge from its ENERCALC SEL calculation data)
* **Red** – Calculation is failing its unity check (unity > 1.0)

The user-assigned title for each calculation will also be visible if the user has assigned one via the ENERCALC SEL interface. The Element Manager may be closed at any time if desired, but the element information and statuses will update in real time if the window remains open.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-314e9960c90bb846fb0cc6eb33be380fba9dfc9b%2Fclip0057.png?alt=media)

The Element Manager is not constrained to the extents of the main Revit window. It may be dragged to a separate display if desired. However, the Element Manager is a “child” of the main Revit window, meaning that it will minimize and restore along with the main Revit window and will not obscure other programs the user may choose to place in front of Revit on a display.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-70a134e29885f2f96362a53bca3f525c795fb3fd%2Fclip0058.png?alt=media)


---

# 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.enercalc.com/efr-user-manual/working-with-calculations/using-the-element-manager.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.
