> ## 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.

# Position

You can also define where the modal window will show up on your page: `topRight`, `topCenter`, `topLeft`, `right`, `center`, `left`, `bottomRight`, `bottomCenter`, `bottomLeft`.

```html index.html theme={null}
<script>
    window.pactto = window.pactto || {};
    window.pactto.coach = 'username';
    window.pactto.company = 'Coach Name';
    // Add position attribute:
    window.pactto.position = 'bottomRight';
</script>
```
