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

# 我的 Overleaf 项目是私有的吗？

是的，您创建的每个项目默认都是私有的。除非您通过“共享”菜单有意与他人共享，否则其他 Overleaf 用户无法在 Overleaf 中看到您的项目。

当 [链接共享](/latex/zh-cn/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-cn/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.
