> 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-faq/readme.md).

# ENERCALC for Revit FAQ

Answers common questions about ENERCALC for Revit, including licensing, compatibility, workflows, installation, and learning resources.

This is a continually expanding collection of answers to common questions about ENERCALC for Revit. To help you get started, here are our most popular topics:

<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-circle-info" style="color:$primary;">:circle-info:</i></h3></td><td><h4><strong>Overview &#x26; Value</strong></h4></td><td>What ENERCALC for Revit is and why it helps</td><td><a href="/docs/efr-faq/overview-and-value.md">Overview &amp; Value</a></td></tr><tr><td><h3><i class="fa-key" style="color:$primary;">:key:</i></h3></td><td><h4><strong>Licensing, Access &#x26; Pricing</strong></h4></td><td>Availability, who has access, and cost</td><td><a href="/docs/efr-faq/licensing-access-and-pricing.md">Licensing, Access &amp; Pricing</a></td></tr><tr><td><h3><i class="fa-puzzle-piece" style="color:$primary;">:puzzle-piece:</i></h3></td><td><h4><strong>Modules &#x26; Compatibility</strong></h4></td><td>Supported ENERCALC modules and Revit versions</td><td><a href="/docs/efr-faq/modules-and-compatibility.md">Modules &amp; Compatibility</a></td></tr><tr><td><h3><i class="fa-diagram-project" style="color:$primary;">:diagram-project:</i></h3></td><td><h4><strong>Revit Model &#x26; Workflow</strong></h4></td><td>Analytical model, families, and worksharing</td><td><a href="/docs/efr-faq/revit-model-and-workflow.md">Revit Model &amp; Workflow</a></td></tr><tr><td><h3><i class="fa-graduation-cap" style="color:$primary;">:graduation-cap:</i></h3></td><td><h4><strong>Installation &#x26; Learning</strong></h4></td><td>Install time, learning curve, and resources</td><td><a href="/docs/efr-faq/installation-and-learning.md">Installation &amp; Learning</a></td></tr><tr><td><h3><i class="fa-user-check" style="color:$primary;">:user-check:</i></h3></td><td><h4><strong>Access With My License</strong></h4></td><td>Do current subscriptions and perpetual licenses include it?</td><td><a href="/docs/efr-faq/licensing-access-and-pricing/i-have-a-perpetual-license-or-current-subscription-do-i-auto.md">Access Through an Existing License</a></td></tr><tr><td><h3><i class="fa-list-check" style="color:$primary;">:list-check:</i></h3></td><td><h4><strong>Supported Revit Versions</strong></h4></td><td>Which versions of Revit are compatible</td><td><a href="/docs/efr-faq/modules-and-compatibility/what-versions-of-revit-is-enercalc-for-revit-compatible-with.md">Supported Revit Versions</a></td></tr><tr><td><h3><i class="fa-book-open" style="color:$primary;">:book-open:</i></h3></td><td><h4><strong>Learning Resources</strong></h4></td><td>Guides and training to get up to speed</td><td><a href="/docs/efr-faq/installation-and-learning/what-kind-of-learning-resources-are-available.md">Learning Resources</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-faq/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.
