> For the complete documentation index, see [llms.txt](https://docs.trackit.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackit.so/trackit-101/check-email.md).

# 이메일 확인하기

## 이메일 기본 권한 <a href="#default-email-auth" id="default-email-auth"></a>

이메일 연동으로 워크스페이스에 추가된 내 이메일은 나만 볼 수 있습니다.\
이메일 통해 생성된 고객과 고객사는 워크스페이스 내 모든 멤버가 확인할 수 있습니다.

## 이메일 보기 권한 추가 및 즐겨찾기 <a href="#add-email-viewer-auth" id="add-email-viewer-auth"></a>

중요한 이메일은 워크스페이스 다른 팀원들과 공유할 수 있습니다. \
하나의 이메일마다 권한을 부여할 수 있으며 전체 공유 혹은 특정 팀원을 지정해 공유할 수 있습니다.

자주 보게되는 이메일은 즐겨찾기에 추가해 빠르게 확인할 수 있습니다.

<figure><img src="/files/hW3n4QHfmTMtQ7hIHuol" alt="메일확인"><figcaption><p>메일확인</p></figcaption></figure>


---

# 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.trackit.so/trackit-101/check-email.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.
