# 팀채팅

## 개요

지원자 상세 화면의 **팀채팅** 탭에서는 해당 지원자에 대해 팀원들과 내부 소통을 할 수 있습니다. 열람 권한을 설정하여 특정 멤버만 확인할 수 있도록 관리하고, 파일 공유와 멘션 기능으로 효율적인 협업이 가능합니다.

### 핵심 이점

* 지원자별 전용 채팅 공간으로 맥락을 유지하며 소통
* 열람 권한 설정으로 민감한 논의를 안전하게 관리
* 파일 공유와 멘션 기능으로 빠르고 정확한 정보 전달

***

## 사전 준비

* **공고 멤버** 이상 권한이 필요합니다.
* 권한에 대한 자세한 내용은 [권한 설정](/setting/permissions.md)을 참고하세요.

***

## 1. 팀채팅 사용

* 지원자에 대해 공유할 내용을 기록할 수 있는 영역입니다.
* 열람 권한을 설정하여 채팅을 할 수도 있습니다.
* **@멘션**으로 특정 팀원에게 알림을 보낼 수 있습니다.

{% hint style="info" %}
지원자와 관련된 파일에 열람 권한을 부여하여 등록할 수 있습니다.
{% endhint %}

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

***

## 자주 묻는 질문

<details>

<summary>팀채팅 내용은 지원자에게 보이나요?</summary>

아니요, 팀채팅은 **내부 팀원 간의 소통 공간**입니다. 지원자에게는 팀채팅 내용이 노출되지 않으므로 자유롭게 의견을 나눌 수 있습니다.

</details>

<details>

<summary>열람 권한은 어떻게 설정하나요?</summary>

채팅 작성 시 열람 권한을 설정할 수 있습니다. 특정 멤버만 해당 메시지를 확인할 수 있도록 제한하여 민감한 논의를 안전하게 관리할 수 있습니다.

</details>


---

# Agent Instructions: 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:

```
GET https://guide.roundhr.com/candidate/detail_info/teamchat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
