> For the complete documentation index, see [llms.txt](https://docs.junkipedia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junkipedia.org/es/primeros-pasos/monitoreo-de-redes-sociales.md).

# Monitoreo de redes sociales

El sistema de monitoreo de Junkipedia te permite encontrar y archivar contenido de redes sociales de tu interés sin tener que ir directamente a esas plataformas. En su lugar, puedes configurar un único feed de contenido de múltiples plataformas. Junkipedia recopila periódicamente nuevo contenido de los canales seleccionados y te permite verlo dentro del sistema de monitoreo.

Ten en cuenta que la capacidad de monitorear feeds solo está disponible si ha sido habilitada para tu cuenta. Si la opción no aparece entre las pestañas y menús mencionados a continuación, no podrás utilizar la función hasta que un administrador la habilite para tu cuenta. Por favor, envía un correo electrónico a <help@junkipedia.org> para configurar el monitoreo en tu cuenta.

### Ir a la página de monitoreo

Ve a la página de monitoreo para ver contenido de feeds existentes, modificar feeds o crear nuevos. En la disposición normal de escritorio, verás la pestaña "Monitoring" (Monitoreo) en la barra lateral izquierda.

<figure><img src="/files/SS2M4GEPlDBCTlKSqssA" alt=""><figcaption></figcaption></figure>

### Monitorear contenido&#x20;

Puedes ver contenido, incluidos videos, directamente dentro del feed principal de monitoreo. Si deseas ver la publicación original, haz clic en el logotipo de la plataforma en la esquina superior izquierda de la publicación. En la parte inferior de la publicación, verás todos los datos de interacción disponibles: me gusta, compartidos, comentarios y visualizaciones.

<figure><img src="/files/Ku6amaWwD8olZ6bPSLzj" alt=""><figcaption></figcaption></figure>


---

# 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://docs.junkipedia.org/es/primeros-pasos/monitoreo-de-redes-sociales.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.
