> 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/training-videos/training-videos.md).

# Training Videos

- [Office Hours](https://docs.enercalc.com/training-videos/training-videos/office-hours.md): Recordings of ENERCALC's monthly Office Hours webinars, each covering a calculation module or feature.
- [New Users & Getting Started](https://docs.enercalc.com/training-videos/training-videos/new-users.md): Start-here walkthroughs for new ENERCALC users: getting started, the Project Assistant, and the Project Manager.
- [Installation & Activation](https://docs.enercalc.com/training-videos/training-videos/installation-and-activation.md): How to install ENERCALC Build 20 and manage activation, PCCs, and moving your license.
- [ENERCALC 3D FEM](https://docs.enercalc.com/training-videos/training-videos/enercalc-3d-fem.md): The full ENERCALC 3D finite-element tutorial series, from starting a model through analysis results and design.
- [ENERCALC for Revit (EFR)](https://docs.enercalc.com/training-videos/training-videos/enercalc-for-revit.md): Using ENERCALC for Revit: linking your Revit model, generating loads, and designing members.
- [EFR Tutorials](https://docs.enercalc.com/training-videos/training-videos/enercalc-for-revit/efr-tutorials.md)
- [Load Linking](https://docs.enercalc.com/training-videos/training-videos/load-linking.md): Linking reactions between beams, girders, and columns across your project.
- [Modules & Feature Tutorials](https://docs.enercalc.com/training-videos/training-videos/modules-and-features.md): Focused tutorials on individual calculation modules and features.
- [Feature Highlights](https://docs.enercalc.com/training-videos/training-videos/feature-highlights.md): Short clips highlighting individual ENERCALC and ENERCALC for Revit features.
- [Announcements & Overviews](https://docs.enercalc.com/training-videos/training-videos/announcements.md): Product announcements, release videos, and high-level overviews of ENERCALC.


---

# 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/training-videos/training-videos.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.
