The first topics in this section describe how to configure app extensions in your manifest.json and explain extension points and controller extensions, which are the preferred standard approaches for customizing applications.
You’ll also find a section containing some further extensions. Consider these for specialized view customizations or when the standard approaches aren’t sufficient.
Another topic covers your options for customizing application text.
Component’s manifest.json file, where you define your customization logic within the sap.ui5/extends/extensions section. This declarative approach allows you to specify which views, controllers, or UI elements you want to extend or replace, without the need to modify the original application code.[Further Extensions](further-extensions-c44813d.md “”)