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

> Configure license, environment, and system behavior for your Flotix Roblox integration.

## Basic configuration

Most Flotix systems include a central config script/module. Update it before running:

* `LICENSE_KEY`
* Environment or mode flags (if provided)
* Feature toggles included in your purchased system

## Example configuration

```lua theme={null}
LICENSE_KEY = "your-key-here"
```

## Best practices

* Keep your config in one place
* Use descriptive comments for custom options
* Re-test after each change

<Tip>
  If your team edits the same project, keep a checklist so license and setup values stay consistent across places.
</Tip>

## Next

* [Using the System](/flotix/using-system)
* [FAQ](/flotix/faq)
