To improve your brand recognition among your customers, add branded content to Web Presence Builder. Particularly, you can connect pages with your own user documentation and embed your own Getting Started video.
If the most of your customers are from a non-english speaking country, create a Getting Started video in their native language and embed it into Web Presence Builder.
You can add to Web Presence Builder branded content the following ways
Below is the list of available Web Presence Builder functionality customizations:
The image below shows the location of these links:

Customizing the Help Link
To change the link to user documentation:
config from the %plesk_dir%\sb\ directory on the Panel-managed server.[help] to the file. If it already exists, skip this step.[help]:help_url = "<link_to_your_documentation>?"
For example: http://example.com/help.html?
The value that you specify as help_url may contain the following placeholders:
%%LOCALE%% - 4-letter code of current Web Presence Builder locale, for example, en_US or ru_RU.%%VERSION%% - full Web Presence Builder version, for example, 10.4.4.%%MAJOR_VERSION%% - major Web Presence Builder version (first two numbers), for example, 10.4.4.e.g. "10.4".Changing the Link to the Getting Started Video
To change the link to the Getting Started video:
config from the %plesk_dir%\sb\ directory on the Panel-managed server.[help] to the file. If it already exists, skip this step.[help]:getting_started_video_url = "<video_link>"
getting_started_video_enabled = on
Setting Custom Localized Getting Started Videos
To set a custom Getting Started video for a locale:
config from the %plesk_dir%\sb\ directory on the Panel-managed server.getting_started_video_url :getting_started_video_url_locale_<locale name> = "<localized_video_link>"
Where <locale-name> is the 4-letter code of Web Presence Builder locale (for example, en_US or ru_RU) in which will show the video.
Note: The locale must be supported by Web Presence Builder.
getting_started_video_enabled = on
Removing the Link to the Getting Started Video
To remove the link to the Getting Started video:
config from the %plesk_dir%\sb\ directory on the Panel-managed server.[help] to the file. If it already exists, skip this step.[help]:getting_started_video_enabled = off
If the file contains the line getting_started_video_enabled = on, just change on to off.