> 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-creer-flux.md).

# Crear un feed

Para crear un flujo, vaya a **Feeds** desde el menú principal de Steeple.

## Flujo automático

Un flujo automático recupera automáticamente los artículos desde una fuente externa.

Fuentes compatibles:

* **RSS** : cualquier URL válida de flujo RSS
* **Instagram** : URL de una cuenta pública de Instagram
* **LinkedIn** : URL de una página de LinkedIn
* **Facebook** : URL de una página de Facebook
* **URL personalizada** : otra fuente web

### Pasos

1. Haga clic en **Añadir un flujo**
2. Seleccione el tipo de fuente
3. Pegue la URL de la fuente
4. Defina la visibilidad: **toda la organización** o de **comunidades específicas**
5. Validar

## Activación del webhook

Para ciertas fuentes que requieren la recepción de eventos (webhooks), active el webhook en el flujo creado.

Los artículos se recuperan automáticamente después. El flujo muestra un logo, el título de la fuente y los artículos con miniatura, título y fecha.

## Flujo manual

Un flujo manual permite crear una curación de contenidos añadiendo artículos uno por uno.

### Pasos

1. Haga clic en **Añadir un flujo** > **Flujo manual**
2. Asigne un título al flujo
3. Defina la visibilidad: **toda la organización** o de **comunidades específicas**
4. Validar

Luego podrá añadir artículos pegando su URL.

## Visibilidad

La visibilidad de un flujo se define al crearlo:

* **Organización** : visible para todos los miembros de la organización
* **Comunidades** : visible únicamente para los miembros de las comunidades seleccionadas

La visibilidad puede modificarse después de la creación.

## Permiso requerido

Solo los usuarios que tengan permiso **Añadir feeds** pueden crear flujos.


---

# 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-creer-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.
