> 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/sel-faq/using-the-software/calculation-modules/foundations2/point-load-on-slab/background-on-updates-to-the-p.md).

# Factor of Safety in the Point Load on Slab (PLoS) Module

What the Factor of Safety represents in the Point Load on Slab module and how it relates to ASD and LRFD.

## What does the Factor of Safety represent in this module?

The Point Load on Slab module calculates a nominal load-carrying capacity (Pn) for a slab-on-grade subjected to a concentrated load.

The Factor of Safety (FS) is applied to reduce this nominal capacity for design use.

Users should select a Factor of Safety consistent with their intended performance objectives and applicable engineering judgment.

## What Factor of Safety values are commonly referenced in published research?

Azzi & Laird (2008) commonly applied a Factor of Safety of approximately 3.

Experimental investigations reported by Jlilati, Brown, and Tang (2019) indicate that higher safety margins, on the order of 6, may be appropriate for certain applications.

## How does the Factor of Safety relate to ASD and LRFD?

The referenced values (approximately 3 and 6) are most directly applicable when the method is used in an allowable-stress (ASD) framework.

When LRFD is selected, users should ensure that the combined effect of the strength reduction factor (ϕ) and the Factor of Safety (FS) reflects their intended design assumptions and does not unintentionally result in double-counting of safety margins.


---

# 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/sel-faq/using-the-software/calculation-modules/foundations2/point-load-on-slab/background-on-updates-to-the-p.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.
