> 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/reports-ex1-sig/quantity-takeoff.md).

# Quantity Takeoff

**Step 1:** Click the **three-dots icon** on the **Bridge** cell, and then set **BRG1**.

![](https://openbrim.atlassian.net/wiki/download/attachments/2311554456/image-20231127-124327.png?api=v2)

**Step 2:** Keep the **Girder Steel Price, Girder Concrete Price, Deck Concrete Price, Substructure Concrete Price, Barrier Concrete Price, Bolt Price** and **Stud Price** as default.

![](https://openbrim.atlassian.net/wiki/download/attachments/2311554456/image-20231127-124604.png?api=v2)

**Step 3:** After the Quantity Takeoff object is defined, it can be reviewed in the Document section before the analysis and design process. For detailed information, you can refer to the Quick Tip below.

<details>

<summary><strong>Quick Tip:</strong> Learn how to show Document</summary>

Click on the arrow button above the Analysis button located in the upper-left corner of the OpenBrIM screen.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20231127-130253.png?api=v2)

Click on the Docs. button on the screen that opens up.

![](https://openbrim.atlassian.net/wiki/download/attachments/2278031376/image-20231127-130349.png?api=v2)

</details>

**Step 4:** Click **Quantity Takeoff Document** icon.

![](https://openbrim.atlassian.net/wiki/download/attachments/2311554456/image-20231127-141919.png?api=v2)

**Step 5:** Switch between the **Quantity Takeoff** tree view and review the tables.

![](https://openbrim.atlassian.net/wiki/download/attachments/2311554456/image-20231127-131113.png?api=v2)

{% hint style="success" %}
The completed quantity takeoff is illustrated below. Please verify that you have the same model on your end by examining each view provided here. For more information on how to perform visual checks, refer to the quick tips.
{% endhint %}

![](https://openbrim.atlassian.net/wiki/download/attachments/2311554456/image-20231127-131752.png?api=v2)

{% hint style="success" %}
To view the entire procedure explained on this page, please watch the recorded Video below.
{% endhint %}

{% embed url="<https://openbrim.atlassian.net/wiki/download/attachments/2311554456/20231127163434.mp4?api=v2>" %}
20231127163434
{% 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/reports-ex1-sig/quantity-takeoff.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.
