> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/templates/minimum-pile-tip-embedment-workflow/mpte-mpte.md).

# MPTE \[MPTE]

The aim of the Minimum Pile Tip Embedment Analysis is to determine the minimum pile tip embedment length that ensures lateral stability. A series of analyses are conducted by varying only the length of the pile. In Fig. 1a, a single pile is used for demonstration purposes. These analyses yield the curve in the Fig. 1b. *y* represent the total lateral deflection at the pile head. *Lfinal* and *Lcrit* represent the final trial embedment length and critical embedment length for the pile, respectively. The curve in Fig. 1b. shows that the value of y remains unchanged for pile lengths longer than a certain length, denoned as *Lcrit*. Total lateral deflection at the pile head are greater for pile lengths shorter than *Lcrit*. Engineers typically choose a pile length slightly exceeding *Lcrit* for specific applications.

![image-20240628-124450.png](https://openbrim.atlassian.net/wiki/download/attachments/2547581113/image-20240628-124450.png?api=v2)

This analysis can be performed using the MPTE Model in OpenBrIM. The process of generating the model is explained in the following section.

* [MPTE Model \[MPTE\]](/templates/minimum-pile-tip-embedment-workflow/mpte-mpte/mpte-model-mpte.md)


---

# 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.openbrim.org/templates/minimum-pile-tip-embedment-workflow/mpte-mpte.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.
