> 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/136-track-changes-in-overleaf.md).

# Overleafで変更履歴を追跡する

## はじめに

**変更の追跡** は [プレミアム機能](/latex/ja/narejjibsu/120-overleaf-premium-features.md)。Overleaf のプレミアム機能は、 [Overleaf Commons](https://www.overleaf.com/for/universities)、グループのメンバー [サブスクリプション](https://www.overleaf.com/for/groups)、および個人向けの所有者 [サブスクリプション](https://www.overleaf.com/user/subscription/plans)。このプレミアム機能付きの Overleaf アカウントが所有するプロジェクトに招待されたすべての共同編集者は、そのプロジェクトで変更の追跡を使用できます。変更の追跡機能は Personal プランでは利用できません。

この記事では変更の追跡の使い方を説明します。共同執筆者の一部または全員、あるいは原稿のレビューや校正を依頼した相手が行った変更を確認するために、変更の追跡を使用できます。ひと目で修正内容がわかり、さらにそれにコメントして、追加の変更の提案、明確化の依頼、出典の要求など、さまざまなことができます。

共同執筆者の編集や貢献に基づいて必要になるフォローアップ作業を忘れないための方法として、変更の追跡やコメントを活用できます。コメントには返信したり、解決（アーカイブ）したり、完全に削除したりできます—記事 [Overleaf LaTeX プロジェクトでコメントを付ける方法](/latex/ja/narejjibsu/074-how-to-make-comments-in-an-overleaf-latex-project.md) Overleaf のコメント機能の使い方を示す動画クリップをご覧ください。

## 変更の追跡へのアクセス

レビュー モードに切り替えることで変更の追跡にアクセスできます。モードを切り替えるには、Overleaf エディタの右上にあるアイコンをクリックし、表示されるオプションから選択します。

* 編集権限がある場合は、編集とレビューを切り替えられます。
* レビューまたは閲覧権限しかない場合は、モードを変更できません。

![Overleaf で編集モードを変更する方法を示す画像](/files/04887e028696d9db7860c1d622b693bfeb022119)

## どの人の変更を追跡するかを設定する

他の共同編集者の変更を強制的に追跡対象にするには、プロジェクト所有者がその共同編集者の [共有権限](/latex/ja/narejjibsu/126-reviewing-and-reviewers-on-overleaf.md).

## 追跡された変更をすべて承認または却下する方法

文書の一部または全文に含まれる、追跡された変更をすべて承認（または却下）するには、次の手順に従ってください。

1. 承認または却下したい追跡変更が含まれるテキスト部分を選択します。すべての *すべて* 追跡変更を承認または却下するには、文書全体のテキストを次の方法で選択します `ctrl+A` （Windows）または `cmd+A` （Mac）。
2. テキストを選択すると、次の操作を行うためのオプションが表示されます。 **選択した変更を承認** または **選択した変更を却下** が表示されます。次の例のスクリーンショットに示すとおりです。

![追跡された変更を承認または却下する方法を示す画像](/files/26f71fccd5600e676dad14dc83fb0a7017f146ab)

4. 選択 **選択した変更を承認** または **選択した変更を却下** 選択を確認するかキャンセルするかを尋ねるポップアップウィンドウを表示します。

* **注：** プロジェクトのコピーを作成すると、追跡された変更はすべてコピー先のバージョンに自動的に適用されます。


---

# 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/136-track-changes-in-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.
