> 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/de/feeds/feeds-articles.md).

# Artikel verwalten

## Artikel ansehen

Von **Feeds**, klicken Sie auf einen Feed, um alle seine Artikel zu sehen. Jeder Artikel zeigt:

* **Titel** und **Beschreibung** (automatisch aus der Quelle extrahiert)
* **Vorschaubild** (Titelbild, falls verfügbar)
* **Quelle** (Original-URL)
* **Datum** der Veröffentlichung oder des Hinzufügens
* **Typ** (RSS, LinkedIn, Facebook, Instagram, manuell)

Sie können auch alle Artikel aus allen Feeds in der Gesamtansicht sehen.

## Einen Artikel zu einem manuellen Feed hinzufügen

1. Öffnen Sie einen manuellen Feed
2. Klicken Sie auf **Artikel hinzufügen**
3. Fügen Sie die URL des Artikels ein (LinkedIn, Facebook, Webseite usw.)
4. Der Inhalt wird automatisch abgerufen und angezeigt

Ein und derselbe Artikel kann nicht zweimal zum selben Feed hinzugefügt werden.

## Einen Artikel aus einem manuellen Feed löschen

Nur Artikel aus manuellen Feeds können einzeln gelöscht werden. Artikel aus automatischen Feeds werden automatisch von der Quelle verwaltet.

1. Öffnen Sie den Artikel
2. Klicken Sie auf **Löschen**
3. Bestätigen Sie

## Aufrufstatistiken

Für jeden Artikel können Sie Folgendes einsehen:

* Der **Gesamtzahl der Aufrufe**
* Die **Liste der Leser** (Mitarbeitende, die den Artikel aufgerufen haben)
* Der **Anzahl der TV-Aufrufe** (Aufrufe von TV-Bildschirmen)

## Erforderliche Berechtigung

Die Berechtigung **Artikel löschen** ist erforderlich, um einen Artikel aus einem manuellen Feed zu entfernen.


---

# 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.steeple.com/de/feeds/feeds-articles.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.
