> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dealership/configuration/photos.md).

# Photos

Edit `rcore_dealership/configs/config.photos.lua` to set where vehicle preview photos are stored.

The script can generate a showroom photo of every vehicle model for the dealership UI (see [Photo Mode](/paid-resources/rcore_dealership/features/photo-mode.md)). Those images are uploaded to an external host.

## 📷 Storage Provider

```lua
Config.Photos.Storage.Type = PhotoStorageType.FIVEMANAGE
```

[FiveManage](https://fivemanage.com/) is the supported storage provider.

```lua
Config.Photos.Storage.Providers.FiveManage.APIKey = 'YOUR_API_KEY'
```

{% hint style="danger" %}
The resource ships with a placeholder API key. Replace it with your own FiveManage API key before generating photos, or uploads will fail or go to the wrong account.
{% endhint %}
