Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pactto.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

To help you identify a video coming from different pages in your site (e.g. a video from a ‘women’ ‘beginner’, vs a video coming from a more ‘advanced’ ‘wave pool’ surfer), you can add tags (any tag you want) to the code in each page. These tags will be attached to the video, so that you will be able to identify the video on Pactto before you start the review. Here is an example:
index.html
<script>
    window.pactto = window.pactto || {};
    window.pactto.coach = 'username';
    window.pactto.company = 'Coach Name';
    // Add tags attribute:
    window.pactto.tags = ['submissions', 'intermediate'];
</script>
The tags will show up in your Pactto dashboard.