> 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_clothing/admin/image_debugging.md).

# Image debugging

**Needed permission:** `Permissions.ADMIN_IMAGE_DEBUG`

If you are having issues with product images, you can use the image debugging admin mode to see what is wrong.

{% hint style="warning" %}
First of all, make sure to go through the admin modes page to enable admin mode and see how to use it.
{% endhint %}

![](/files/aSVDX8olSRsYSaducSIg)

### When to use

* If a product has no image
* If a product has a wrong/bugged/cropped image

### What does it mean if you don't have a photo

1. The product was too small to be screenshotted
2. The product was our of the camera's view
3. The product is only used as an empty slot (this ID does not have a model to display)
4. It just didn't get screenshotted for some reason

## How to debug

1. Find the product with wrong/missing image in the shop
2. Turn on admin mode and the image debugging mode
   * You should now see green screen behind your character
3. Is your character invisible?
   * **NO** - you have to start `rcore_clothing_for_photos` script and restart the game
     * make sure to stop the script after you are done
   * **YES** - continue to the next step
4. Click on the product in the shop to preview it
5. Follow the steps below based on the issue (missing image or wrong image)

### Debugging missing image

If the product does not have any image at all, follow these steps:

1. Switch to "Full body cam" using the button at the bottom of image debugger
   * Do you see the product now?
   * **NO** - This product is only used as an empty slot > Click "Blacklist previewed" to remove it from all shops
   * **YES** - Use "Reset previewed" button and then use [Manual photo mode](https://documentation.rcore.cz/paid-resources/rcore_clothing/admin/pages/ozoIXBI6Cm58MJ6BtNGn#step-3.5-manual-photo-mode) to take a photo of it

### Debugging wrong image

If the product has a wrong image (weirdly cropped, glitched etc.), follow these steps:

1. Use "Reset previewed" button and then use [Manual photo mode](https://documentation.rcore.cz/paid-resources/rcore_clothing/admin/pages/ozoIXBI6Cm58MJ6BtNGn#step-3.5-manual-photo-mode) to take a photo of it


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.rcore.cz/paid-resources/rcore_clothing/admin/image_debugging.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
