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

# 도면 입찰 견적 제출

입찰 시작과 동시에 **`입찰 참여하기`**&#xB97C; 통해 참여할 수 있습니다.&#x20;

### 견적 제출

{% stepper %}
{% step %}
**총괄집계표 및 원가계산서 입력**

시스템 화면에 표시된 대공종별 '입력 필요' 필드에 재료비, 노무비, 경비 등의 단가를 직접 입력합니다.&#x20;

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

{% hint style="info" %}
입력된 수치를 바탕으로 원가계산서가 자동 생성되며, 세부 항목에 대한 추가 입력이 필요합니다.
{% endhint %}

<figure><img src="/files/oSRyZ9t9L2q2zDqcvASv" alt=""><figcaption></figcaption></figure>
{% 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/basic.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.
