> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/knowledge-base/056-how-do-i-confirm-my-account.md).

# 계정을 어떻게 확인하나요?

새 Overleaf 사용자는 이메일 주소를 확인하기 위해 링크를 클릭하라는 안내가 포함된 "Confirmation instructions"라는 제목의 이메일을 받게 됩니다. 가입한 뒤 몇 분이 지나도 받은편지함에 이 이메일이 보이지 않으면 스팸 폴더를 확인해 보시기 바랍니다.

스팸 폴더를 확인했는데도 아직 이메일이 보이지 않는다면, 로그인 페이지에 다음과 같이 표시된 링크가 있습니다 [" 확인 안내를 받지 못하셨나요?"](https://www.overleaf.com/users/confirmation/new). 이 링크를 클릭하면 확인 이메일을 귀하의 이메일 주소로 다시 보낼 수 있습니다.

추가 도움이 필요하시면 언제든지 연락해 주세요. 기꺼이 도와드리며, 저희의 [문의 페이지](https://www.overleaf.com/contact).


---

# 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://overleaf-pro.ayaka.space/latex/ko/knowledge-base/056-how-do-i-confirm-my-account.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.
