> 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/highlighting-toggle-and-toolti/overall-design-status-ranking.md).

# Overall Design Status Ranking

How the ribbon bar status light summarizes a model by displaying the worst element design status from green to red.

Since each designed element in the Revit model has its own status, the status light on the ribbon bar summarizes the conditions of the model by displaying the worst status currently found. For display purposes, severity of status is ranked from “best” to “worst”, where, “worst” is defined as the most severe cause for concern for the design professional (i.e., failing unity).

If all elements in the model are passing their unity checks, then the status light will show green.

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

If the worst element status found in the model is a pending, cancelled, or incomplete status, then the status light will show yellow.

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

If worst element status found in the model is a change warning, then the status light will show orange.

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

If worst element status found in the model is a unity check failure, then the status light will show red.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-c179c59508cb2b6257feff34fe2ef2ee85a86986%2Fclip0022.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/setup-and-interface/navigating-the-ribbon-bar/highlighting-toggle-and-toolti/overall-design-status-ranking.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.
