> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/informational-panels/rss.md).

# RSS (News panel)

### How to connect RSS

At first go to connection manager and find RSS connection

![](/files/-MbQAQVZXFj8QtwXmTqN)

### How to add a Custom RSS channel

If necessary, you can add any news source. To do this, specify a link to this source in the connection settings. Here you can see the list of currently available feeds. You can change the name or URL per each feed item. In case you would like to add a new feed, press the **\[ + ]** button on the right top corner of connection settings. This action will add a blank row to the feeds list, where you can set up the required feed access settings.

![Add multiple News feeds to RSS connection](/files/u92zqrSrAaqGh3G6QqEV)

{% hint style="warning" %}
If you set up the incorrect feed URL, you will not see its news. Please be careful with providing the correct URL.
{% endhint %}

{% hint style="success" %}
You can import Twitter feed in RSS format via various converters (for example <https://twitrss.me>)
{% endhint %}

This panel can be easily bound with others and also can be modified and saved as a Template for further usage.

![](/files/-MbQE6x9VjMBztdRdVH4)

## Manage news list

Once you have at least one feed in your settings, you will be able to see its news right in RSS panel's table. The table management is as default.

![RSS feeds view](/files/-LHD7mKEfW7XetIEiTsk)

You will find some useful hot buttons on the panel's toolbar. **\[ FEEDS MANAGER ]** button opens a corresponding screen. **\[ CURRENT FEEDS ]** button allows you to filter the viewable news by the feeds. To hide some items from particular RSS feed — just uncheck it in Current feeds list.

The **\[ CLEAR HISTORY ]** button removes all of the previously imported news from the table.

{% hint style="success" %}
You may apply the Table actions to the RSS panel. It can be convenient to color some rows, containing the particular word or by the feed source.
{% endhint %}


---

# 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://help.quantower.com/quantower/informational-panels/rss.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.
