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

# 계약 조건 설정

최종 건설사가 선정되면, 실제 계약서 작성을 위한 계약 조건 초안을 수립해야 합니다. 이 과정은 건설사와 미팅에서 조율한 최종 합의안을 공식화하는 단계입니다.

### 계약 조건 초안 작성

미팅 결과를 바탕으로 입찰 조건에서 입력한 계약 조건 항목들을 최신 정보로 업데이트해 주세요.&#x20;

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

### 계약 조건 미리보기

모든 입력을 마친 후 **`계약 조건 미리보기`** 버튼을 누르면 정식 서식으로 구성된 '계약 조건 확인서'를 확인할 수 있습니다. \
확인된 초안을 **`계약 조건 전달하기`**&#xB97C; 통해 건설사에게 보냅니다.&#x20;

<figure><img src="/files/5FmVsYfjBs9NiTarzihT" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
이 확인서는 PDF 파일로 다운로드가 가능합니다.&#x20;

의뢰인이 건축주가 아닐 경우, **정식 계약 전 건축주에게 전달하여 최종 승인을 받는 용도로 활용**하세요.
{% endhint %}

### 건설사와의 조건 협의

건설사는 전달받은 내용을 확인하고, 수정이 필요한 경우 직접 내용을 보완합니다. 건설사 전달사항에서 수정 내용을 확인할 수 있습니다.

<figure><img src="/files/8e8kQYbfpMvfUigHvuvc" alt=""><figcaption></figcaption></figure>

건설사가 내용을 수정한 내용은 해당 카테고리 옆에 **`확인 필요`** 뱃지가 표시됩니다.&#x20;

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

### 보완 요청 및 최종 승인

건설사가 수정한 내용 중 재조정이 필요하다면 하단의 **`문의 및 보완요청`** 버튼을 활용하세요. 텍스트와 파일을 첨부하여 건설사에게 다시 피드백을 보낼 수 있습니다.

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

모든 조건에 상호 합의가 이루어졌다면 **`계약 조건 승인하기`**&#xBC84;튼을 누릅니다. 승인 즉시 계약 조건이 최종 확정됩니다.

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

***

### 계약 진행

계약 조건 다운로드 버튼을 눌러 확정된 계약 조건을 확인할 수 있습니다. 추가로 계약에 필요한 필수 서류를 준비해주시고, 그 외에 서류들은 **계약 진행 탭**에서 최종 버전으로 다운로드 받을 수 있습니다.&#x20;

* 화면에 표시된 필수서류를 체크하여 준비합니다.&#x20;
* 확정된 계약 조건 확인서 및 관련 서류를 모두 다운로드하여 출력합니다.&#x20;
* 준비된 서류를 바탕으로 건설사와 직접 만나 오프라인 계약을 체결합니다.

<figure><img src="/files/GWq7tvIURRdxzKotEd4p" 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/owner/contract.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.
