> For the complete documentation index, see [llms.txt](https://archi-here.gitbook.io/construct-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archi-here.gitbook.io/construct-guide/owner/announcement/result.md).

# 입찰 마감

입찰 기간이 종료되면 프로젝트 상태가 **입찰 마감으로 전환**됩니다. 이 단계에서는 건설사들이 제출한 견적 데이터를 한눈에 확인하고, 심층 분석을 위한 각종 문서를 다운로드할 수 있습니다.

{% hint style="warning" %}
페이지 상단 고정 배너에 **만나고 싶은 건설사 선정 기한이 표시**됩니다. 최적의 시공사 선정을 위해 기한 내에 보고서 검토를 완료해 주세요.
{% endhint %}

<figure><img src="/files/ufTlq60lYK3bCfaK1tHR" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
데이터 분석이 완료된 정식 리포트는 **`입찰 보고서 바로가기`** 버튼을 눌러 확인할 수 있습니다.&#x20;

[건설사 입찰 보고서 바로가기](/construct-guide/owner/announcement/analysis-report.md)
{% endhint %}

### 건설사 견적 비교표 (Excel)&#x20;

{% hint style="info" %}
스마콘 BIM 입찰을 선택한 현장에만 제공하는 서비스입니다.
{% endhint %}

참여 건설사의 기본 정보, 시공 능력 데이터, 그리고 제출한 상세 견적 항목을 정밀하게 비교할 수 있도록 엑셀 파일로 제공합니다. 입찰 보고서의 모든 핵심 데이터를 엑셀로 변환하여 전달해 드리는 서비스입니다.

### 견적서 및 상세 조건 확인

건설사가 제출한 자료를 개별 또는 일괄로 관리할 수 있습니다.

#### 견적서 다운로드&#x20;

**개별 다운로드**

* 테이블 목록에서 각 건설사별 **`다운로드`** 버튼을 클릭합니다.

**일괄 다운로드**

* 테이블 상단의 **`전체 견적서 다운로드`** 버튼을 통해 모든 건설사의 자료를 한 번에 내려받을 수 있습니다.

#### 견적 조건 확인

해당 건설사가 견적 산출 시 전제로 삼은 세부 조건과 추가 파일을 페이지 이동 없이 즉시 확인할 수 있습니다.


---

# 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://archi-here.gitbook.io/construct-guide/owner/announcement/result.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.
