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

# 더보기

[카카오워크 관리자 서비스](https://admin.kakaowork.com/) > **더보기** 메뉴에서는 카카오워크 앱(애플리케이션)과 관련된 상세 정보를 확인할 수 있습니다.

![더보기](https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/admin/%EB%8D%94%EB%B3%B4%EA%B8%B0.png)

<table><thead><tr><th width="164">구분</th><th>설명</th></tr></thead><tbody><tr><td>⓵ 더보기</td><td>카카오워크 관련 주요 정보 안내<br>- <strong>서비스 공지</strong>: 카카오워크 서비스 공지사항 안내<br>- <strong>준비 중인 기능</strong>: 카카오워크 출시 예정 기능 안내 페이지로 이동<br>- <strong>카카오워크 사용법</strong>: 카카오워크 기능 상세 사용법 안내 페이지로 이동<br>- <strong>차단 멤버 관리</strong>: 차단한 외부 스페이스 멤버 차단 해제 가능<br>- <strong>멤버 초대 링크</strong>: 멤버 초대 링크 생성<br>  ㄴ 관리자인 경우에만 표시</td></tr><tr><td>⓶ 관리자 메뉴</td><td>관리자인 경우에만 표시<br>- <strong>메시지 암호화 설정</strong>: 메시지 암호화 모드 변경(슈퍼관리자)<br>- <strong>인증키 재발급</strong>: 인증키 분실 시 재발급(슈퍼관리자)<br>- <strong>관리자 서비스로 이동</strong>: 카카오워크 관리자 서비스로 이동(관리자, 슈퍼관리자)<br>- <strong>기기 인증 승인</strong>: 로그인된 다른 기기가 없는 사용자의 기기인증 요청 확인 및 승인<br>(슈퍼관리자)</td></tr></tbody></table>


---

# 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/more.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.
