# Align MPA presentations from Veeva
Platforce allows you to align MPA presentations from Veeva.
To do this, perform the following steps:
Create
structure.json
,info.json
, and theslides
folder.Move all Veeva slides into the
slides
folder.Update the presentation details in
info.json
.Update the presentation structure in
structure.json
. To use a default Platforce two finger swipe navigation mechanism between the slides, pull all slides into one chapter.Deactivate the
irep.js
lib for each HTML in theslides
folder or hide it in the comment as shown on the following image.Add
Platforce-api.js
for each HTML slide.Add monitoring initialization for each HTML slide.
Replace all veeva: navigation links to platforceOpenChapterForPresentation.
Example:
<a id="home" href="veeva:gotoSlide(Platforce_MPA_home.zip)"></a>
Replaced:
<a id="home" onclick="platforceOpenChapterForPresentation('main', 'Platforce_MPA_home');"></a>
- Zip the presentation and upload it to Platforce.