> 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/zh-tw/zhi-shi-ku/004-are-my-overleaf-projects-private.md).

# 我的 Overleaf 專案是私密的嗎？

是的，您建立的每個專案都會自動設為私人。其他 Overleaf 使用者無法在 Overleaf 中看到您的專案，除非您透過「分享」選單刻意與他人分享。

當 [連結分享](/latex/zh-tw/zhi-shi-ku/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/zh-tw/zhi-shi-ku/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.
