> 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/ja/narejjibsu/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 のツールバーに固定された Chrome 用 Grammarly 拡張機能を示すスクリーンショットです:

![Chrome にインストールされた Grammarly 拡張機能を示す画像](/files/be51cc3b883b1f11963665dc393a39d95c30c55a)

* **注**：Grammarly の提案との競合を避けるため、プロジェクトのメニューから Overleaf の組み込みスペルチェックをオフにするとよいでしょう:

![Overleaf のスペルチェッカー機能をオフにする方法を示す画像](/files/471d6e3da67cb86e2c1262951af9725b3bb4e019)

Grammarly 拡張機能は、常にエディタで現在開いているファイルをチェックし、文書の下部に表示されます。

![Grammarly Chrome 拡張機能で利用できる設定を示す画像](/files/b6278179ab3bf4fd19abfcb87fecfc385727a68c)

上のスクリーンショットは、このテキストに対する 4 件の提案を示す Grammarly Premium アイコンを示しています。これは、 [モビー・ディック、あるいは白鯨](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/89cd3591a1947df68054dd895eaa1a36ea5e3129)）はブラウザのツールバーにあります。
3. 次を確認してください **overleaf.com** ドメインが Grammarly のメニューに表示されていること。
4. Grammarly を無効にするには、トグルスイッチをオフに設定します **overleaf.com**

これらの手順は、次の図にまとめられています:

![Overleaf で Grammarly を無効にする方法](/files/605e58e26ccfedaed11df3f750304a2eaa245bbe)

## 既知の制限事項

テストで次の点が明らかになりました:

1. Grammarly は LaTeX のマークアップを認識しないため、誤った提案が表示されたり、スペルチェックされない単語が生じたりすることがあります。たとえば、開き波括弧の直後のテキストは `{` Grammarly によってチェックされません:

![Grammarly がチェックしない LaTeX のテキスト／マークアップを示すスクリーンショット](/files/d47c5e040e5919a3ccff5721c5e676626f4ff03c)

3. Visual Editor では、Grammarly 拡張機能が報告するエラー数は、特に大きな文書では過少評価されることがあります。
4. Grammarly のようなブラウザ拡張機能は、長い文書で作業しているときにパフォーマンスに影響することがあります。入力時やスクロール時に遅延がある場合は、Grammarly を一時的に無効にして、改善するかどうか試してみてください。

## Grammarly Premium の機能: スニペット

Grammarly Premium のユーザーは、次の機能を利用できます: [「スニペット」機能](https://support.grammarly.com/hc/en-us/articles/4403077145485-Introducing-snippets#h_01FNP7HWZAR3E7EMXS6N539QS6) これは、デフォルトではバックスラッシュ（\）文字（ショートカットとして）で起動します。この機能は、Overleaf の LaTeX コマンドのオートコンプリートと競合する可能性がありますが、幸いにも、スニペットのショートカット文字は次を使用して変更または無効化できます [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/ja/narejjibsu/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.
