> 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/superstructure-ex1-stg/connections-ex1-stg/bolted-field-splice-ex1-stg.md).

# Bolted Field Splice

This section defines bolted field splice locations and configurations.

{% hint style="info" %}
**Navigation:** Superstructure > Connections > Bolted Field Splice

For detailed parameter explanations, see the [Bolted Field Splice Reference](https://docs.openbrim.org/templates/steel-tub-girder-bridge-workflow/superstructure-stg/connections-stg/bolted-field-splice-stg).
{% endhint %}

## Steps

### Step 1: Navigate to Bolted Field Splice

Navigate to **Connections > Bolted Field Splice** in the tree view.

![Bolted Field Splice navigation](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-091314.png?api=v2)

### Step 2: Assign Girder

Set the **Girder** for each splice location.

### Step 3: Enter Station Data

Enter the station locations for each field splice.

![Station data](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-091938.png?api=v2)

### Step 4: Configure Web Splice

Navigate to the **Web Splice** tab and set **Plate Material** to **A709\_50W**.

![Web splice](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-092504.png?api=v2)

### Step 5: Configure Top Flange Splice

Navigate to the **Top Flange Splice** tab and set **Plate Material** to **A709\_50W**.

![Top flange splice](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-093109.png?api=v2)

### Step 6: Configure Bottom Flange Splice

Navigate to the **Bottom Flange Splice** tab and set **Plate Material** to **A709\_50W**.

![Bottom flange splice](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-093352.png?api=v2)

### Step 7: Assign Bolt Properties

Navigate to the **Bolts** tab and assign:

* **Web Bolt Property:** BWeb
* **Flange Bolt Property:** BFlange

![Bolt assignment](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-105032.png?api=v2)

### Step 8: Toggle Bolt Display

Edit **Show Bolts** parameter to enable/disable bolt visualization.

![Show bolts](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-105508.png?api=v2)

### Step 9: Enable Detailing (Optional)

Click the **Detailing** icon to activate detailed bolt visualization.

![Detailing](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-105901.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Performance</summary>

Disable Detailing when detailed bolt visualization is not needed for better performance.

</details>

## Verification

{% hint style="success" %}
The completed bolted field splice is shown below.
{% endhint %}

![Completed field splice](https://openbrim.atlassian.net/wiki/download/attachments/2173337657/image-20230221-110901.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/superstructure-ex1-stg/connections-ex1-stg/bolted-field-splice-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.
