> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/readme/archive/2024-06-26.md).

# 2024.06.26 업데이트 내역

## 1. 사용자 권한이 더 세분화되었어요.

1. 고객정보 노출범위 설정 권한이 추가되었어요.&#x20;

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

이제, 고객정보에 등록된 담당자만 해당 고객의 정보를 조회할 수 있도록 기능을 제한할 수 있습니다.

**담당자가 아닌 고객에 대해서는 검색조차 하지 못하도록 권한을 제어**하고 싶으시다면 ‘담당자로 설정된 고객내역만 보기’ 옵션으로 저장해주세요!

2. 발급내역 등록/조회 권한이 세분화되었어요.&#x20;

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

상담사가 발급할 수 있는 문서, 데스크가 발급할 수 있는 문서에 대해 권한을 세분화하셔야 할 경우

\[발급 내역 - 등록/노출 범위] 를 설정해보세요!

발급하거나 조회할 수 있는 문서의 종류를 제한할 수 있습니다.

3. 통화내역 조회권한 및 CTI 권한이 추가되었어요.

## 2. 멤버별 통계 엑셀 내보내기 기능이 개선되었어요.

멤버별 상세내역 통계를 엑셀로 하나하나 내보내시기 번거로우셨나요?

이제, 원클릭으로 하실 수 있습니다!&#x20;

<figure><img src="/files/5TQILohs1pN93eZDWvYY" alt=""><figcaption></figcaption></figure>

멤버별 통계에 있는 ‘엑셀 내보내기’를 클릭해주세요.

멤버별로 시트가 분리되어 전체 내역을 한번에 다운로드 가능합니다!

## 3. 그 외 업데이트 사항

* 고객 정보 담당자 수정 시, 저장하지 않아도 수정한 담당자가 노출되던 현상이 해결되었어요.
* 현황판이 구분선에서 미세하게 밀려 보이던 현상이 해결되었어요.


---

# 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://sangdamtoday.gitbook.io/intro/readme/archive/2024-06-26.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.
