diff --git a/es/workflows/manage.mdx b/es/workflows/manage.mdx
index 624bf0f24..40503cbfa 100644
--- a/es/workflows/manage.mdx
+++ b/es/workflows/manage.mdx
@@ -83,6 +83,22 @@ Para los workflows personalizados y el workflow **Update from code changes**, pu
Para habilitar integraciones en un workflow, abre su configuración y selecciona las integraciones que quieres que el agente use en la sección **Available integrations**. Solo aparecerán en la lista las integraciones ya conectadas para tu organización. Consulta [Integraciones del agente](/es/agent/integrations) para más información sobre cómo conectar integraciones.
+
+ ### Notificaciones de Slack
+
+
+Envía mensajes de Slack a los canales seleccionados cuando se ejecuten los workflows. Usa las notificaciones de Slack para mantener a tu equipo al tanto de la actividad de los workflows en curso sin tener que vigilar el dashboard.
+
+Para habilitar las notificaciones de Slack, instala la [aplicación de Slack de Mintlify](/es/agent/slack) en tu workspace y, a continuación, añade uno o más canales de notificación en la sección **Notification channels** de la configuración de tu workflow.
+
+Una vez habilitadas, Mintlify publica en los canales configurados cuando:
+
+- Un workflow abre una pull request para revisión.
+- Una pull request abierta por un workflow lleva esperando revisión **3 días** sin haberse fusionado. Mintlify envía un recordatorio diario hasta que la pull request se fusione o se cierre. Cuando la pull request se resuelve, el recordatorio original se actualiza con un tachado para que las alertas obsoletas no permanezcan visibles.
+- Un workflow fusiona una pull request o no logra completarse.
+
+Los recordatorios de revisiones obsoletas se aplican a cualquier workflow configurado para abrir pull requests para revisión (consulta [Modo de actualización](#update-mode)). Solo se activan cuando hay canales de notificación de Slack configurados para el workflow.
+
### Instrucciones
diff --git a/fr/workflows/manage.mdx b/fr/workflows/manage.mdx
index 4633a774b..ecf548f61 100644
--- a/fr/workflows/manage.mdx
+++ b/fr/workflows/manage.mdx
@@ -83,6 +83,22 @@ Pour les workflows personnalisés et le workflow **Update from code changes**, v
Pour activer des intégrations pour un workflow, ouvrez ses paramètres et sélectionnez les intégrations que vous souhaitez que l'agent utilise dans la section **Available integrations**. Seules les intégrations déjà connectées pour votre organisation apparaissent dans la liste. Consultez [Intégrations de l'agent](/fr/agent/integrations) pour plus d'informations sur la connexion des intégrations.
+
+ ### Notifications Slack
+
+
+Envoyez des messages Slack aux canaux sélectionnés lors de l'exécution des workflows. Utilisez les notifications Slack pour tenir votre équipe informée de l'activité des workflows en cours sans avoir à surveiller le dashboard.
+
+Pour activer les notifications Slack, installez l'[application Slack de Mintlify](/fr/agent/slack) dans votre workspace, puis ajoutez un ou plusieurs canaux de notification dans la section **Notification channels** des paramètres de votre workflow.
+
+Une fois activées, Mintlify publie dans les canaux configurés lorsque :
+
+- Un workflow ouvre une pull request pour revue.
+- Une pull request ouverte par un workflow attend une revue depuis **3 jours** sans avoir été fusionnée. Mintlify envoie un rappel quotidien jusqu'à ce que la pull request soit fusionnée ou fermée. Lorsque la pull request est résolue, le rappel d'origine est mis à jour avec un texte barré pour que les alertes obsolètes ne restent pas affichées.
+- Un workflow fusionne une pull request ou échoue.
+
+Les rappels de revue en attente s'appliquent à tout workflow configuré pour ouvrir des pull requests à des fins de revue (voir [Mode de mise à jour](#update-mode)). Ils ne se déclenchent que lorsque des canaux de notification Slack sont configurés pour le workflow.
+
### Instructions
diff --git a/workflows/manage.mdx b/workflows/manage.mdx
index e3bec0c05..435c87927 100644
--- a/workflows/manage.mdx
+++ b/workflows/manage.mdx
@@ -69,6 +69,20 @@ For custom workflows and the **Update from code changes** workflow, you can enab
To enable integrations for a workflow, open its settings and select the integrations you want the agent to use in the **Available integrations** section. Only integrations already connected for your organization appear in the list. See [Agent integrations](/agent/integrations) for more information on connecting integrations.
+### Slack notifications
+
+Send Slack messages to selected channels when workflows run. Use Slack notifications to keep your team aware of in-flight workflow activity without watching the dashboard.
+
+To enable Slack notifications, install the [Mintlify Slack app](/agent/slack) in your workspace, then add one or more notification channels in the **Notification channels** section of your workflow settings.
+
+Once enabled, Mintlify posts to the configured channels when:
+
+- A workflow opens a pull request for review.
+- A workflow-opened pull request has been waiting for review for **3 days** without being merged. Mintlify sends a daily reminder until the pull request is merged or closed. When the pull request is resolved, the original reminder is updated with a strikethrough so stale alerts don't linger.
+- A workflow merges a pull request, or fails to complete.
+
+Stale review reminders apply to any workflow configured to open pull requests for review (see [Update mode](#update-mode)). They only fire when Slack notification channels are configured for the workflow.
+
### Instructions
Add optional instructions that append to the workflow's base prompt on every run. Use these to adjust the style, tone, or other project-specific behaviors without changing the core workflow logic.