> 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/111-managing-your-personal-information.md).

# 管理你的个人信息

## 如何更改您的电子邮件偏好设置

如果您想撤回接收营销电子邮件的同意，可以随时按以下方式操作：

登录 [www.overleaf.com](http://www.overleaf.com) 上的账户，然后前往您的 *帐户设置* 在右上角，如有提示，请确认您的密码，然后向下滚动到“我们每隔几个月都会发送一份新闻简报，总结可用的新功能……”并点击 *取消订阅* 链接。

## 如何下载您的信息

您可以随时按以下方式下载您所有 Overleaf 项目的副本：

登录 [www.overleaf.com](http://www.overleaf.com) 上的账户，然后前往您的 *项目* 页面，通过右上角菜单，打开您的每个项目，并从 *菜单* 左上角的。这将为您提供每个项目的一个 zip 文件，其中包含您以 LaTeX 格式编写的所有内容。您也可以使用 *历史记录* 菜单。如果您想下载多个项目的最新版本，也可以通过您的 *项目* 页面，通过勾选您想下载的项目对应的复选框，然后点击右上角的下载按钮来完成。请参阅“[从 Overleaf 导出你的作品](/latex/zh-cn/zhi-shi-ku/036-exporting-your-work-from-overleaf.md)”以获取更详细的信息。

## 如何删除您的信息

您可以随时按以下方式删除您的 Overleaf 账户，这将导致您的 Overleaf 项目和相关个人数据被删除：

登录 [www.overleaf.com](http://www.overleaf.com) 上的账户，然后前往您的 *帐户设置* 在右上角，如有提示，请确认您的密码，然后点击 *删除您的账户* 位于底部的链接 *帐户设置* 页面。更详细的说明可在我们的 [“如何删除我的 Overleaf 账户？”页面](/latex/zh-cn/zhi-shi-ku/057-how-do-i-delete-my-overleaf-account.md).

**重要提示**：在删除您的账户之前，您可能希望下载一份 Overleaf 项目的副本（见 *如何下载您的信息*，如上所示），因为如果您按照上述步骤操作，将无法再次访问它们。

此过程将导致您的 Overleaf 账户及相关个人数据被删除，不过我们会保留您的请求记录，并在适用法律另行允许的情况下保留。若您已将任何 Overleaf 项目设为公开，我们还会保留您与该内容关联的记录。请注意，在删除您的账户后，您的内容可能还需要一些额外时间才能从我们的存档中完全删除，不过在此期间将无法访问。

如果您还有一个使用相同电子邮件地址的 ShareLaTeX 账户，请注意该账户已并入您的 Overleaf 账户，并且删除您的 Overleaf 账户 **也会删除您所有的 ShareLaTeX 项目**，以及任何 Overleaf 项目。

如果您在 Overleaf v1 中有任何无法迁移到 Overleaf v2 的项目，请联系我们，我们的支持团队将帮助您将其移除。

如果您通过 Overleaf 使用过 Writefull，您还会有一个单独的 Writefull 账户。要删除您的 Writefull 账户，请联系 <support@writefull.com>.

**重要提示**：如果您的 Overleaf 账户属于启用了“受管账户”功能的团队订阅，您将无法自行删除账户。如需删除账户，请联系您所在组织的管理员。


---

# 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/111-managing-your-personal-information.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.
