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

# 서비스 개요

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

### 아키히어 입찰

복잡했던 건설사 선정 과정을 데이터화된 입찰 보고서로 투명하게 비교하고, 계약 조건 조율부터 최종 선정까지의 전 과정을 시스템화했습니다. 건축주는 내 건축을 이뤄줄 건설사를 직접 찾을 수 있으며, 건축사는 전문적인 건축주의 대리인으로서 최적의 시공사를 제안하고, 건설사는 공정한 경쟁을 통해 수주 기회를 확보할 수 있는 신뢰 프로세스를 지향합니다.

### 의뢰인 (건축주, 건축사)

{% hint style="info" %}
최적의 시공사를 찾고 싶다면
{% endhint %}

**데이터를 활용한 건설사 선별이 필요한 분**

* 프로젝트의 성격에 딱 맞는 역량 있는 건설사를 모집하고, 수많은 업체 중 상위 10개 후보를 엄격히 선별하여 제안하고 싶은 분에게 적합합니다.

**객관적인 지표로 시공사를 비교하고 싶은 분**

* 데이터화된 입찰 보고서를 통해 단가와 조건을 한눈에 비교하여 객관적인 지표로 시공사를 찾고 싶은 분에게 적합합니다.&#x20;

**설계 의도를 존중하는 시공사와 협업하고 싶은 분**

* 단순 최저가 낙찰이 아닌, 시스템 내에서 계약 조건을 정밀하게 조율하고 최종 계약 완료 후 설계 도면의 디테일을 파악하고 존중할 수 있는 건설사를 찾는 분께 적합합니다.&#x20;

{% content-ref url="/pages/9rTgq3bBV0sWrLvcd74F" %}
[의뢰인용 가이드](/construct-guide/owner/create.md)
{% endcontent-ref %}

### 건설사(시공사)

{% hint style="info" %}
실력으로 정당하게 승부하고 싶다면
{% endhint %}

**검증된 프로젝트를 수주하고 싶은 분**

* 아키히어 시공은 건축사가 직접 프로젝트를 등록할 수 있습니다. 그리고 인허가 중이거나 완료된 현장만 등록할 수 있기에 검증된 프로젝트에 참여할 수 있습니다. 아키히어 시공에서 영업 리소스를 줄이고 신뢰도가 확보된 알짜 사업지에 집중하고 싶은 분에게 적합합니다.

**투명한 입찰 프로세스를 선호하는 분**

* 인맥이나 관행에 의한 선정이 아닌, 제출한 견적과 데이터로 정당하게 평가받고 자신의 시공 능력을 직접 어필하고 싶은 분.

**계약 리스크를 최소화하고 싶은 분**

* 본 계약 전 시스템을 통해 건축사와 상세 계약 조건을 명확히 조율하고 확정한 뒤 오프라인 계약을 진행함으로서, 추후 발생할 수 있는 분쟁이나 오해를 미연에 방지하고 싶은 분.

{% content-ref url="/pages/JrY3tVmnnATH7MHmKWoh" %}
[건설사용 가이드](/construct-guide/contractor/apply.md)
{% endcontent-ref %}


---

# 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/start/overview.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.
