> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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 来撰写自己的文档，您仍然可以查看 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) 上列出了一系列入门内容，此外还有这个 [学习维基](/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://ayakaleaf-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.
