> 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-i-girder-bridge-ex1-sig/bridge-geometry-ex1-sig/insertion-point-ex1-sig.md).

# Insertion Point

{% hint style="info" %}
**Navigation:** Bridge Geometry > Insertion Point

For detailed parameter explanations, see the [Insertion Point Reference](https://docs.openbrim.org/templates/steel-i-girder-bridge-workflow/bridge-geometry-sig/insertion-point-sig).
{% endhint %}

**Step 1:** Click **three-dots icon** on **Location** cell and set a support line as **Abut1**.

![image-20240724-111453.png](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20240724-111453.png?api=v2)

**Step 2:** Keep the **Longitudinal Offset** as default.

![image-20240724-111536.png](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20240724-111536.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Longitudinal Offset</summary>

Offset values use PGL as the reference point.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20231003-085925.png?api=v2)

</details>

**Step 3:** Enter the **Transverse Offset** as 16.5.

![image-20250112-113454.png](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20250112-113454.png?api=v2)

<details>

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

Offset values use PGL as the reference point.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/Untitled%20Diagram.drawio%20\(15\)-20221025-123233.png?api=v2)

</details>

**Step 4:** Keep the insertion point name as default.

**Step 5:** When the steps are completed, the shared screenshot displayed in the adjacent cell should be visible in the 3D view of OpenBrIM.

![image-20250112-113711.png](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20250112-113711.png?api=v2)

{% hint style="success" %}
The completed insertion points are illustrated below. Please verify that you have the same model on your end by examining each view provided here. For more information on how to perform visual checks, refer to the quick tips.
{% endhint %}

<details>

<summary><strong>Quick Tip:</strong> Learn how to show Model</summary>

Click on the arrow button above the Analysis button located in the upper-left corner of the OpenBrIM screen.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20230920-135407.png?api=v2)

Click on the Model button on the screen that opens up.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20230920-135445.png?api=v2)

![](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20231003-092421.png?api=v2)

![image-20250112-113354.png](https://openbrim.atlassian.net/wiki/download/attachments/2101641529/image-20250112-113354.png?api=v2)

</details>

{% hint style="success" %}
To view the entire procedure explained on this page, please watch the recorded Video below.
{% endhint %}

{% embed url="<https://openbrim.atlassian.net/wiki/download/attachments/2101641529/Insertion%20Point.mp4?api=v2>" %}
Insertion Point
{% endembed %}


---

# 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-i-girder-bridge-ex1-sig/bridge-geometry-ex1-sig/insertion-point-ex1-sig.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.
