Reader
Magento\Config\Model\Config\Structure\Reader
What it does
This class reads and processes system.xml configuration files from all Magento modules to build the admin configuration structure.
It merges multiple system.xml files, validates them against the schema, and compiles the final configuration that powers the Stores > Configuration section in the admin panel.
Developers interact with this indirectly when creating custom configuration fields via system.xml files.