> 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/feeds-gerer-flux.md).

# Manage feeds

## List feeds

From **Feeds**, the side menu displays the tree of all available feeds. You can see automatic feeds (with their logo and source type) and manual feeds.

## Rename a manual feed

Only manual feeds can be renamed:

1. Open the manual feed
2. Edit the title
3. Validate

Automatic feeds automatically take the source title and cannot be renamed.

## Change a feed's visibility

You can change which communities have access to a feed:

1. Open the feed settings
2. Change the visibility (entire organization or specific communities)
3. Validate

## Delete a feed

Deleting a feed is permanent and also removes all associated articles.

1. Open the feed settings
2. Click on **Delete**
3. Confirm deletion

## Webhooks (manual feeds only)

Manual feeds can be populated automatically via a webhook:

* **Enable a webhook** : generates a unique URL that you can use to send articles via API
* **Disable a webhook** : disables the URL, articles can no longer be added automatically

This makes it possible to integrate Feeds with third-party tools (Zapier, Make, internal scripts, etc.).

## Required permissions

* **Delete feeds** : permission required to remove a feed
* **Rename feeds** : permission required to change the title of a manual feed
* **Manage webhooks** : permission required to enable/disable webhooks


---

# 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/en/feeds/feeds-gerer-flux.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.
