This document describes how to build a Lightning component that displays a list of opportunities related to an account on an account record page. It includes an Apex controller class that queries for opportunities by account ID, and the Lightning component markup, controller, and helper that fetch the opportunity data and display it in a table. The component retrieves the record ID of the account, calls an Apex method to get related opportunities, and populates an attribute to display the opportunities in an iteration.