> ## 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 — Installation

> Import your Flotix system files into Roblox Studio and place them in the correct services.

## Requirements

* Roblox Studio installed
* Flotix system files (`.rbxm` or package files)
* Access to your Flotix dashboard

## Install the system files

<Steps>
  <Step title="Open your Roblox game project">
    Launch Roblox Studio and open the game where you want to install Flotix.
  </Step>

  <Step title="Import your Flotix files">
    Drag and drop the provided `.rbxm` file into Studio, or use Asset Manager / Insert Object.
  </Step>

  <Step title="Place components in the right services">
    Typical placement:

    * `ServerScriptService` for server logic
    * `StarterGui` for UI components
    * `ReplicatedStorage` for shared modules
  </Step>

  <Step title="Verify import">
    Confirm all expected folders and modules appear in the Explorer panel.

    <Check>System files are visible in your game hierarchy</Check>
  </Step>
</Steps>

## Next

* [License Setup](/flotix/license-setup)
* [Game Binding](/flotix/game-binding)
