# RSS订阅

百度百科如此定义RSS订阅：

> RSS是一种信息聚合的技术，是某一站点和其他站点之间共享内容的一种简易信息发布与传递的方式，使得一个网站可以方便的调用其他提供RSS订阅服务的网站内容，从而形成非常高效的信息聚合，让网站发布的内容在更大的范围内传播。

简而言之：一个能把千家万户网站上的内容送到你眼前的信息传递系统。

RSS曾经红极一时，然而在各类公众号盛行、社交网络疯狂迭代的当今，RSS已经快要退出大众的视野。

AO3也配备了RSS订阅系统。

## RSS订阅的作用是什么？

只要你能**翻墙**，一个RSS阅读器就能让你追踪任何**通用标签**的作品发布动态。在把通用标签加入你的RSS阅读器之后，你就能实时地接收到标签的更新信息，比如我在电脑上使用irreader时会收到这样的弹窗：

<figure><img src="/files/YL74VYi6Jf5HHpaWuliT" alt="" width="375"><figcaption></figcaption></figure>

阅读界面是这样：

<figure><img src="/files/FDYQzcyV26ICBMenRc01" alt="" width="375"><figcaption></figcaption></figure>

基本就是把游客浏览的网页集成到你的阅读器里，你也可以点击右上角的Log in登录阅读受限制的作品。

## 如何实现RSS订阅？

首先：下载一个RSS阅读器，注册账号。有手机上用的也有电脑上用的，知乎有不少相关的[帖子](https://www.zhihu.com/topic/19551894/hot)。具体步骤就不在这里讲了，搜一搜都能学会。

其次：在你想订阅的通用标签页面点击`RSS feed`按钮。

<figure><img src="/files/kiqzG9dhFOSLrpw6IYs7" alt="" width="368"><figcaption></figcaption></figure>

第三：在打开的网页中，复制地址栏里的网址。

<figure><img src="/files/F6BlUpCsUiyXaWYxToX3" alt="" width="428"><figcaption></figcaption></figure>

第四：找到你的RSS阅读器里「添加自定义源」的地方，用这个网址订阅即可。


---

# 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://ava-inc.gitbook.io/ao3guideforeveryone/xiao-zhong-gong-neng/rss-ding-yue.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.
