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

# How to use images for items

> Configure custom item images shown in the shop UI.

## Global method

The script allows you to use the images you want for the items, bound to their names — so if an item is named `bread`, the image must be named `bread.png`.

You can place the images you want in the `shops_creator/html/images/` folder.

## I want to get the image files from an inventory

To customize the default path where the script looks for images, open the file `shops_creator/integrations/cl_integrations.lua` and edit the `IMAGES_PATH` variable to anything you want.


## Related topics

- [How to](/jaksam-inventory/how-to-update.md)
- [How to use custom sprites](/blips-creator/how-to-use-custom-sprites.md)
- [How to add custom audio and images to effects](/drugs-creator/guides/custom-audio-and-images.md)
- [Get item image path](/jaksam-inventory/functions/shared/get-item-image-path.md)
