> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/clm/progress-stage/completion.md).

# \[일반구성원] 계약 체결

### 계약 체결 <a href="#completed" id="completed"></a>

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

* 계약이 체결되면 초안 목록& AI 리뷰 메뉴 > 체결 탭에서 '종료(체결)' 상태로 확인할 수 있습니다.
* 체결본은 체결본 목록에서 확인할 수 있습니다.

***

### 계약 미체결 <a href="#canceled" id="canceled"></a>

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

* 계약을 진행하지 않은 경우 \[계약 미체결] 버튼을 눌러 계약 진행을 종료할 수 있습니다.
* 미체결로 처리된 계약은 계약 목록 메뉴 > 미체결 및 반려 탭에서 '종료(미체결)' 상태로 확인할 수 있습니다.
* 미체결 계약은 검토 재의뢰가 가능하며, 검토 의뢰 이후 단계부터 미체결 처리가 가능합니다.


---

# 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://guide.allibee.ai/clm/progress-stage/completion.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.
