Considerations for Customizing Overrides
General Considerations
1<apex:page standardController="Account">
2<!-- page content here -->
3</apex:page>When overriding tabs with a Visualforce page, you can select only Visualforce pages that use the standard list controller for that tab’s associated object, pages with a custom controller, or pages with no controller.
When overriding lists with a Visualforce page, you can select only Visualforce pages that use a standard list controller.
When overriding the New button with a Visualforce page, you can choose to skip the record type selection page. If you do, new records you create aren’t forwarded to the record type selection page. Salesforce assumes that your Visualforce page is already handling record types.
Specific Override Considerations
When the ResetPassword action for an Experience site is set to a Visualforce page, the page’s action that triggers the password change must redirect to a different page to avoid an infinite password reset loop.