> 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/pole-embedment/ibc-lateral-pressure-limit.md).

# IBC Lateral Pressure Limit

Why the option to ignore the IBC 12 ft lateral passive pressure depth limit for pole footings was removed.

## Why was the option to ignore the IBC 12 ft lateral pressure limit removed?

The option to bypass the IBC 12 ft maximum depth limit for allowable lateral passive pressure was removed after a careful review of the code requirements. Section 1807.3.2.1 of the IBC limits the depth used to calculate allowable lateral passive pressure to a maximum of 12 ft. Allowing this limit to be ignored created the potential for designs that may not comply with the IBC.

While the 12 ft language appears under the non-constrained condition in IBC 1807.3.2.1, the code does not redefine the 'd' term for the constrained condition in IBC 1807.3.2.2. Section 1807.3.2.2 introduces only a few additional variables. As a result, the assumption is that for all undefined terms, including 'd', we are to refer back to IBC 1807.3.2.1. Therefore, the 12 ft cap is now applied to both non-constrained and constrained pole footings to support a consistent interpretation of the code. This helps remove ambiguity and keeps calculations aligned with the IBC.

This change may increase the required embedment depth for:

* Non-constrained pole footings deeper than 36 ft, where previous behavior did not cap the allowable pressure at the 12 ft equivalent.
* Constrained pole footings deeper than 12 ft, where previous behavior did not cap the allowable pressure at the 12 ft equivalent.

If you have existing projects that relied on pressures exceeding the 12 ft equivalent, we recommend reviewing them to confirm whether embedment depths need to be adjusted under the enforced IBC limit.


---

# 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/pole-embedment/ibc-lateral-pressure-limit.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.
