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

# Flotix — License Setup

> Add your Flotix license key to your Roblox system and validate it on run.

## Add your license key

<Steps>
  <Step title="Copy your key from dashboard">
    Open your Flotix dashboard and copy the license key for your purchased system.
  </Step>

  <Step title="Open configuration module">
    In Roblox Studio, find the Flotix configuration script or module included with your system files.
  </Step>

  <Step title="Paste your key">
    Set the license field to your key value.

    ```lua theme={null}
    LICENSE_KEY = "your-key-here"
    ```
  </Step>

  <Step title="Save and test">
    Run your game to confirm the key validates successfully.

    <Check>Flotix system loaded successfully</Check>
  </Step>
</Steps>

## Common tips

* Keep keys private and out of public repos
* Use the exact key format from your dashboard
* If validation fails, re-copy the key and remove extra spaces

## Next

* [Game Binding](/flotix/game-binding)
* [Troubleshooting](/flotix/troubleshooting)
