Creating another View page

how exactly this work if you already have existing view?

if you register it to your getpages()

'view' => Pages\ViewCustomer::route('/{record}'), // existing view
'view-contact' => Pages\ViewCustomerContact::route('/{record}/contact'),

how will you make the page and link that page?

Is this correct cause i try and it's not working
Tables\Actions\Action::make('contact')
Was this page helpful?