> 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/templates/truss-bridge-workflow/bridge-geometry-tb/bridge-alignment-tb.md).

# Bridge Alignment \[TB]

The ability to model and analyze multiple bridges within one project and assign different alignments to each bridge is a valuable feature of OpenBrIM, enabling engineers to efficiently design and optimize complex transportation infrastructure projects. To achieve this, OpenBrIM allows users to create and model multiple bridges within one project. Once the bridges are created, users can assign different alignments to each bridge in this section.

## General

It is recommended to define one bridge per project in OpenBrIM for optimal performance. However, if a project requires multiple bridges (such as two units sharing the same pier), the user can create additional bridges by creating a new row for each bridge and assigning the appropriate alignment to it.

**Alignment:** Assign alignment of the bridge (refer to the video at the end of [this](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/bridge-geometry-ex1-sig/roadway-alignment-ex1-sig) page to see how set operations can be performed using a spreadsheet).

**Is Pergola Structure \[No/Yes]:** Set to Yes when the bridge represents a pergola-type structure (girders supported by transverse beams/columns without a typical continuous span layout). Affects span detection and framing logic. Default is No.

## Bridge Info

The following information is not essential for analysis, design, and modeling purposes, but can be used to store additional details about a bridge project.The definitions made in this section can be used to generate the Soil Boring Log Report. The parameters associated with Bridge Info are as follows:

**Structure No:**

**Station:**

**Route:**

**Description:**

**Section:**

**Location:**

**County:**

## Referencing Objects

**Span Locations:** List of span-location objects that reference this bridge alignment. (Read-only)

**Roadways:** List of Roadway objects that reference this bridge alignment. (Read-only)


---

# 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/templates/truss-bridge-workflow/bridge-geometry-tb/bridge-alignment-tb.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.
