> 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/sel-user-manual/readme.md).

# ENERCALC SEL User Manual

Reference manual for ENERCALC's Structural Engineering Library — program interface, project manager, calculation modules, and appendices.

The complete reference for ENERCALC SEL, including the program interface, Project Manager, every calculation module, and the appendices. 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-gear" style="color:$primary;">:gear:</i></h3></td><td><h4><strong>Program Settings</strong></h4></td><td>Default values, file backups, databases, and licensing</td><td><a href="/docs/sel-user-manual/main-menu/program-settings.md">Settings</a></td></tr><tr><td><h3><i class="fa-sitemap" style="color:$primary;">:sitemap:</i></h3></td><td><h4><strong>Project Manager</strong></h4></td><td>Organize projects, load groups, and the calculation list</td><td><a href="/docs/sel-user-manual/project-manager/project-manager.md">Project Manager Overview</a></td></tr><tr><td><h3><i class="fa-book-bookmark" style="color:$primary;">:book-bookmark:</i></h3></td><td><h4><strong>Appendices</strong></h4></td><td>Reference tables, design formulas, and program references</td><td><a href="/docs/sel-user-manual/appendices/appendix.md">Appendix</a></td></tr></tbody></table>

## Calculation Modules

ENERCALC SEL's design modules, grouped 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-link" style="color:$primary;">:link:</i></h3></td><td><h4><strong>Linked Loads</strong></h4></td><td>Transfer reactions between connected calculations</td><td><a href="/docs/sel-user-manual/calculation-modules/linked-loads.md">Linked Loads</a></td></tr><tr><td><h3><i class="fa-wind" style="color:$primary;">:wind:</i></h3></td><td><h4><strong>Loads &#x26; Forces</strong></h4></td><td>ASCE 7 seismic, wind, and snow load calculations</td><td><a href="/docs/sel-user-manual/calculation-modules/general.md">Loads &amp; Forces Calculations</a></td></tr><tr><td><h3><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h3></td><td><h4><strong>Analysis</strong></h4></td><td>2D frame, rigid diaphragm, and section property tools</td><td><a href="/docs/sel-user-manual/calculation-modules/analysis.md">Analysis</a></td></tr><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, concrete, masonry, and wood beam design</td><td><a href="/docs/sel-user-manual/calculation-modules/beams.md">Beams</a></td></tr><tr><td><h3><i class="fa-grip-lines-vertical" style="color:$primary;">:grip-lines-vertical:</i></h3></td><td><h4><strong>Columns</strong></h4></td><td>Steel, wood, concrete, and masonry column design</td><td><a href="/docs/sel-user-manual/calculation-modules/column.md">Columns</a></td></tr><tr><td><h3><i class="fa-arrow-down-to-bracket" style="color:$primary;">:arrow-down-to-bracket:</i></h3></td><td><h4><strong>Foundations</strong></h4></td><td>Footings, mats, piles, and pole foundations</td><td><a href="/docs/sel-user-manual/calculation-modules/foundation.md">Foundations</a></td></tr><tr><td><h3><i class="fa-block-brick" style="color:$primary;">:block-brick:</i></h3></td><td><h4><strong>Walls</strong></h4></td><td>Slender and shear walls in every material</td><td><a href="/docs/sel-user-manual/calculation-modules/walls.md">Walls</a></td></tr><tr><td><h3><i class="fa-mountain" style="color:$primary;">:mountain:</i></h3></td><td><h4><strong>Earth Retention</strong></h4></td><td>Retaining, gabion, soldier pile, and segmental walls</td><td><a href="/docs/sel-user-manual/calculation-modules/earth-retention.md">Earth Retention</a></td></tr><tr><td><h3><i class="fa-shapes" style="color:$primary;">:shapes:</i></h3></td><td><h4><strong>Miscellaneous</strong></h4></td><td>Base plates, bolt groups, and rebar development</td><td><a href="/docs/sel-user-manual/calculation-modules/miscellaneous.md">Miscellaneous</a></td></tr><tr><td><h3><i class="fa-paperclip" style="color:$primary;">:paperclip:</i></h3></td><td><h4><strong>External Items</strong></h4></td><td>Attach PDFs, scanned documents, and outside files</td><td><a href="/docs/sel-user-manual/calculation-modules/external-items.md">External Items</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/sel-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.
