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

# RSS

RSS panel lists the latest news available from different RSS feeds added by user through RSS manager.

To open a new RSS panel, select Tools -> RSS.

![](/files/-MgF4HR0JqmWsNm9x0FW)

The following columns are available for the panel:

* Received – date and time when the news was received.
* RSS feed – original name of the RSS feed.
* Source – source of the news.
* Subject – topic/header of the news.
* Content – the whole text of the news article.
* Category – the news type/category.
* Link – direct link to the news article.

Note: if any columns are not supported by RSS feed that fields will be empty.

In order to view the news content, open context menu and select “View news story” or simply double-click on the news row, or just click the link in the corresponding column, after that selected news will be opened in the browser.

## **RSS feeds selection**

User can choose RSS feeds for receiving the news from the list of available.

![](/files/-MgF4HR2GHHwV2bPB9Iy)

Simply check/uncheck the needed feeds from the list or select all. After selection the user will receive fresh news only from the chosen RSS feeds, but previous news from other feeds won’t be removed from the panel.

## **Adding/Editing the RSS feed**

To add a new RSS feed, click on General settings![](/files/-MgF4HR4BQxcvpzNimsx)-> RSS. RSS settings allow adding a new feed or editing the existing one.

![](/files/-MgF4HR53ZXmuSQjR4WM)

To edit the existing feed, just make corrections in the feed name/Url, or enable/disable the feed and click "OK".

To add a new feed, click on "+" button and fill all feed parameters. All active RSS feeds will be displayed in the drop-down feeds list of RSS panel.


---

# 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.za.velocitytrade.com/desktop-application-for-windows/windows/informative-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.
