# 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 theslidesfolder.Move all Veeva slides into the
slidesfolder.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.jslib for each HTML in theslidesfolder or hide it in the comment as shown on the following image.
Add
Platforce-api.jsfor 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.