Challenge 3: Producing a JPG While Keeping a 40-Layer Project Editable — Solution Walkthrough The correct approach: Use Export (not Save/Save As, and not Flatten Image directly on the working file) to generate a separate JPG file for the client, while the original PSD/XCF working file — with all 40 layers, masks, and adjustment layers intact — remains completely untouched and saved separately. Why, per this chapter's own material: Export creates a new, different-format file specifically for delivery, leaving the native working file entirely unmodified. Since JPG has no concept of layers at all, the export process necessarily flattens the image during export — but per this chapter's own point (revisiting Chapter 4's own warning box), that flattening happens only to the newly generated export copy, not to the original working file, as long as Export is used rather than flattening the working file directly and then saving over it. Why this specifically protects future revisions: Because the original 40-layer PSD/XCF file was never flattened or overwritten, any future revision request from the client can still be handled by adjusting the relevant layer, mask, or adjustment layer directly, then exporting a fresh JPG again — exactly the same capability that would have been permanently lost if the working file itself had been flattened at any point. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise directly applies this chapter's own Export-vs-Save distinction, combined with Chapter 4's own flattening warning, to a concrete client-delivery scenario, correctly identifying Export as the operation that protects the original layered file.