> 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/contractor/announcement/smacon.md).

# 스마콘 BIM 입찰 견적 제출

참여비 결제를 마친 건설사는 입찰 방식에 따라 최적화된 견적 제출 화면으로 진입하게 됩니다. 입찰 마감 전까지는 제출한 내용을 자유롭게 수정할 수 있습니다.

{% hint style="info" %}
안내사항

견적 제출이 불가능한 초반 7일 동안은 공개된 설계 도면을 검토하고, 기계/전기 도면의 경우 미리 견적 작업을 진행하세요.&#x20;
{% endhint %}

### 견적 제출

3D BIM & 공내역서가 완료된 시점부터 **`입찰 참여하기`** 버튼이 활성화됩니다.&#x20;

{% stepper %}
{% step %}
**스마콘 공내역서 다운로드**

화면 첫번째 영역에서 제공되는 공내역서(Excel)를 다운로드 합니다.&#x20;

<figure><img src="/files/7pIvvurgkYfFs9zviiUu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**견적 작성 및 첨부**

다운로드한 공내역서에 항목별 단가를 입력하여 견적을 완성합니다.

{% hint style="warning" %}
아키히어에서 다운로드한 스마콘 공내역서를 기반으로 작업한 문서만 첨부해야 합니다.&#x20;
{% endhint %}
{% endstep %}

{% step %}
**증빙 문서 및 공사 정보 입력**

국세/지방세 완납 증명, 신용등급 확인원 등 증빙 문서를 첨부하고 공사 기간과 공정표 파일을 업로드하면 제출이 완료됩니다.&#x20;
{% endstep %}
{% endstepper %}

### 견적 제출 안내 사항

**자유로운 수정 및 확인**

제출한 견적서는 입찰 마감 전까지는 언제든지 수정이 가능합니다.&#x20;

**제출 후 화면 변화**

견적 제출이 완료되면 공고 상세페이지가 변경됩니다. **`견적서 확인하기`** 버튼을 클릭하면 제출 내용을 검토하고 내용을 보완할 수 있습니다.&#x20;

{% hint style="info" %}
제출한 견적서는 **대시보드 → 현장 카드 → 입찰 현황**에서도 확인할 수 있습니다.&#x20;
{% endhint %}

**문의 게시판 활용**

견적 작성 중 도면이나 내역에 의문이 생기면 입찰 공고 우측의 문의 게시판을 통해 소통하세요.&#x20;

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


---

# 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/contractor/announcement/smacon.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.
