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

# 의뢰인 서비스 이용료 안내

건설사 모집 공고 후, 입찰 참여 후보(예비 건설사)를 확정하기 위해서는 서비스 이용료 결제가 반드시 완료되어야 합니다.&#x20;

{% hint style="danger" %}
결제 전에는 건설사의 상세 정보 확인 및 예비 건설사 확정이 제한됩니다.
{% endhint %}

### 결제 전/후 정보 열람

결제가 완료되지 않은 상태에서는 건설사의 구체적인 정보를 열람할 수 없으며, **블라인드 처리된 건설사 평가 데이터**로 판단해야 합니다.&#x20;

<table><thead><tr><th width="91.2890625">구분</th><th>결제 전(블라인드)</th><th>결제 후</th></tr></thead><tbody><tr><td>열람 범위</td><td>대한건설협회 제공 데이터만 확인가능</td><td>건설사 상세 프로필 및 하우빌드 실적 데이터</td></tr><tr><td>주요 내용</td><td>시공능력평가액, 건설공사실적, 지역별 순위, 보유 기술자 수</td><td>재무 현황(매출/영업이익), 신용등급, 상세 공사 실적</td></tr><tr><td>특이사항</td><td>건설사명 및 포트폴리오 비공개</td><td>하우빌드 입찰 참여 이력 기반의 심층 데이터 제공</td></tr></tbody></table>

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

* 대한건설협회 회원이 아닐 경우, 블라인드 상태에서 제공되는 데이터가 없을 수 있습니다.&#x20;
* 상세 평가서는 하우빌드에서 제공하는 **공개경쟁입찰 자료 중 일부**입니다. 실제 건설사가 아키히어 입찰에 참여할 때 제출하는 자료와 다를 수 있음을 참고해 주세요.
  {% endhint %}

### 이용 요금

의뢰인 이용 요금은, 내역서 생성을 위한 스마콘 작업비용과 이키히어 입찰 서비스 이용료로 구성되어 있습니다.

#### 스마콘 작업비용

[스마콘 작업비용](https://smacon.howbuild.com/pricing)

#### 입찰 서비스 이용료

스마콘 작업비용의 150%

예시) 스마콘 작업비용이 180만원인 경우, 입찰 서비스 이용료는 270만원 부과

### 환불 정책

{% hint style="danger" %}
서비스 이용료 환불은 입찰 대기 상태에서만 가능합니다.&#x20;
{% endhint %}

<table data-full-width="false"><thead><tr><th>입찰 상태</th><th>환불 비율</th></tr></thead><tbody><tr><td>입찰 대기 (입찰 오픈 전)</td><td><strong>환불 50%</strong></td></tr><tr><td>입찰 시작 (입찰 오픈 후, 스마콘 작업 시작 후)</td><td><mark style="color:red;"><strong>⛔️ 환불 없음</strong></mark></td></tr></tbody></table>


---

# 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/service.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.
