> 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/es/feeds/feeds-permissions.md).

# Permisos de Feeds

El módulo Feeds utiliza un sistema de permisos para controlar el acceso a las distintas funcionalidades.

## Permisos disponibles

* **Añadir feeds** (`ADD_FEEDS`) : crear feeds automáticos y manuales
* **Eliminar feeds** (`DELETE_FEEDS`) : retirar feeds existentes
* **Renombrar feeds** (`RENAME_FEEDS`) : modificar el título de los feeds manuales
* **Modificar la visibilidad** (`UPDATE_ORGANIZATION_FEED`) : cambiar las comunidades que tienen acceso a un feed
* **Gestionar los webhooks** (`UPDATE_MANUAL_FEED`) : activar/desactivar los webhooks de los feeds manuales
* **Añadir artículos** (`ADD_MANUAL_ARTICLE`) : añadir artículos a un feed manual
* **Eliminar artículos** (`DELETE_MANUAL_ARTICLE`) : retirar artículos de feeds manuales
* **Ver las estadísticas** (`VIEW_ARTICLE_VIEWS`) : consultar las visualizaciones y lectores de los artículos

## Usuario estándar

Los colaboradores sin permisos específicos pueden:

* Consultar los feeds a los que tienen acceso (a través de sus comunidades)
* Leer los artículos
* Consultar las estadísticas si el permiso está activado

## Asignación de permisos

Los permisos de Feeds son gestionados por los administradores de la organización desde los ajustes de la aplicación Feeds.


---

# 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/es/feeds/feeds-permissions.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.
