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

# 계약 상대방

### 계약 상대방 추가 <a href="#add" id="add"></a>

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

* 계약 > 계약 상대방 정보 메뉴에서 \[+ 계약 상대방 추가] 버튼을 클릭합니다.
* 팝업이 실행되면 사업자 유형을 선택한 뒤  \[추가하기] 버튼을 클릭합니다.
* 계약 상대방에 대한 추가 정보를 기입한 뒤 \[추가하기] 버튼을 클릭합니다.

{% hint style="info" %}
계약 상대방 등록이 완료되면 계약 정보 입력 시, 상대방을 바로 불러올 수 있습니다.
{% endhint %}

***

## 계약 상대방 관리 <a href="#manage" id="manage"></a>

<figure><img src="/files/8QT4bUTxRbvmUYgi9LGg" 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/management/counterparty.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.
