> 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/examples/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/substructure-ex1-stg/pile-ex1-stg.md).

# Pile

This section defines the pile layout, geometry, and properties for the foundation support system.

{% hint style="info" %}
**Navigation:** Substructure > Pile
{% endhint %}

## Steps

### Step 1: Navigate to Pile

Navigate to **Substructure > Pile** in the tree view.

![Pile navigation](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-115627.png?api=v2)

![Pile tree view](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-115721.png?api=v2)

### Step 2: Assign Foundations

Click the **three-dot icon** on the **Substructure** cell and select the footings.

The number of piles placed under each foundation according to the project specifications:

| Foundation | Number of Piles |
| ---------- | --------------- |
| RF1        | 9 piles         |
| RF2        | 9 piles         |
| F1         | 25 piles        |

### Step 3: Define Pile Section Data

Click the **three-dot icon** on the **Section Data** cell and select **Edit**.

Enter the following parameters for **P1** (Pile):

| Parameter                              | Value   |
| -------------------------------------- | ------- |
| Section Length (Starts from Top) \[ft] | 25      |
| Start Section                          | PileSec |
| End Section                            | PileSec |

![Pile section data edit](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-122517.png?api=v2)

![Pile section data](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-122705.png?api=v2)

### Step 4: Apply Section Data to All Piles

Apply the section data from the previous step to **all piles** in the project, as they are identical.

### Step 5: Define Pile Offsets

Enter the **Longitudinal Offset** and **Transverse Offset** from the footing origin for each pile.

![Pile offsets](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-123019.png?api=v2)

### Step 6: Configure Pile Properties

Navigate to the **FEA** tab.

Click the **three-dot icon** on the **Pile Properties** cell and select **Edit**.

Edit the **Tx/Ty/Tz/Rz** properties in the Pile Properties spreadsheet as shown in the figure.

![Pile properties navigation](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-123413.png?api=v2)

![Pile properties data](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-124040.png?api=v2)

### Step 7: Apply Properties to All Piles

Apply the Pile Properties data from the previous step to all piles in the project, as they are identical.

### Step 8: Enter Pile Capacity

Enter a **Pile Capacity** of **360 kip** for each pile.

![Pile capacity](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-130237.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Transverse Offset Direction</summary>

Offset values use PGL (Project Geometry Line) as the reference point.

![Offset reference](https://openbrim.atlassian.net/wiki/download/attachments/2104689432/image-20230216-130246.png?api=v2)

</details>

## Verification

{% hint style="success" %}
The completed pile layout is shown below. With this step, the bridge substructure is complete.
{% endhint %}

![Piles 3D view](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-125408.png?api=v2)

![Piles detail view](https://openbrim.atlassian.net/wiki/download/attachments/2168782870/image-20230222-125439.png?api=v2)


---

# 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/examples/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/substructure-ex1-stg/pile-ex1-stg.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.
