> 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/general-footing/overburden-versus-pedestal.md).

# Overburden Versus Pedestal

How the General Footing module handles overburden load within the footprint of a pedestal.

## How does the module handle overburden load in the footprint of a pedestal?

The General Footing module will not apply overburden pressure on the footprint of the pedestal.

To prove this to yourself, you can follow these steps:

1. Start with a General Footing calc that has both a normally sized pedestal (including a non-zero height) and an applied overburden load. Make note of the bearing pressure.
2. Remove the overburden load and note that the bearing pressure changes as expected. This proves that the program is definitely doing something with the overburden load, and if you were interested enough, you could work through the numbers and prove that they are correct. But here is a faster way to get a comfort level that the module is not applying overburden load in the footprint of the pedestal.
3. Continue to work with the same calculation, and revise the plan dimensions of the pedestal so it is equal to the plan area of the footing itself, and provide a non-zero pedestal height. This makes it so there is no area on which the overburden load can act. Note the bearing pressure for this configuration.
4. Revise the overburden pressure to zero and note that the bearing pressure does not change. This proves that the program is only applying the overburden pressure to the area that is NOT already occupied by the pedestal.

This is a GOOD thing in a situation where the pedestal is high and comes all the way (or almost all the way) to finished grade. But it could produce some unconservative results if the pedestal was relatively short and was buried well below finish grade. So it is important to be aware of how the module is handling this situation.


---

# 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/general-footing/overburden-versus-pedestal.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.
