diff --git a/source/images/assist/assist-daily-summary.png b/source/images/assist/assist-daily-summary.png
new file mode 100644
index 00000000000..175e495f338
Binary files /dev/null and b/source/images/assist/assist-daily-summary.png differ
diff --git a/source/voice_control/assist_daily_summary.markdown b/source/voice_control/assist_daily_summary.markdown
index 9b75d0e2854..6a11c203669 100644
--- a/source/voice_control/assist_daily_summary.markdown
+++ b/source/voice_control/assist_daily_summary.markdown
@@ -4,13 +4,17 @@ title: "Daily summary by Assist"
In this tutorial, we are creating an automation that has Assist send you a daily summary. Assist will tell you about the weather and your calendar events today. It will also send you the summary to your messenger.
+
+
Daily summary notification - using a neutral tone
+
+
We will be using OpenAI, which requires an OpenAI account. For what we do in this tutorial, the free trial option is sufficient. No need to leave your credit card information.
## Prerequisites
This tutorial assumes you have a few things set up already:
-- [Home Assistant Cloud](https://www.nabucasa.com) or a manually configured [Assist Pipeline](/integrations/assist_pipeline)
+- [Home Assistant Cloud](https://www.nabucasa.com) or a manually configured [local assistant pipeline](/voice_control/voice_remote_local_assistant/).
This tutorial was done using the **Local calendar**, the **Meteorologisk institutt**, and the **Telegram** integrations. It has not been tested with other integrations of the notifications or calendar category.
@@ -79,5 +83,12 @@ We are using a blueprint (courtesy of [@allenporter]) that polls calendar events
6. To test the automation, select the three dots on your automation, and select **Run**.
- You should now receive a notification from Assist in your messenger app.
+[@allenporter]: https://github.com/allenporter
-[@allenporter]: https://github.com/allenporter
\ No newline at end of file
+## Related topics
+
+- [Home Assistant Cloud](https://www.nabucasa.com)
+- [Local assistant pipeline](/voice_control/voice_remote_local_assistant/)
+- [Local calendar](/integrations/local_calendar/)
+- [Telegram notification](/integrations/telegram/#setup-example)
+- [Create a Mario personality](/voice_control/assist_create_open_ai_personality/)
\ No newline at end of file