> 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/010-can-i-try-overleaf-without-signing-up.md).

# 我可以不注册就试用 Overleaf 吗？

要开始在 Overleaf 上写作，你首先需要创建一个账户；然后，一旦你登录，所有你创建或上传的项目都会自动保存在你的新账户中。要试用一下，只需 [点击这里](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) 即可使用默认的 Overleaf 模板创建一篇新论文；这会提示你按需登录或注册。

如果你没有账户，或者不打算使用 Overleaf 来撰写自己的文档，你仍然可以通过请文档所有者 [将该文档的只读链接发送给你](/latex/zh-cn/readme.md)，这样你无需登录即可查看。请注意，文档所有者需要 [启用链接共享](/latex/zh-cn/zhi-shi-ku/130-sharing-a-project.md) ，才能向你提供只读链接。

如果你是 LaTeX 新手，并希望了解更多，我们在我们的 [教程页面](/latex/zh-cn/geng-duo-zhu-ti/48-tutorials.md) 上列出了一系列入门内容，此外还有这个 [学习 wiki](/latex/zh-cn/readme.md)。为了帮助你上手，请看看我们的快速入门指南，名为 [30 分钟学会 LaTeX](/latex/zh-cn/latex-ji-chu/01-learn-latex-in-30-minutes.md).


---

# 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/010-can-i-try-overleaf-without-signing-up.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.
