> 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-prestressed-i-girder-concrete-bridge-ex1-pig/modeling-on-openbrimapp-ex1-pig.md).

# Modeling on OpenBrIM.App

This section guides you through creating a new Prestressed I Girder Bridge project in OpenBrIM.App.

{% hint style="info" %}
**Navigation:** Home > New Project
{% endhint %}

## Steps

### Step 1: Create New Project

Click **New** from the left sidebar.

![New Project](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-072146.png?api=v2)

### Step 2: Select Bridge Template

Click **Concrete Bridge Workflows**, then select **Precast I Girder Bridge Workflow**.

![Template Selection](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-072758.png?api=v2)

![Workflow Template](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-074045.png?api=v2)

### Step 3: Review Parameter Info (Optional)

Click the **Info** button to access explanations of all parameters in the workflow.

![Info Button](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-081128.png?api=v2)

### Step 4: Enter Project Details

Click **New Project** and enter:

* **Project Name**: Your project name
* **Category**: Folder location for the project

![Project Details](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-081630.png?api=v2)

### Step 5: Open Data Spreadsheet

Click **Data** to open the spreadsheet and follow the workflow tree view to enter data.

![Data Spreadsheet](https://openbrim.atlassian.net/wiki/download/attachments/2235891713/image-20230711-085713.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Naming Convention</summary>

Use the exact parameter names provided throughout this example to avoid errors. If using different names, ensure consistency across the entire workflow.

</details>

{% hint style="warning" %}
**Important:** Space characters are not allowed in spreadsheet cells to prevent input errors.
{% endhint %}

## Verification

{% hint style="success" %}
After completing these steps, you should have a new Prestressed I Girder Bridge project ready for data entry.
{% endhint %}


---

# 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-prestressed-i-girder-concrete-bridge-ex1-pig/modeling-on-openbrimapp-ex1-pig.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.
