> ## Documentation Index
> Fetch the complete documentation index at: https://pactto.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tags

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:

```html index.html theme={null}
<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.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/pactto/NmqKkk76fDeb9hUF/images/home-tags.png?fit=max&auto=format&n=NmqKkk76fDeb9hUF&q=85&s=48fd37753166fa32fede88a7ded9685e" width="779" height="628" data-path="images/home-tags.png" />
