Codex released a brilliant way to guide users around privacy permissions through the Settings app, see here this repo shows how to implement one yourself.
import Permiso
@MainActor
func showAccessibilityHelper() {
PermisoAssistant.shared.present(panel: .accessibility)
}