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

# 최종 계약 수수료 안내

최종 건설사로 선정된 후, 의뢰인(건축사)과 상세한 계약 조건을 협의하기 위해서는 아키히어 최종 계약 수수료를 결제해야 합니다.&#x20;

#### 건축 용도별 수수료 안내

#### 공장, 창고

<table><thead><tr><th width="261.078125" align="center">연면적(㎡)</th><th align="center">요금 (VAT 별도)</th></tr></thead><tbody><tr><td align="center">~ 1,500</td><td align="center">300만 원</td></tr><tr><td align="center">1,500 ~ 2,200</td><td align="center">360만 원</td></tr><tr><td align="center">2,200 ~ 3,100</td><td align="center">440만 원</td></tr><tr><td align="center">3,100 ~</td><td align="center">㎡ 당 1400원</td></tr></tbody></table>

#### 근린생활시설, 사무실

<table><thead><tr><th width="265.1875" align="center">연면적(㎡)</th><th align="center">요금 (VAT 별도)</th></tr></thead><tbody><tr><td align="center">~ 1,200</td><td align="center">360만 원</td></tr><tr><td align="center">1,200 ~ 1,800</td><td align="center">420만 원</td></tr><tr><td align="center">1,800 ~ 2,500</td><td align="center">500만 원</td></tr><tr><td align="center">2,500 ~</td><td align="center">㎡ 당 2,000원</td></tr></tbody></table>

#### 주택, 오피스텔, 숙박시설

<table><thead><tr><th width="270.11328125" align="center">연면적(㎡)</th><th align="center">요금 (VAT 별도)</th></tr></thead><tbody><tr><td align="center">~ 800</td><td align="center">360만 원</td></tr><tr><td align="center">800 ~ 1,200</td><td align="center">420만 원</td></tr><tr><td align="center">1,200 ~ 1,700</td><td align="center">500만 원</td></tr><tr><td align="center">1,700 ~ 2,300</td><td align="center">600만 원</td></tr><tr><td align="center">2,300 ~</td><td align="center">㎡ 당 2,600원</td></tr></tbody></table>

#### 문화 및 집회시설, 기타 특수시설

<table><thead><tr><th width="274.1015625" align="center">연면적(㎡)</th><th align="center">요금 (VAT 별도)</th></tr></thead><tbody><tr><td align="center">~ 1,500</td><td align="center">540만 원</td></tr><tr><td align="center">1,500 ~ 2,000</td><td align="center">660만 원</td></tr><tr><td align="center">2,000 ~ 2,500</td><td align="center">780만 원</td></tr><tr><td align="center">2,500 ~</td><td align="center">㎡ 당 3,200원</td></tr></tbody></table>

{% hint style="info" %}
최종 계약 수수료는 공정하고 투명한 계약 체결을 위한 필수 절차입니다. 결제가 완료되어야만 실질적인 계약 조건 협의 단계로 진입할 수 있으므로, **선정 안내를 받으신 후 신속히 진행해 주시기 바랍니다.**&#x20;

[결제 프로세스 안내](/construct-guide/resources/payment-process.md)
{% 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/resources/pricing/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.
