graph TD
A[Output Manager] --> B{Receive approved images folder path}
B --> C[Zip images and generate shareable link]
C --> D[Create HTML selector file]
D --> E[Deliver images to user]
E --> F[User interface: HTML selector file with images and download link]
E --> G[API response: Zipped file with images and download links]