> 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/004-are-my-overleaf-projects-private.md).

# 내 Overleaf 프로젝트는 비공개인가요?

네, 생성하는 모든 프로젝트는 자동으로 비공개로 설정됩니다. 다른 Overleaf 사용자는 공유 메뉴를 통해 의도적으로 다른 사람과 공유하지 않는 한 Overleaf에서 귀하의 프로젝트를 볼 수 없습니다.

언제 [링크 공유](/latex/ko/knowledge-base/130-sharing-a-project.md) 이 활성화되면, Overleaf는 해당 프로젝트 링크에만 사용되는 고유한 토큰을 생성합니다. 이 토큰은 추측하기 거의 불가능하므로, 프로젝트 링크는 귀하만 알 수 있습니다.

링크 공유를 켜면, 프로젝트 링크를 웹사이트나 공개된 곳에 게시할 경우 누구나 해당 링크를 사용할 수 있고, 링크가 게시된 웹사이트가 검색 엔진 결과에 포함될 수도 있다는 점에 유의해 주십시오.

자세한 내용은 당사의 개인정보 보호정책 탭을 참조해 주세요. [이용 약관](https://www.overleaf.com/legal) 페이지.


---

# 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/004-are-my-overleaf-projects-private.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.
