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

# Feeds app — Content aggregation

### Overview

**Feeds** is Steeple's content aggregation application. It allows you to centralize and share content from external sources (RSS feeds, social networks) or from manual curation.

### What the assistant can do

With the scope **Feeds**, the assistant can:

* **List** all the organization's feeds (automatic and manual)
* **Create** an automatic feed from a URL (RSS, LinkedIn, Facebook, Instagram)
* **Create** a manual curation feed
* **Rename** a manual feed
* **Change visibility** from a feed (targeted communities)
* **Delete** a feed
* **List** the articles in a feed
* **Add** an article to a manual feed (by URL)
* **Delete** an article from a manual feed
* **View statistics** article views (number of views, list of readers)
* **Enable/disable** the webhooks of a manual feed

### Feed types

* **Automatic feed** : powered by an external source (RSS, Instagram, LinkedIn, Facebook, custom URL). Articles are fetched automatically.
* **Manual feed** : manual curation, articles are added one by one via URL. It is possible to enable a webhook for automatic addition via API.

### Visibility

The visibility of a feed is defined when it is created:

* **Organization** : visible to all members
* **Communities** : visible to specific communities

### Permissions

* Users with the permission **Add feeds** can create automatic and manual feeds
* Users with the permission **Delete feeds** can remove existing feeds
* Users with the permission **Rename feeds** can edit the title of manual feeds
* Users with the permission **Manage webhooks** can enable/disable webhooks
* Users with the permission **Delete articles** can remove articles from manual feeds
* The **standard users** can view the feeds and articles of the communities they belong to

### Navigation

The Feeds application is accessible from Steeple's main menu. If it does not appear, check its visibility in **Administration** > **Applications** (`/administration/apps`).


---

# 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:

```
GET https://help.steeple.com/en/feeds/application-feeds.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.
