diff --git a/content/docs/ai/integrations/slack/_index.md b/content/docs/ai/integrations/slack/_index.md index 7270ed2b5e01..a8db15dac1d7 100644 --- a/content/docs/ai/integrations/slack/_index.md +++ b/content/docs/ai/integrations/slack/_index.md @@ -18,6 +18,8 @@ Mention `@Neo` in any channel where Neo has been added to start a Neo [task](/do Neo has the same capabilities it does anywhere else: it can check stack state, investigate failures, walk through what a change will do, and carry out actions the team has agreed on. The difference is that the conversation happens in a Slack thread instead of the Pulumi Cloud console, which means the rest of the channel has visibility into what was asked and what Neo found. +![Neo answering a question about a stack's resources in a Slack thread](neo-slack-conversation.png) + ## Setting up the integration ### 1. Install the Pulumi Neo Slack app diff --git a/content/docs/ai/integrations/slack/neo-slack-conversation.png b/content/docs/ai/integrations/slack/neo-slack-conversation.png new file mode 100644 index 000000000000..80930b4a6f09 Binary files /dev/null and b/content/docs/ai/integrations/slack/neo-slack-conversation.png differ