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

# LB Phone

<Warning>
  This requires LB-Phone v1.5.0 or higher
</Warning>

## Configuring

First open `lb-phone/config/config.lua` and set all upload methods to `Fivemanage`

```lua lb-phone/config/config.lua theme={null}
Config.UploadMethod.Video = "Fivemanage"
Config.UploadMethod.Image = "Fivemanage"
Config.UploadMethod.Audio = "Fivemanage"
```

Now set the API token you got from Fivemanage in `lb-phone/server/apiKeys.lua`

```lua lb-phone/server/apiKeys.lua theme={null}
API_KEYS = {
    Video = "YOUR_TOKEN",
    Image = "YOUR_TOKEN",
    Audio = "YOUR_TOKEN",
}
```

<video controls className="w-full aspect-video rounded-xl" src="https://r2.fivemanage.com/internal/fivemanage_lbphone_setup.mp4" />
