> 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/workservice/mail/user/config.md).

# 환경 설정하기

\[환경설정] 버튼을 클릭하여 메일의 **기본 설정, 메일 설정, 부가 기능 설정, 링크파일 히스토리** 등의 환경설정을 할 수 있습니다.

![메일 환경 설정](https://t1.kakaocdn.net/service_kep_docpublish/git/kakaowork/workservice/mail/user/%EB%A9%94%EC%9D%BC%20%ED%99%98%EA%B2%BD%EC%84%A4%EC%A0%95.png)

<table><thead><tr><th width="260">항목</th><th>설명</th></tr></thead><tbody><tr><td>⓵ 기본 설정</td><td>메일 화면 설정 및 기타설정</td></tr><tr><td>⓶ 메일 설정 ▼</td><td>모든 메일에 대한 공통 설정</td></tr><tr><td>    메일 설정</td><td>메일 및 관련 메일에 대한 설정</td></tr><tr><td>    메일함관리</td><td>메일함과 관련된 설정</td></tr><tr><td>    메일사용 이력</td><td>수신/발신한 메일의 현재 상태를 확인 및 설정</td></tr><tr><td>    메일 자동분류</td><td>수신한 메일 자동 분류 설정하기</td></tr><tr><td>    새 메일 알림 설정</td><td>일반 알림 및 카카오 Bot 알림 설정하기</td></tr><tr><td>    수신허용 목록</td><td>항상 수신허용할 메일 주소 목록 관리</td></tr><tr><td>    수신거부 목록</td><td>등록된 수신거부 메일 관리</td></tr><tr><td>⓷ 부가 기능 설정 ▼</td><td>메일 설정 이외의 부가기능 설정</td></tr><tr><td>    POP3/IMAP 설정</td><td>POP3/IMAP 설정을 통한 외부 메일 연동</td></tr><tr><td>    POP3/IMAP 비밀번호 변경</td><td>POP3/IMAP 비밀번호 등록 및 변경</td></tr><tr><td>    서명 관리</td><td>메일 발송 시 전송할 서명 추가 및 관리</td></tr><tr><td>    부재중 응답</td><td>부재중에 대한 자동 답장 설정하기</td></tr><tr><td>    자동전달</td><td>자동전달 설정하기</td></tr><tr><td>    태그관리</td><td>태그 관리하기</td></tr><tr><td>    외부메일 설정</td><td>연동할 외부 메일 등록 및 관리하기</td></tr><tr><td>⓸ 링크파일 히스토리 ▼</td><td>공유한 링크 파일 히스토리 확인하기</td></tr><tr><td>    메일함 백업</td><td>메일함 선택 및 백업하기</td></tr><tr><td>    대용량업로드 파일</td><td>대용량 업로드 파일 관리하기</td></tr><tr><td>     보안메일 관리</td><td>보안메일 관리 및 설정하기</td></tr><tr><td>⓹ 스팸 설정 ▼</td><td>스팸메일 관리</td></tr><tr><td>    스팸 설정</td><td>스팸 분류 설정 및 스팸메일함 관리</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/workservice/mail/user/config.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.
