> 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/063-how-do-i-use-overleaf.md).

# 我該如何使用 Overleaf？

**如果您熟悉 LaTeX** 那麼使用 Overleaf 再簡單不過了，因為我們完整支援直接編輯 LaTeX，並會在我們的伺服器上自動為您編譯文件——無需安裝任何東西！您只需要做的就是建立文件，選取 **程式碼編輯器** 並開始撰寫您的 LaTeX 程式碼：

![顯示程式碼編輯器與視覺化編輯器的圖片](/files/ec7e0bb9c4e4712b81f12ce83f35b24e63b3703b)

**如果您是 LaTeX 新手** 而且需要一些入門協助，我們的 [教學文章](https://www.overleaf.com/tutorial) 頁面列出各式各樣的學習資源，幫助您快速展開 LaTeX 之旅。我們也預先載入了一系列 [範本與範例](https://www.overleaf.com/latex/templates) 到 Overleaf 中，協助您建立第一份文件。

**初學者的另一個選擇** 是從一份 [範例文件](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) 使用 **視覺編輯器** ，並以此探索 Overleaf：

![顯示如何使用 Overleaf 的圖片。](/files/dfe58732ee2a4a88ece7c1540900c66567ee6926)

我們希望您喜歡使用 Overleaf，如果您有任何意見或問題，請透過我們 [的聯絡頁面與我們聯繫](https://www.overleaf.com/contact).


---

# 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/063-how-do-i-use-overleaf.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.
