This document provides instructions for creating a Gutenberg block with Advanced Custom Fields (ACF) in 5 steps:
1. Export custom fields to JSON and PHP
2. Register the Gutenberg block
3. Create custom fields with ACF
4. Create HTML and CSS to render the block
5. Enqueue the theme style in the backend