> For the complete documentation index, see [llms.txt](https://kakaowork.gitbook.io/kakao-work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaowork.gitbook.io/kakao-work/basic/admin/security/chat.md).

# 외부 멤버와 대화

[카카오워크 관리자 서비스](https://admin.kakaowork.com/) **> 보안 > 외부 멤버와 대화** 메뉴에서는 외부 워크스페이스의 멤버와 대화 가능 여부를 설정할 수 있습니다. 기본 설정은 **미사용**이며 옵션을 **사용**으로 설정 시, 멤버들이 다른 워크스페이스 멤버에게 자신의 프로필을 공유하고 대화 및 파일을 주고 받을 수 있습니다.

단, 외부 멤버와 대화 기능을 **사용**으로 설정했더라도, 외부 워크스페이스 관리자가 해당 기능을 허용하지 않은 경우에는 외부 멤버와 대화할 수 없습니다.

<figure><img src="https://2565186304-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqC7tZkfc1WOjuywmrlty%2Fuploads%2FuJuxFjM00DlnGssbOdkq%2F638.png?alt=media&amp;token=be9b1498-62c3-4e5e-b102-85ae9692bb5a" alt=""><figcaption><p>외부 멤버와 대화 사용</p></figcaption></figure>

<table><thead><tr><th width="266">구분</th><th>설명</th></tr></thead><tbody><tr><td>⓵ 외부 멤버와 대화 여부 설정</td><td><strong>사용</strong>으로 변경 시, 외부 워크스페이스 멤버에게 자신의 프로필을 공유하고, 대화 및 파일 전송을 허용</td></tr></tbody></table>

{% hint style="danger" %}
**주의**\
**외부 멤버와 대화** 기능을 허용하면, 멤버는 외부 워크스페이스 멤버와 대화뿐만 아니라 업무 관련 파일을 주고 받을 수 있습니다. 따라서 문서 유출 또는 기밀 정보 유출 가능성을 충분히 고려하여 해당 기능의 허용 여부를 결정하시기 바랍니다.
{% 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://kakaowork.gitbook.io/kakao-work/basic/admin/security/chat.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.
