> 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/calculation-modules/general.md).

# Loads & Forces Calculations

How to add ASCE 7-22 Loads and Forces calculations for seismic, wind, and other loads to a project file.

Starting with ASCE 7-22, Loads & Forces calculations are added to a Project File in the same way other calculations are added.

Video: [Adding ASCE 7-22 Loads & Forces Modules to Project FileAdding ASCE 7-22 Loads & Forces Modules to Project File](https://www.youtube.com/watch?v=c_oAZ9fphsQ)

Make sure the project file is set to ASCE 7-22 or later by checking the ASCE 7 reference in the upper right-hand corner.

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-1a46157c900b03b0c832f9d5f106c1227cb31568%2FLoads%20%26%20Forces%20-%20ASCE%207%20Edition.png?alt=media)

If the ASCE 7 edition is set to a version earlier than ASCE 7-22, expand the General division, and double-click the Building Code Information item.

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-c1a9f781283f44bfdb9def5b2fe6dd2c9554c839%2FLoads%20%26%20Forces%20-%20Building%20Code%20Info.png?alt=media)

Use the ASCE 7 Edition selector to choose ASCE 7-22 or later, and then click Save & Close.

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-22d9f412a924febf1b0888ca33ed99b3abef4e5e%2FLoads%20%26%20Forces%20-%20Choosing%20ASCE%207-22.png?alt=media)

Click on the Calculations folder, then click Add, then choose the desired tab and calculation:

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-5e2e5efbc151dd9c3b5888e2e5a4fd06c3287100%2FLoads%20%26%20Forces%20-%20Adding%20a%20new%20Wind%20Forces%20calc.png?alt=media)

The screen will display the new calculation form, and when you save and close, the calculation will appear in the Project Manager:

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-9f44385847cc2a532af01a2c4906458f41ca0543%2FLoads%20%26%20Forces%20-%20New%20Wind%20calc%20in%20PM.png?alt=media)

**Historical Note:** When Loads & Forces calculations were first introduced, they were automatically included in the Project Manager when starting a new project file, appearing as a set of preloaded Loads & Forces divisions. These divisions and modules will continue to appear in ENERCALC SEL project files when the governing code is set to ASCE 7-10 or ASCE 7-16.

![](https://3283832020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiBJmBoewuy4ZcBC7RF3m%2Fuploads%2Fgit-blob-6b104c2a32253827d96ba155bdccb39294192ebe%2FLoads%20%26%20Forces%20-%20ASCE%207-10%20and%20ASCE%207-16.png?alt=media)

Each project file includes the following Loads & Forces divisions:

* Seismic Loads & Forces
* Wind Loads & Forces
* Other Loads & Forces

Each division contains modules for calculating the respective types of loads and forces. Use of these modules is optional, but they cannot be moved out of their assigned division. Likewise, other calculation modules cannot be added to or placed inside these divisions.

As **ENERCALC SEL** continues to evolve, these Loads & Forces divisions will include more tools to support the development of project load calculations.


---

# 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/calculation-modules/general.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.
