> 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/construction-ex1-stg/substructure-construction-ex1-stg/bearing-ex1-stg.md).

# Bearing

This section defines the bearing construction stage.

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

## Overview

The construction of bearings in a steel girder bridge is typically represented by two-node springs between the pier cap and the girder in a finite element analysis model. To prevent instability issues, it's usually recommended to incorporate the bearing construction stage into the girder construction stage. If the pier cap construction stage is used instead, the top node of the spring may not be connected to any elements, leading to unrestricted movement in non-fixed directions.

## Steps

### Step 1: Navigate to Bearing Construction

Navigate to **Loading > Construction > Substructure > Bearing** in the tree view.

![Bearing construction navigation](https://openbrim.atlassian.net/wiki/download/attachments/2168553528/image-20230223-091758.png?api=v2)

### Step 2: Select Construction Stage

Click the **three-dot icon** on the **Stage** cell and select **SubstrConstStage**.

![Stage selection](https://openbrim.atlassian.net/wiki/download/attachments/2168553528/image-20230223-091844.png?api=v2)

### Step 3: Pick Insertion Points

Click the **three-dot icon** on the **Insertion Points** cell and select **Pick**.

![Pick insertion points](https://openbrim.atlassian.net/wiki/download/attachments/2168553528/image-20230223-092040.png?api=v2)

### Step 4: Select All Insertion Points

Select all **Insertion Points** that were previously defined from the 3D View.

![Select insertion points](https://openbrim.atlassian.net/wiki/download/attachments/2168553528/image-20230223-092740.png?api=v2)

### Step 5: Complete Selection

Click **Done** to complete the selection.

## Verification

{% hint style="success" %}
All bearing insertion points should be assigned to the appropriate construction stage.
{% endhint %}


---

# 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/construction-ex1-stg/substructure-construction-ex1-stg/bearing-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.
