# 💬general-chat
Kista
Kista·3 replies

can i help me ? on customer Messenger cant display Product Image.

Sahil | YourGPT
Sahil | YourGPT27/08/2025 05:55

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.

Kista
Kista27/08/2025 08:20

how to do it ?

Sahil | YourGPT
Sahil | YourGPT27/08/2025 09:31

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.