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

# 입찰 방식 안내

아키히어는 건설사의 견적 업무 효율을 높이고 공정한 수주 환경을 제공하기 위해 두 가지 입찰 방식을 운영합니다.

{% hint style="info" %}
입찰 방식은 의뢰인이 입찰 조건을 설정할 때 선택합니다.&#x20;
{% endhint %}

### 스마콘 BIM 입찰

> "정밀한 데이터와 공내역서 제공으로 견적 업무의 효율을 극대화합니다."

스마콘 BIM 입찰은 스마콘 팀에서 3D BIM을 기반으로 공내역서를 제공하는 방식입니다. 모든 건설사가 동일한 기준 위에서 실력을 겨룰 수 있습니다.

{% hint style="info" %}
단, BIM 및 공내역서 작업/검토가 진행 중인 초기에는 확인이 불가능하며, 모든 작업과 검토가 완료된 시점부터 활성화됩니다.&#x20;

즉, 입찰 공고 기간은 21일 중에 실제 견적을 제출할 수 있는 기간은 초반 7일을 제외한 후반 14일입니다.&#x20;
{% endhint %}

**특징**

* 견적 시간 단축: 건축 및 구조 도면의 BIM 데이터와 공내역서가 제공되므로, 처음부터 내역을 뽑아야 하는 번거로움이 줄어듭니다.
* 공정한 경쟁: 모든 참여사가 동일한 물량과 항목(공내역서)을 기준으로 견적을 제출하므로, 정당하게 평가받습니다.
* 사전 준비 가능: 스마콘 작업 기간(공내역서 작업 중)에는 최종 견적 제출은 불가하지만, 제공된 도면을 바탕으로 건축·구조 외의 기타 내역(기계, 전기 등)을 미리 준비하여 일정을 단축할 수 있습니다.

### 도면 입찰

> "전통적인 방식으로 건설사의 견적 노하우를 자유롭게 발휘합니다."

도면 입찰은 제공된 설계 도면을 검토하여 건설사가 직접 내역을 산출하고 견적을 제안하는 방식입니다.

**특징**

* 자율적인 견적 구성: 건설사만의 특화된 공법이나 내역 구성 노하우를 견적서에 자유롭게 반영할 수 있습니다.
* 낮은 진입 장벽: 스마콘 입찰에 비해 참여비 부담이 적어, 다양한 프로젝트에 전략적으로 참여하기 유리합니다.

{% hint style="danger" %}
**유의사항**

서비스 내 입찰 보고서 생성을 위해 도면 입찰 견적 제출 시 원가계산서와 총괄집계표를 시스템에 직접 입력하는 과정이 포함됩니다.&#x20;
{% 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/contractor/bidding/info.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.
