diff --git a/content/kb/tutorials/chat.md b/content/kb/tutorials/chat.md
index be7cd88ab..6cacdd010 100644
--- a/content/kb/tutorials/chat.md
+++ b/content/kb/tutorials/chat.md
@@ -35,6 +35,10 @@ Streamlit offers several commands to help you build conversational apps. These c
[`st.chat_message`](/library/api-reference/chat/st.chat_message) lets you insert a chat message container into the app so you can display messages from the user or the app. Chat containers can contain other Streamlit elements, including charts, tables, text, and more. [`st.chat_input`](/library/api-reference/chat/st.chat_input) lets you display a chat input widget so the user can type in a message.
+For an overview of the API, check out this video tutorial by Chanin Nantasenamat ([@dataprofessor](https://www.youtube.com/dataprofessor)), a Senior Developer Advocate at Streamlit.
+
+
+
### st.chat_message
`st.chat_message` lets you insert a multi-element chat message container into your app. The returned container can contain any Streamlit element, including charts, tables, text, and more. To add elements to the returned container, you can use `with` notation.
diff --git a/content/library/api/chat/chat-input.md b/content/library/api/chat/chat-input.md
index e9c783c05..317798c4a 100644
--- a/content/library/api/chat/chat-input.md
+++ b/content/library/api/chat/chat-input.md
@@ -11,3 +11,7 @@ Read the [Build conversational apps](/knowledge-base/tutorials/build-conversatio
+
+For an overview of the `st.chat_input` and `st.chat_message` API, check out this video tutorial by Chanin Nantasenamat ([@dataprofessor](https://www.youtube.com/dataprofessor)), a Senior Developer Advocate at Streamlit.
+
+
diff --git a/content/library/api/chat/chat-message.md b/content/library/api/chat/chat-message.md
index 7de69b893..88726db9c 100644
--- a/content/library/api/chat/chat-message.md
+++ b/content/library/api/chat/chat-message.md
@@ -11,3 +11,7 @@ Read the [Build conversational apps](/knowledge-base/tutorials/build-conversatio
+
+For an overview of the `st.chat_message` and `st.chat_input` API, check out this video tutorial by Chanin Nantasenamat ([@dataprofessor](https://www.youtube.com/dataprofessor)), a Senior Developer Advocate at Streamlit.
+
+