> 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/properties-ex1-sig/bolt-property-ex1-sig.md).

# Bolt Property

This section defines bolt specifications for field splice and gusset plate connections.

{% hint style="info" %}
**Navigation:** Properties > Bolt Property

For detailed parameter explanations, see the [Bolt Property Reference](https://docs.openbrim.org/templates/steel-i-girder-bridge-workflow/properties-sig/bolt-property-sig).
{% endhint %}

## Steps

### Step 1: Navigate to Bolt Property

Navigate to **Properties > Bolt Property** in the tree view.

### Step 2: Create Flange Bolt Property

Click the first cell under **Name** and enter **BoltFla**.

![Bolt Name](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160904.png?api=v2)

### Step 3: Set Bolt Diameter

Click the **three-dots icon** on the **Bolt Diameter** cell and set the diameter to **0.875 in**.

![Bolt Diameter](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160921.png?api=v2)

### Step 4: Set Nut Diameter

Enter the **Diameter of the Nut** as **1 in**.

![Nut Diameter](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160939.png?api=v2)

### Step 5: Configure Mechanical Properties

Keep the **Mechanical Properties** as default (A325 bolts).

![Mechanical Properties](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160958.png?api=v2)

### Step 6: Configure Visual Settings

Keep the **Visual Settings** as default.

![Visual Settings](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-161009.png?api=v2)

### Step 7: Create Additional Bolt Properties

Create two additional bolt properties:

| Name       | Bolt Diameter | Nut Diameter | Usage              |
| ---------- | ------------- | ------------ | ------------------ |
| BoltWeb    | 0.875 in      | 1.4375 in    | Web splice bolts   |
| BoltGusset | 1.0 in        | 1.4375 in    | Gusset plate bolts |

<details>

<summary><strong>Quick Tip:</strong> Bolt Standards</summary>

* **A325** bolts are high-strength structural bolts commonly used for slip-critical connections
* The **Slip Coefficient** (Class B) assumes clean mill scale surfaces
* **Faying Surface Condition** affects the slip resistance of the connection

</details>

## Verification

{% hint style="success" %}
After completing these steps, the bolt properties should match the views shown below.
{% endhint %}

![Bolt Property Overview](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250114-103352.png?api=v2)

![Geometric Properties](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160801.png?api=v2)

![Mechanical Properties](https://openbrim.atlassian.net/wiki/download/attachments/2123399631/image-20250113-160820.png?api=v2)

{% 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/2123399631/bolt%20properties.mp4?api=v2>" %}
Bolt Properties
{% 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/properties-ex1-sig/bolt-property-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.
