> 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/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-tw/readme.md)，就能查看 Overleaf 文件，而無需登入。請注意，文件擁有者需要 [開啟連結分享](/latex/zh-tw/zhi-shi-ku/130-sharing-a-project.md) ，才能提供你唯讀連結。

如果你是 LaTeX 新手，並且想進一步了解，我們有一系列入門內容列在我們的 [教學頁面](/latex/zh-tw/geng-duo-zhu-ti/48-tutorials.md) ，此外還有這個 [學習 Wiki](/latex/zh-tw/readme.md)中的資料。為了幫助你開始上手，請參考我們的快速入門指南，名為 [30 分鐘學會 LaTeX](/latex/zh-tw/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-tw/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.
