> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests.md).

# 変更リクエスト

変更リクエストは、メインコンテンツのコピーです。これは、シンプルな概念の [**ブランチ作成**](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)、そして GitHub の pull request や GitLab の merge request を使う人にはおなじみのものです。

変更リクエストでは、コンテンツの要素を編集、更新、削除したり、変更のレビューを依頼したり、その後それらをメイン版にマージして、行ったすべての変更を適用できます。

未公開の変更リクエストの管理について詳しくは、 [変更リクエストをレビューする](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests/change-requests-screen.md).

<figure><img src="/files/dafbf116f42e7d99e8bc69bc7f4bd7d4e285ce0f" alt="A GitBook screenshot showing the change requests panel"><figcaption><p>変更リクエストを通じてコンテンツを編集します。</p></figcaption></figure>

{% stepper %}
{% step %}

#### 変更リクエストを開く

コンテンツの編集を始めるには、まず変更リクエストを作成する必要があります。変更リクエストは次の方法で開けます:

* 次の方法で [を押して **編集** ボタン](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests/change-requests-in-a-space.md#creating-a-change-request) スペースを表示しているときに
* 次の方法で [GitBook Agent を使って新しい変更リクエストを実装する](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md)
* [GitBook Agent によって自動的に](broken://pages/0fd493192925f0345d9687088ec61138cb8d074f)
  {% endstep %}

{% step %}

#### 変更を加える

変更リクエストが開かれたら、自由に編集や変更を行えます。変更は、 [エディターで直接](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/creating-content/formatting.md)、または [Docs Agent と作業することで](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/gitbook-agent/write-and-edit-with-ai.md).
{% endstep %}

{% step %}

#### レビューを依頼する

変更の準備が整ったら、 **概要** タブでチームにレビューを依頼できます。変更リクエストでレビュー担当者にタグ付けすると通知され、エディターでさらに変更を直接加えたり、変更について [コメント](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/comments.md)で話し合ったりして、変更リクエスト内でさらに共同作業できます。誰にもタグを付けない場合、そのスペースでレビュー権限を持つ全員に通知が送られます。スペースにレビュー担当者がいない場合は、レビュー担当者の次の役割に通知が送られます。

レビューは Docs Agent に依頼することも、チーム内の適切な [権限](/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/member-management/permissions-and-inheritance.md).
{% endstep %}

{% step %}

#### マージ

レビューが完了したら、 [変更をマージ](#merge) して、公開中のドキュメントサイトにすぐ反映できます！
{% endstep %}
{% endstepper %}

### 変更リクエストの操作

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>変更リクエスト画面</strong></td><td>組織全体の変更リクエストを表示・管理する</td><td><a href="/pages/ed0088049b34dc0787b0ead1b9a63141945737de">/pages/ed0088049b34dc0787b0ead1b9a63141945737de</a></td></tr><tr><td><strong>スペース内の変更リクエスト</strong></td><td>1つのスペースで変更リクエストを作成・レビューする</td><td><a href="/pages/6ab8ca5d1b8eafe06b78dea74a9dc423c3cb0437">/pages/6ab8ca5d1b8eafe06b78dea74a9dc423c3cb0437</a></td></tr></tbody></table>


---

# 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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/change-requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
