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

# ENERCALC for Revit User Manual

Reference manual for ENERCALC for Revit — the add-in that links Revit models to ENERCALC structural calculations. Installation, interface, project linking, and every calculation type.

{% hint style="info" %}
Note: Autodesk and Revit are registered trademarks of Autodesk.
{% endhint %}

The complete reference for ENERCALC for Revit — installing the add-in, navigating the interface, linking a Revit project to ENERCALC, and running every calculation type directly from your model. Jump to a section below:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-download" style="color:$primary;">:download:</i></h3></td><td><h4><strong>Installing</strong></h4></td><td>Install the add-in and keep it up to date</td><td><a href="/docs/efr-user-manual/getting-started/installing-enercalc-for-revit.md">Installing ENERCALC for Revit</a></td></tr><tr><td><h3><i class="fa-bars" style="color:$primary;">:bars:</i></h3></td><td><h4><strong>The Ribbon Bar</strong></h4></td><td>Tools, preferences, design status, and licensing controls</td><td><a href="/docs/efr-user-manual/setup-and-interface/navigating-the-ribbon-bar.md">Navigating the Ribbon Bar</a></td></tr><tr><td><h3><i class="fa-link" style="color:$primary;">:link:</i></h3></td><td><h4><strong>Linking a Project</strong></h4></td><td>Connect Revit models to ENERCALC calculations</td><td><a href="/docs/efr-user-manual/setup-and-interface/linking-a-revit-project-to-ene.md">Linking a Revit Project to ENERCALC</a></td></tr><tr><td><h3><i class="fa-arrow-up-right-from-square" style="color:$primary;">:arrow-up-right-from-square:</i></h3></td><td><h4><strong>Launching Calculations</strong></h4></td><td>Open and edit ENERCALC calculations from Revit</td><td><a href="/docs/efr-user-manual/working-with-calculations/launching-and-editing-enercalc.md">Launching and Editing ENERCALC Calculations</a></td></tr><tr><td><h3><i class="fa-table-list" style="color:$primary;">:table-list:</i></h3></td><td><h4><strong>Element Manager</strong></h4></td><td>Select, filter, and manage linked elements</td><td><a href="/docs/efr-user-manual/working-with-calculations/using-the-element-manager.md">Using the Element Manager</a></td></tr><tr><td><h3><i class="fa-ruler-combined" style="color:$primary;">:ruler-combined:</i></h3></td><td><h4><strong>Changing Section Sizes</strong></h4></td><td>Update member sizes and manage change warnings</td><td><a href="/docs/efr-user-manual/working-with-calculations/changing-section-sizes.md">Changing Section Sizes</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4><strong>Managing Data Storage</strong></h4></td><td>Where calculation data lives and how it is stored</td><td><a href="/docs/efr-user-manual/setup-and-interface/managing-data-storage.md">Managing Data Storage</a></td></tr></tbody></table>

## Calculation Types

Design each linked element directly from your Revit model, by element type.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-grip-lines" style="color:$primary;">:grip-lines:</i></h3></td><td><h4><strong>Beams</strong></h4></td><td>Steel, composite, wood, and concrete beam design</td><td><a href="/docs/efr-user-manual/calculation-types/working-with-beam-calculations.md">Working With Beam Calculations</a></td></tr></tbody></table>


---

# 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://enercalc.com/docs/efr-user-manual/readme.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.
