> For the complete documentation index, see [llms.txt](https://docs.rad.live/rad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rad.live/rad/getting-started-subscribers-viewers/adding-external-rss-feeds-to-your-library.md).

# Adding External RSS Feeds to Your Library

Rad TV allows users to add external RSS feeds to their profile, which can include content from countless existing external video publishers, magazines, news organizations, and beyond.

Since this content is hosted outside of Rad TV, and users are adding the feeds themselves, the content stays private between the user and the original publisher, and the content is not available across Rad TV broadly for discovery.&#x20;

RSS on Rad TV enables a private viewing environment and a direct relationship with the original publisher, while still leveraging Rad TV's applications for distribution, aggregation, and consumption.

### **How to Add a RSS Feed to Your Rad TV Account**

{% hint style="info" %}
RSS Feed URLs must include the proper protocol (http\:// or https\://)
{% endhint %}

1. Go the [RSS Feeds page](https://radtv.com/edit-account/?activeTab=rss-feeds) and log into your Rad TV account if you're not already.
2. Insert the feed URL into the 'Add New Feed URL' field and click the 'Add' button.&#x20;

   <figure><img src="/files/vBAszDUYpOJvNij0OEbt" alt=""><figcaption><p>How to add RSS feeds to your Rad TV account</p></figcaption></figure>

### **Creating Your Own Feeds**

Please checkout the [Rad TV RSS specification](/rad/getting-started-creators-studios-publishers/publish-rss-from-outside-server.md) to see how to create and host your own Rad TV specific RSS feeds<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rad.live/rad/getting-started-subscribers-viewers/adding-external-rss-feeds-to-your-library.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
