> 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/concrete-bridge-examples/example-concrete-u-girder-bridge/bridge-geometry-ex1-cug/roadway-alignment-ex1-cug.md).

# Roadway Alignment

This section defines the roadway alignment including horizontal geometry, vertical profile, and cross-sectional properties.

{% hint style="info" %}
**Navigation:** Bridge Geometry > Roadway Alignment

For detailed parameter explanations, see the [Roadway Alignment Reference](https://docs.openbrim.org/templates/concrete-u-girder-bridge-workflow/bridge-geometry-cug/roadway-alignment-cug).
{% endhint %}

## Steps

### Step 1: Navigate to Roadway Alignment

Navigate to **Bridge Geometry > Roadway Alignment** in the tree view.

![Navigation](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-091103.png?api=v2)

### Step 2: Set Start Station

Enter **Start Station** as **0 ft**.

### Step 3: Open Alignment Editor

Click the **three-dots icon** on the cell and select **Editor** to define alignment properties.

![Editor](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-112545.png?api=v2)

### Step 4: Add Horizontal Segment

Click the **+ icon** next to **Horizontal** in the editor.

![Add Horizontal](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-120503.png?api=v2)

Choose **Straight** and enter a distance of **450** feet.

![Straight Segment](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-122719.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Vertical Profile</summary>

You can edit the Vertical data such as grades and elevations of alignment in the Vertical tab.

![Vertical Tab](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230711-110331.png?api=v2)

</details>

### Step 5: Define Transverse Cross-Section

Click the **+ icon** next to **Transverse** to define the alignment cross-section at a specific station.

![Add Transverse](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-131923.png?api=v2)

### Step 6: Configure First Station Cross-Section

Enter the cross-section parameters for Station 0:

| Parameter        | Value |
| ---------------- | ----- |
| Station          | 0 ft  |
| Left Edge to PGL | 22 ft |

![Station 0](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-131022.png?api=v2)

### Step 7: Add Section Component

Click the **+ icon** next to **At Sta 0** and enter:

| Parameter   | Value |
| ----------- | ----- |
| Width       | 22 ft |
| Left Slope  | -2%   |
| Right Slope | 2%    |

![Section Component](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-134025.png?api=v2)

### Step 8: Add Second Station Cross-Section

Click the **+ icon** next to **Transverse** again to define the cross-section at Station 450.

![Add Second Station](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-134452.png?api=v2)

Enter the parameters:

| Parameter        | Value  |
| ---------------- | ------ |
| Station          | 450 ft |
| Left Edge to PGL | 22 ft  |
| Width            | 22 ft  |
| Left Slope       | -2%    |
| Right Slope      | 2%     |

### Step 9: Accept Changes

Click **Accept** to save the alignment configuration.

<details>

<summary><strong>Quick Tip:</strong> Roadway Surface Display</summary>

If the 3D Bridge Alignment doesn't appear in the Graphics Window, click **Zoom Extents** on the right or enable **Show Roadway Surface** from Settings.

![Roadway Surface](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-135157.png?api=v2)

</details>

## Verification

{% hint style="success" %}
After completing these steps, the roadway alignment should appear as shown below.
{% endhint %}

![Completed Alignment](https://openbrim.atlassian.net/wiki/download/attachments/2258436239/image-20230823-135438.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/concrete-bridge-examples/example-concrete-u-girder-bridge/bridge-geometry-ex1-cug/roadway-alignment-ex1-cug.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.
