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

# 공고 및 입찰 취소

프로젝트의 상황 변화로 인해 진행 중인 공고나 입찰을 취소해야 할 경우, 아래의 절차에 따라 진행해 주세요.

{% hint style="warning" %}
입찰 및 공고를 취소하면 해당 프로젝트에 참여 중인 모든 건설사에게 카카오 알림톡으로 취소 안내가 즉시 발송됩니다.&#x20;

추가 참여가 불가능해지므로 신중하게 결정해 주시기 바랍니다.
{% endhint %}

### 공고 취소하기

건설사 모집 단계에서 취소를 원하실 경우, **모집 신청 내역 → 현장 카드의 더보기 메뉴**에서 **`공고 취소하기`**&#xB97C; 선택하세요.&#x20;

### 입찰 취소하기

{% hint style="danger" %}
아키히어의 입찰 프로세스는 **유료 서비스 이용료 결제와 동시에 정식으로 시작**됩니다.&#x20;

입찰을 취소할 경우 참여 건설사들에게 혼선을 줄 뿐만 아니라, 진행 단계에 따라 환불 금액이 제한되거나 반환이 어려울 수 있습니다. **취소하기 전 프로젝트 상황을 다시 한번 신중히 검토해 주시기 바랍니다.**
{% endhint %}

모집 완료 후 입찰이 진행 중인 상태에서 취소를 원하실 경우, **입찰 현장 목록 → 현장 카드의 더보기 메뉴** 또는 **현장 상세페이지 상단 더보기 메뉴**에서 **`입찰 취소하기`**&#xB97C; 선택하세요.

### 취소 사유

원활한 처리를 위해 취소 사유를 선택하고 상세 내용을 작성해 주세요. 상세 내용은 건설사에게 공개되지 않습니다.

### 환불 정책 확인

취소 전 반드시 환불 정책을 확인해 주세요. 공고 상태(모집 중, 입찰 진행 중 등)에 따라 환불 금액이 달라질 수 있습니다.

{% hint style="info" %}
자세한 내용은 [서비스 이용료](/construct-guide/resources/pricing/service.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/owner/cancel.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.
