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

# LB Phone

> Integration details for LB Phone with no-camera.

LB Phone integration is enabled by default. Captured photos will automatically be added to the player's phone gallery.

<Note>
  If LB Phone is not found on the server, the integration will not be initialized.
</Note>

## Configuration

You can enable or disable the integration in `no-camera/config/shared.lua`:

```lua theme={null}
Config.Integrations.LBPhone.enabled = false
```

## Integration File

The integration file is located at `no-camera/integrations/lb-phone.lua`. This file is not encrypted and can be edited to customize the integration behavior.
