> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/ai/using-panther-ai/private-ai-conversations-beta.md).

# 비공개 AI 대화 (베타)

## 개요

{% hint style="warning" %}
개인 AI 대화는 Panther 버전 1.120부터 오픈 베타로 제공됩니다. 버그 보고와 기능 요청은 Panther 지원 팀에 공유해 주세요.
{% endhint %}

기본적으로 Panther AI의 대화는 다음 권한이 있는 모든 사용자에게 표시됩니다 **Panther AI 실행** 권한이 있습니다. 개인 AI 대화에서는 대화를 **비공개**, 대화 생성자만 볼 수 있도록 제한할 수 있습니다 — 단, 다른 사용자에게 다음 권한이 부여된 경우는 예외입니다 **AI 개인 응답 보기** 권한.

개인 AI 대화가 활성화되면, 새 대화의 기본 설정은 **비공개**.

## 개인 AI 대화의 작동 방식

각 Panther AI 대화에는 개인정보 설정 상태가 있습니다. 이 상태는 후속 프롬프트와 해당 대화 스레드 내 응답을 포함하여 대화 전체에 적용됩니다.

| 상태      | 아이콘    | 열람 가능 대상                              | 편집 가능 대상                           |
| ------- | ------ | ------------------------------------- | ---------------------------------- |
| **비공개** | 잠금 아이콘 | 생성자와 다음 권한이 있는 사용자 **AI 개인 응답 보기** 권한 | 생성자와 다음 권한이 있는 사용자 **AI 응답 관리** 권한 |
| **공유**  | 공유 아이콘 | 다음 권한이 있는 모든 사용자 **Panther AI 실행** 권한 | 생성자와 다음 권한이 있는 사용자 **AI 응답 관리** 권한 |

### 대화 비공개 설정 전환

대화 헤더에서 언제든지 대화의 비공개 설정을 전환할 수 있습니다.

비공개 설정을 전환하려면:

1. Panther AI 대화를 엽니다.
2. 대화 헤더에서 비공개 아이콘을 찾습니다 — **잠금** 아이콘(비공개) 또는 **공유** 아이콘(공유).
3. 아이콘을 클릭하여 비공개와 공유 사이를 전환합니다.
   * 공유로 전환하면, 대화는 다음 권한이 있는 모든 사용자에게 표시됩니다 **Panther AI 실행** 권한.
   * 비공개로 전환하면, 대화는 나와 다음 권한이 있는 사용자에게만 제한됩니다 **AI 개인 응답 보기** 권한.

{% hint style="info" %}
대화 생성자 또는 다음 권한이 있는 사용자만 **AI 응답 관리** 대화의 비공개 상태를 전환할 수 있습니다.
{% endhint %}

### 공유 대화 보기

모든 공유 대화는 다음 권한이 있는 모든 사용자의 Panther AI 대화 목록에 표시됩니다 **Panther AI 실행** 권한이 있습니다. 이 목록은 열람자에게 다음 권한이 없는 한 다른 사용자에게서 비공개 대화를 숨깁니다 **AI 개인 응답 보기** 권한.

내가 만들지 않은 공유 대화를 볼 때는 해당 대화가 읽기 전용입니다 — 후속 프롬프트를 보내거나 대화를 수정할 수 없습니다.

## 권한

| 권한              | 설명                                                                                                      |
| --------------- | ------------------------------------------------------------------------------------------------------- |
| **AI 개인 응답 보기** | 사용자가 다른 사용자가 만든 비공개 대화를 볼 수 있도록 허용합니다. 편집 권한은 부여하지 않습니다.                                                |
| **AI 응답 관리**    | 다음과 동일한 접근 권한을 포함합니다: **AI 개인 응답 보기** 권한에 더해, 소유 여부와 관계없이 모든 사용자의 AI 대화를 편집하거나 삭제하고 비공개 설정을 전환할 수 있습니다. |

역할에 이러한 권한을 할당하려면 다음 지침을 따르세요: [역할 기반 접근 제어](/ko/system-configuration/rbac.md).

## 감사 로그 기록

대화의 비공개 상태 변경은 다음에 기록됩니다 [Panther 감사 로그](/ko/data-onboarding/supported-logs/panther-audit-logs.md) 과 `actionName` 의 `AI 추론 스트림 편집`. 감사 로그 항목에는 변경을 수행한 사용자와 대화 식별자가 포함됩니다.


---

# 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://docs.panther.com/ko/ai/using-panther-ai/private-ai-conversations-beta.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.
