> 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/revision-del-contenido-monitoreado/crear-alertas-de-busquedas-guardadas.md).

# Crear alertas de búsquedas guardadas

Tu flujo de trabajo diario puede implicar búsquedas similares que utilizan las mismas opciones de filtrado. Para ahorrar tiempo y garantizar la consistencia, puedes guardar consultas de búsqueda específicas con las opciones de filtrado elegidas. No solo puedes guardar estos ajustes de búsqueda, sino también asignar un nombre a la consulta, modificarla, guardarla con un nombre diferente y configurar el sistema para que ejecute automáticamente la búsqueda y te envíe resultados actualizados cada hora, día o semana.

Para aprovechar estas funciones de búsqueda guardada, abre las opciones de filtrado de asuntos, crea una consulta y haz clic en el botón de Guardar.

![](/files/0SKYNtm5UEzv4TDmpuBT)

Al guardar esta búsqueda, asígnale un nombre y decide si deseas recibir alertas sobre nuevos resultados en el futuro. Si deseas recibir alertas por correo electrónico, activa la opción correspondiente y selecciona la frecuencia de las notificaciones. También es posible recibir alertas en Slack si sigues los pasos de integración descritos en [Configuración de un canal de reportes por Slack](/es/primeros-pasos/configuracion-de-canales-de-reportes/configurar-las-propiedades-del-canal-de-reportes/configurar-un-canal-de-reportes-por-slack.md) y seleccionas uno de tus canales para recibir alertas entrantes.

![](/files/9ypGvT7IkSF6eJ1J5WcT)

Para ver [todas tus búsquedas guardadas](/es/primeros-pasos/revision-del-contenido-monitoreado.md#ver-mis-asuntos), haz clic en "All Issues" (Todos los asuntos) bajo la sección "Issues" (Asuntos) en el menú lateral izquierdo. Tus búsquedas guardadas se mostrarán en la parte inferior de la barra lateral

<div align="left"><img src="/files/JTxe6i9njZLHIXSqfLvV" alt=""></div>


---

# 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/revision-del-contenido-monitoreado/crear-alertas-de-busquedas-guardadas.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.
