Q: Hi, Is possible created a store database ?
I want to create record tables for a store, focused on products. Each product should have a name, price, and description, and it can also be related to between one and four images.
The idea is that, with this database structured in tables (and using folders to store the images), I can create workflows where an AI agent retrieves the product information along with one or more of its images, depending on what is requested.
For example, I could ask for a list of products priced between 5 and 10 dollars, and receive as a result a table with the products and their respective images.
Additionally, I would like the AI to be able to analyze an image of a product and, based on that image, automatically retrieve the corresponding record from the database.

Trung_Diaflow
Jun 19, 2025A: Hi JasonGCI,
Yes, it's possible — with some planning. You’d need to:
- Use Diaflow Tables to store product data.
- Store image file references via Diaflow Drive.
- Build flows with AI agents that filter records based on criteria (like price).
If you need more detailed assistance or want help setting this up step-by-step, feel free to join our Discord channel (https://discord.gg/nJdM8Wjk) — our team and community are active there and happy to help!
Best regards,
Diaflow CS Team