> 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/modeling-on-openbrimapp-ex1-sig.md).

# 1. Modeling on OpenBrIM.App

This guide walks you through creating a new Steel I Girder Bridge project in OpenBrIM.App.

{% hint style="info" %}
**Prerequisites:** You need access to OpenBrIM.App. Contact your administrator if you don't have an account.
{% endhint %}

## Create a New Project

### Step 1: Open OpenBrIM.App

Navigate to <https://openbrim.org/platform/?application=app> in your web browser.

![OpenBrIM.App Home Screen](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20231002-111809.png?api=v2)

### Step 2: Start a New Project

Click **New** from the left sidebar to open the project template selection.

![New Project Button](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20221111-140357.png?api=v2)

### Step 3: Select Steel Bridge Workflow

Click **Steel Bridge Workflow** from the template categories.

![Steel Bridge Workflow Selection](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20230824-112719.png?api=v2)

### Step 4: Choose Steel I Girder Bridge

Click **Steel I Girder Bridge Workflow** to create a new project with this template.

![Steel I Girder Bridge Workflow](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20230824-112810.png?api=v2)

### Step 5: Name Your Project

Enter a **Project Name** and select a **Category** for your project.

![Project Name and Category](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/trainingss.drawio%20-%202022-10-09T202910.047-20221009-172910.png?api=v2)

### Step 6: Open the Data Spreadsheet

Click **Data** to open the spreadsheet interface where you will enter all bridge parameters.

![Data Button](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20221111-140952.png?api=v2)

![Data Spreadsheet Interface](https://openbrim.atlassian.net/wiki/download/attachments/2101706884/image-20230824-113153.png?api=v2)

## Important Guidelines

{% hint style="warning" %}
**Naming Convention**

Use the exact parameter names provided in this example to avoid errors. If you choose different names, ensure consistency throughout the entire workflow.
{% endhint %}

{% hint style="danger" %}
**No Spaces Allowed**

Do not use space characters in spreadsheet cells. This prevents typos and user errors that can cause issues during analysis.
{% endhint %}

## Video Tutorial

Watch this video walkthrough for a visual demonstration of creating a new project:

{% embed url="<https://openbrim.atlassian.net/wiki/download/attachments/2101706884/modeling%20on%20openbrim%20starting%20a%20new%20project.mp4>" %}
Creating a New Steel I Girder Bridge Project
{% 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/modeling-on-openbrimapp-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.
