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

# 참여 취소

진행 중인 프로젝트의 참여를 취소할 경우, 프로젝트 상세 페이지 또는 대시보드 현장 카드의 더보기 메뉴에서 \
\&#xNAN;**`참여 취소하기`**&#xB97C; 선택하여 진행할 수 있습니다.

{% hint style="danger" %}
입찰 단계의 경우, 입찰 참여비를 결제한 후 프로세스가 진행됩니다. 취소 시 시점 및 환불 정책에 따라 참여비의 전액 환불이 어려울 수 있으니 신중하게 결정해 주세요.
{% endhint %}

### 취소 사유

원활한 처리를 위해 취소 사유를 선택하고 상세 내용을 작성해 주세요. 상세 내용은 의뢰인에게 전달되지 않습니다.

### 재참여 불가

공고 참여 또는 입찰 참여를 취소할 경우, 해당 프로젝트에는 다시 참여할 수 없습니다. 한 번의 취소로 소중한 수주 기회를 잃지 않도록 최종 확인을 부탁드립니다.

### 환불 정책 확인

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

{% hint style="info" %}
자세한 내용은 입찰 [참여비 안내](/construct-guide/resources/pricing/bidding.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/contractor/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.
