# 変更リクエスト

変更リクエストは、メインコンテンツのコピーです。これは次のシンプルな概念に由来します [**ブランチ**](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)、そして GitHub のプルリクエストや GitLab のマージリクエストを使っている人にはなじみ深く感じられるでしょう。

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

未対応の変更リクエストの管理についてさらに詳しく知るには、次をご覧ください [変更リクエストのレビュー](/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 %}
**変更リクエストを開く**

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

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

{% step %}
**変更を加える**

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

{% step %}
**レビューを依頼する**

変更の準備が整ったら、チームにレビューを依頼できます **概要** タブ。変更リクエストでレビュアーにタグ付けすると通知され、さらにエディタで直接追加の変更を行ったり、次で変更について議論したりすることで、変更リクエスト内でより協力して作業できます [コメント](/docs/documentation/ja-gitbook-documentation/collaboration/comments.md).

レビューは Docs Agent に依頼することも、適切な [権限](/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>単一のスペースで変更リクエストを作成してレビューする</td><td><a href="/pages/6ab8ca5d1b8eafe06b78dea74a9dc423c3cb0437">/pages/6ab8ca5d1b8eafe06b78dea74a9dc423c3cb0437</a></td></tr></tbody></table>


---

# Agent Instructions: 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.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.
