# 更新

更新ブロックを使うと、任意のページに変更履歴を追加できます。各更新には日付、任意のタグがあり、その中にテキスト、画像、コードブロック、リストなど、あらゆるブロックコンテンツを含められます。

### 更新の追加

任意のページに更新ブロックを挿入します。ページに追加したら、既存の更新の上または下にカーソルを合わせると、順番にもう1件追加できます。

日付形式を変更するには、ブロック内の日付をクリックします。完全な日付、短縮版、または数字のみ（例: 12/25/2025）を表示できます。

### タグ

各更新に独自のタグを付けられます。日付の下にあるタグピッカーを使って、追加、削除、並べ替えができます。

### RSSフィード

更新ブロックがあるページには、自動的にRSSフィードが追加されます。追加設定は不要です。

読者はページ上部のボタンからフィードを開き、URLをコピーして、お好みのリーダーに追加できます。公開した新しい更新は、そのリーダーに自動的に配信されます。

ページに更新ブロックがない場合、RSSフィードは作成されません。ページに追加するだけで生成できます。

#### プランの利用可否

更新ブロックは\[有料プラン]で利用できます。更新ブロックを追加するオプションが表示されない場合は、契約プランにアクセス権が含まれているか確認してください。

#### フィードが表示されない場合

公開済みページでRSSボタンが表示されない場合は、そのページに少なくとも1つの更新ブロックが含まれていることを確認してください。フィードはそのブロックの存在に紐づいているため、欠けているとフィードは生成されません。ブロックがあるのにフィードがまだ表示されない場合は、 [GitBookサポート](https://www.gitbook.com/contact).

### 例

{% updates format="full" %}
{% update date="2025-12-25" tags="beta" %}

## まったく新しい更新

このブロックを使って、ユーザーに新しい更新を伝えましょう。必要に応じて、画像、コード、リストなど、追加のブロックを中に入れられます。
{% endupdate %}
{% endupdates %}

{% code overflow="wrap" %}

```markdown
{% updates format="full" %}
{% update date="2025-12-25" tags="beta" %}
## まったく新しい更新

このブロックは、製品のまったく新しい更新についてユーザーに詳しく伝えるのに最適です。この更新ブロックの中には、画像、コード、リストなど、さまざまな追加ブロックを簡単に入れられます。
{% endupdate %}
{% endupdates %}
```

{% endcode %}


---

# 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/creating-content/blocks/updates.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.
