> 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/setup-and-interface/navigating-the-ribbon-bar/design-status-control.md).

# Design Status Control

How to use the Design Status control to view the worst-case status across all designed elements in a Revit model.

Immediately to the right of the Element Manager button is a button marked “Design Status”. This control is used to overview the overall status of all calculations in the Revit model.

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

Any individual Revit element that has been corelated to an ENERCALC calculation will have one of the following four statuses:

* **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)

At any given time, the color of the circle indicates the worst status of any designed element found in the entire model. For display purposes, severity of status is ranked from “best” to “worst” in the same order as the above list, where, “worst” is defined as the most severe cause for concern for the design professional (i.e., failing unity). This ranking is illustrated in “[Overall Design Status Ranking](/efr-user-manual/setup-and-interface/navigating-the-ribbon-bar/highlighting-toggle-and-toolti/overall-design-status-ranking.md)”.


---

# 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/setup-and-interface/navigating-the-ribbon-bar/design-status-control.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.
