# 💬general-chat

Kista·3 replies
can i help me ? on customer Messenger cant display Product Image.

hello @Kista The messenger does not support displaying images directly in messages (Markdown format). For image-related use cases, you’ll need to use custom flows and create a carousel in the AI Studio, since the messenger does support carousel cards — which you can try.

In the Studio, you can use the AI Response node to get the output in JSON format, store it in a variable, and then use the Carousel node to generate a carousel from that JSON data.
You can also check the available resources on AI Studio to learn how to create flows and integrate them into your chatbot.