> 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/status.md).

# 입찰 현황

입찰 공고가 등록된 후, **현장 상세페이지 → 입찰 현황** 탭에서 건설사들의 참여 현황을 파악할 수 있습니다.

<figure><img src="/files/7roQtYJSbHuVAThXrYQ4" alt=""><figcaption></figcaption></figure>

***

### 진행 프로세스

선택하신 입찰 방식에 따라 우측 프로세스 맵과 단계별 안내가 다르게 제공됩니다. 화면 우측의 프로세스 맵을 통해 입찰이 어느 단계에 와 있는지 확인할 수 있으며, 각 단계별 필요한 내용을 안내 받을 수 있습니다.&#x20;

{% hint style="warning" %}
입찰이 시작된 이후에는 공고 내용을 수정할 수 없습니다. 만약 긴급하게 알릴 내용이 있다면 [입찰 게시판](/construct-guide/owner/announcement/qna.md)을 통해 공지사항으로 등록해 주세요.
{% endhint %}

<table><thead><tr><th width="201.78515625">프로세스</th><th>내용</th></tr></thead><tbody><tr><td>입찰 전</td><td>공고 시작 전 단계로, 정보 수정이 필요한 경우 <strong><code>입찰 정보 바로가기</code></strong>를 통해 보완할 수 있습니다.</td></tr><tr><td>입찰 시작 &#x26; 스마콘 작업</td><td>공고가 오픈됨과 동시에 아키히어 팀에서 BIM 및 공내역서 작업을 진행합니다.</td></tr><tr><td>스마콘 검토 &#x26; 내역서 확정</td><td>작업된 내역서를 스마콘에서 최종 검토하고 확정하는 단계입니다.</td></tr><tr><td>견적 제출 시작</td><td>확정된 공내역서를 바탕으로 건설사들이 단가를 입력하여 견적을 제출합니다.</td></tr><tr><td>입찰 마감</td><td>견적 제출이 종료된 상태입니다.</td></tr></tbody></table>

### 건설사 참여 현황

입찰이 시작되면 스마콘 입찰, 도면 입찰 모두 동일하게 건설사의 참여 데이터를 실시간으로 제공합니다.

#### 참여 현황

**입찰 참여 건설사**

* 입찰 참여비를 결제하고 참여 의사를 밝힌 건설사 수

**견적 제출 건설사**

* 실제 상세 견적 작성을 완료하여 제출한 건설사 수

#### 입찰 참여 목록

각 건설사별 진행 상황을 표 형식으로 상세히 확인할 수 있습니다.

{% hint style="info" %}
건설사가 견적을 제출하면 실시간으로 업데이트 되어, 별도의 문의 없이도 진행 상황을 파악할 수 있습니다.
{% 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://archi-here.gitbook.io/construct-guide/owner/announcement/status.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.
