# Automatic AI image caption setting not saved

**URL:** https://meta.discourse.org/t/automatic-ai-image-caption-setting-not-saved/311223
**Category:** Support
**Tags:** ai, ai-helper
**Created:** [June 8, 2024, 5:54am UTC](https://meta.discourse.org/t/automatic-ai-image-caption-setting-not-saved/311223 "2024-06-08T05:54:34Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![keegan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/keegan/32/383395_2.png) [@keegan](https://meta.discourse.org/u/keegan)
#### Post date: [June 11, 2024, 10:49pm UTC](https://meta.discourse.org/t/automatic-ai-image-caption-setting-not-saved/311223/7 "2024-06-11T22:49:54Z")

</div>

> [@Don](#):
>
> On my site I checked the `/u/username.json` too but I didn’t find the “auto\_image\_caption”. 🤔 I think it’s because I can’t save it on my settings the checkbox is always unchecked.

It should still appear even if you can’t save it in your settings. The field should appear and show `false`…

There are a[few things necessary](https://github.com/discourse/discourse-ai/blob/a1c649965fb09c74dfd62126429b4242c646367e/lib/ai_helper/entry_point.rb#L47-L56) for it to be setup.

- Do you have `discourse-ai` installed and enabled?
- `SiteSetting.composer_ai_helper` enabled?
- `SiteSetting.ai_helper_enabled_features` includes `image_caption`
- Is the user you are testing with on your site a member of the groups set under `SiteSetting.ai_auto_image_caption_allowed_groups` ?

Could you confirm you have these setup? ☝

---

_[View the full topic](https://meta.discourse.org/t/automatic-ai-image-caption-setting-not-saved/311223)._
