# 更新

更新块可让你在任何页面上添加更新日志。每条更新都有日期、可选标签，并支持在其中包含任何块内容——文本、图片、代码块、列表等。

### 添加更新

在任何页面上插入更新块。添加到页面后，将鼠标悬停在现有更新的上方或下方，即可按顺序再添加一个。

要更改日期格式，请点击块中的日期。你可以显示完整日期、简短版本，或仅显示数字（例如 12/25/2025）。

### 标签

每条更新都可以有自己的标签。使用日期下方的标签选择器来添加、移除或重新排序。

### RSS 源

任何包含更新块的页面都会自动获得 RSS 源——无需额外设置。

你的读者可以通过页面顶部的按钮打开源，复制 URL，并将其添加到自己偏好的阅读器中。你发布的新更新会自动推送到该阅读器。

如果页面没有更新块，就不会有 RSS 源。只需在页面中添加一个即可生成。

#### 方案可用性

更新块在\[付费方案]中可用。如果你没有看到添加更新块的选项，请检查你的方案是否包含该功能。

#### 如果你的源没有显示

如果已发布页面上没有显示 RSS 按钮，请确认该页面至少包含一个更新块。源与该块的存在相关——如果缺少它，就不会生成源。如果该块已添加但源仍未显示，请联系 [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/zh/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.
