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

# Installation

> This is your installation guide

### Example

To install the Betsafe SDK in your project, copy and paste the code below into the page where you want to use the SDK.

```html theme={null}
<script src="https://cdn.legitimuz.com/betsafe.js"></script>
<script type="text/javascript">
  legitimuz.sendAction({
    cpf: '00000000000',
    email: 'mail@example.com',
    action: 'signin'
  })
</script>
```
