> 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/templates-for-code-check-and-load-rating-ex1-sig.md).

# 10. Templates for Code Check and Load Rating

This section creates reusable templates that define how code checks and load ratings are performed for different component types.

{% hint style="info" %}
Templates specify the AASHTO provisions, load combinations, and analysis settings used for design verification. Once defined, they can be applied to multiple instances of each component type.
{% endhint %}

## Available Templates

| Template                                                                                                                                                                                                     | Purpose                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| [Steel I Girder Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/steel-i-girder-code-check-template-ex1-sig.md)   | Flexure, shear, and fatigue checks for girders |
| [Steel I Girder Load Rating Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/steel-i-girder-load-rating-template-ex1-sig.md) | Load rating per Manual for Bridge Evaluation   |
| [Field Splice Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/field-splice-code-check-template-ex1-sig.md)       | Bolted splice connection verification          |
| [Cross Frame Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/cross-frame-code-check-template-ex1-sig.md)         | Bracing member capacity checks                 |
| [Shear Stud Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/shear-stud-code-check-template-ex1-sig.md)           | Composite connector capacity                   |
| [Pier Cap Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/pier-cap-code-check-template-ex1-sig.md)               | Concrete cap flexure and shear                 |
| [Pier Column Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/pier-column-code-check-template-ex1-sig.md)         | Column interaction checks                      |
| [Pier Footing Code Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/pier-footing-code-check-template-ex1-sig.md)       | Foundation bearing and flexure                 |
| [Pile Capacity Check Template](/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/templates-for-code-check-and-load-rating-ex1-sig/pile-capacity-check-template-ex1-sig.md)               | Axial and lateral pile capacity                |

## Template Configuration

Each template defines:

* **Design Code**: AASHTO LRFD 9th Edition provisions
* **Load Combinations**: Applicable limit states
* **Analysis Points**: Locations for demand extraction
* **Capacity Calculations**: Resistance formulas and factors


---

# 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/templates-for-code-check-and-load-rating-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.
