> 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/142-use-grammarly-with-overleaf.md).

# 在 Overleaf 中使用 Grammarly

## 如何在 Overleaf 中使用 Grammarly

請依照以下步驟在 Overleaf 中使用 Grammarly：

1. 安裝一個 [由 Grammarly 提供的瀏覽器擴充功能](https://support.grammarly.com/hc/en-us/articles/115000091552-How-to-instal)。我們建議讀者參閱 [Grammarly 的支援頁面](https://support.grammarly.com/hc/en-us/articles/115000091592-How-does-the-Gramma) 以取得更多資訊。
2. 安裝好你偏好的瀏覽器擴充功能後，你需要註冊一個 [Grammarly 帳戶](https://www.grammarly.com/plans).

以下是顯示已將 Chrome 的 Grammarly 擴充功能釘選到 Chrome 工具列的螢幕截圖：

![顯示已在 Chrome 中安裝 Grammarly 擴充功能的圖片](/files/b6d6c3dffa8c1eb1ac4dd5d0848d17f8bc3a33d3)

* **注意**：為避免 Grammarly 建議可能造成的衝突，你可以透過專案的選單關閉 Overleaf 內建的拼字檢查：

![顯示如何關閉 Overleaf 拼字檢查功能的圖片](/files/c7a9c618fbd1b405d8fa9a6fe179007f45861fbd)

Grammarly 擴充功能會一直檢查編輯器中目前開啟的檔案，並會顯示在文件底部。

![顯示 Grammarly Chrome 擴充功能可用設定的圖片](/files/8eb6623141d440f27cf0518983f297615672dd36)

上方截圖顯示 Grammarly Premium 圖示，表示這段文字有 4 個建議，這是摘錄自 [《白鯨記；或，鯨魚》](https://en.wikipedia.org/wiki/Moby-Dick) 複製自 [Project Gutenberg](https://www.gutenberg.org/files/2701/2701-h/2701-h.htm).

## 如何暫時停用 Grammarly

1. 在瀏覽器中開啟一個 Overleaf 專案，並確認它是目前作用中的瀏覽器分頁。
2. 選取瀏覽器工具列上的 Grammarly 圖示（![Graamarly icon](/files/85599446da852e1424249f3c7a5d60fdeaf0590a)）。
3. 請確認 **overleaf.com** 網域有顯示在 Grammarly 的選單中。
4. 將切換開關設為關閉，即可在 **overleaf.com**

以下圖示總結了這些步驟：

![如何在 Overleaf 上停用 Grammarly](/files/b2cfdf8db3577fe37cdcecea61595fd38841c14a)

## 已知限制

我們的測試顯示以下幾點：

1. Grammarly 不認識 LaTeX 標記，因此有時會產生錯誤的建議，而且某些字詞不會進行拼字檢查。例如，左大括號之後的文字 `{` 不會被 Grammarly 檢查：

![顯示 Grammarly 不會檢查的 LaTeX 文字／標記的螢幕截圖](/files/d2bfa9f8c6ee2ee5ef58721f27520ebafed80678)

3. 在視覺編輯器中，Grammarly 擴充功能回報的錯誤數量可能會偏低，尤其是對於大型文件。
4. 像 Grammarly 這類瀏覽器擴充功能在處理長文件時，有時會影響效能。如果你在輸入或捲動時遇到延遲，請嘗試暫時停用 Grammarly 以測試這是否能改善情況。

## Grammarly Premium 功能：Snippets

Grammarly Premium 使用者可使用 [「snippets」功能](https://support.grammarly.com/hc/en-us/articles/4403077145485-Introducing-snippets#h_01FNP7HWZAR3E7EMXS6N539QS6) ，此功能預設會使用反斜線（\）字元作為觸發方式（快捷鍵）。這項功能可能會與 Overleaf 的 LaTeX 指令自動完成產生衝突，但幸運的是，snippets 的快捷字元可以透過 [Grammarly 支援建議來變更或停用](https://support.grammarly.com/hc/en-us/articles/4403077145485-Introducing-snippets#:~:text=their%20personal%20snippets.-,How%20do%20I%20customize%20my%20keyboard%20shortcut%3F,-To%20use%20a).


---

# 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/142-use-grammarly-with-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.
