# 7. Construction

This section defines the staged construction sequence for the bridge, enabling time-dependent analysis with proper load application at each phase.

{% hint style="info" %}
Construction staging is essential for accurate analysis of steel bridges, as it captures non-composite behavior during erection and composite behavior after deck curing.
{% endhint %}

## Construction Stages

| Stage                                                                                                                                                                                  | Description                                                 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Construction Stage](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/construction-ex1-sig/construction-stage-ex1-sig)                   | Define the overall construction timeline and stage sequence |
| [Superstructure Construction](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/construction-ex1-sig/superstructure-construction-ex1-sig) | Girder erection, deck pouring, and barrier placement        |
| [Substructure Construction](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/construction-ex1-sig/substructure-construction-ex1-sig)     | Bearing, pier, foundation, and pile construction            |

## Staged Construction Workflow

1. **Substructure Construction**: Foundations, piles, columns, and caps
2. **Bearing Installation**: Place bearings at support locations
3. **Girder Erection**: Steel girder and cross-frame placement
4. **Deck Construction**: Concrete deck pouring sequence
5. **Superstructure Attachments**: Barriers and roadway elements

## Key Concepts

* **Non-composite Stage**: Steel girders carry construction loads before deck hardens
* **Composite Stage**: Combined steel-concrete section after deck curing
* **Time-dependent Effects**: Creep and shrinkage per CEB-FIP 1990


---

# Agent Instructions: 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:

```
GET https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/construction-ex1-sig.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
