> 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/uso-de-listas-de-monitoreo/seguir-listas-publicas.md).

# Seguir listas públicas

Todo el sistema de monitoreo se basa en [listas de criterios de recopilación](/es/material-de-referencia/glosario.md#listas), conocidas informalmente como listas. Para comenzar, puedes seguir listas existentes creadas por otros usuarios.

Para seguir una lista pública, inicia sesión en Junkipedia y ve directamente a <https://www.junkipedia.org/lists/public>.

También puedes acceder a las listas públicas haciendo clic en "Lists" (Listas) > "Public Lists" (Listas públicas) en el menú ubicado en el lado izquierdo de la pantalla.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeyPrc_EGygFTwJU001x5lSPtRbLL-aPphqOPR4MiXf9C3aYn6Ra6VHTGiTziRwf11eutDJZ7iVxhyI9sgQ97NngApNqVaBM_fwAxotBVM7J0pIycRJ25J9SgYf0oZSx99eXj7l?key=LjKSDaVz3UIRt2NnAtMv0ZQm)

Desplázate por la página o busca para encontrar la lista que deseas seguir y haz clic en el botón azul "Follow" (Seguir).

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeArFfc6dDzbiR7f20_-lIj6GK3wt2sxGf7Md7yrxnuHG5AuMt-WCKIUrTxuCNs1hYYTLNCBVrO2VdCdFDk8B8FqyRap8IwnIVrNMsElowcA7ho5TOxo0Fja69BViNxXIBM4YqVcA?key=LjKSDaVz3UIRt2NnAtMv0ZQm)

Haz clic en "Monitoring" (Monitoreo) en el panel izquierdo para regresar al feed principal de monitoreo. Puedes seleccionar una o varias listas seguidas en el botón "Lists" (Listas) en la barra superior y hacer clic en "Apply" (Aplicar) para comenzar a monitorearlas.


---

# 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/uso-de-listas-de-monitoreo/seguir-listas-publicas.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.
