for field in fields:
        context = InstructionContext(field, form_model.entity_type)
        instruction, example = SubjectInstructionBuilder.fetch_instruction(context)
        add_to_header(headers, field["label"], instruction, example)