> 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/concrete-bridge-examples/example-prestressed-i-girder-concrete-bridge-ex1-pig/bridge-geometry-ex1-pig/girder-layout-ex1-pig.md).

# Girder Layout

This section defines the girder layout by connecting insertion points to form girder lines, and specifying cantilever lengths at girder ends.

{% hint style="info" %}
**Navigation:** Bridge Geometry > Girder Layout

For detailed parameter explanations, see the [Girder Layout Reference](https://docs.openbrim.org/templates/precast-i-girder-bridge-workflow/bridge-geometry-pig/girder-layout-pig).
{% endhint %}

## Steps

### Step 1: Navigate to Girder Layout

Navigate to **Bridge Geometry > Girder Layout** in the tree view.

![Navigation](https://openbrim.atlassian.net/wiki/download/attachments/2235400349/image-20230711-152333.png?api=v2)

![Girder Layout Panel](https://openbrim.atlassian.net/wiki/download/attachments/2235400349/image-20230711-153202.png?api=v2)

### Step 2: Define First Girder Line

Click the **three-dots icon** on the first cell under **Supports** and select insertion points **IP1** and **IP6** to define the first girder line.

### Step 3: Create Remaining Girder Lines

Repeat the process to create girder lines for all girders by selecting the appropriate insertion point pairs.

### Step 4: Set Cantilever Lengths

Enter the **Initial Cantilever Length** and **End Cantilever Length** as **6.5 ft** for each girder.

{% hint style="info" %}
The cantilever length represents the distance between the bearing and girder end. This distance is included in the self-weight computation of the girder.
{% endhint %}

![Cantilever Length](https://openbrim.atlassian.net/wiki/download/attachments/2235400349/image-20230711-154653.png?api=v2)

## Verification

{% hint style="success" %}
After completing these steps, your girder layout should match the view shown below.
{% endhint %}

![Completed Girder Layout](https://openbrim.atlassian.net/wiki/download/attachments/2235400349/image-20230711-154920.png?api=v2)

### Video Walkthrough

This video demonstrates the process of creating the girder layout by selecting insertion points.

![Girder Layout Setup](https://openbrim.atlassian.net/wiki/download/attachments/2235400349/Girderlayout2.gif?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/concrete-bridge-examples/example-prestressed-i-girder-concrete-bridge-ex1-pig/bridge-geometry-ex1-pig/girder-layout-ex1-pig.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.
