> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/products/your-products/set-up-addons-variations/how-do-i-add-images-for-my-options.md).

# How Do I Add Images for my Options?

Once you have added your options and variations to your product you may want to be able to show what the chosen variation may look like.&#x20;

### How do I add images for each variation?

To add an image for each variation of your options:

1. Login to your Freewebstore Control Panel.
2. Go to **Manage > Products > List All Products.**
3. Select the product you wish to add the options images to.
4. Scroll down the page, locate and expand the **Options/Variations** panel.
5. You will see 3 buttons at the top of this panel. [**Add Product Option**](/manage/products/your-products/set-up-addons-variations.md)**, Option Image** and [**Option Stock Control**](/manage/products/your-products/set-up-addons-variations/how-do-i-manage-the-stock-for-my-options.md)**.** Click the **Option Images** button.
6. A new window will open giving you the option to **Enable Option Images.** Make sure to check this box.
7. Once checked, you will notice that the window will fill up with the variations you already have configured for this product.
8. Simply click **Add Image** and upload your desired image. Repeat this process for any further variations you wish to add images for.
9. Once you are happy, click **Confirm** and your images will be added.
10. **Save.**

{% hint style="info" %}
Make sure to go and test if this has worked. Go to the product you have added images for and change the variant in the options dropdown selector. The main image for the product should change to the one you uploaded for that option variant.
{% endhint %}


---

# 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://help.freewebstore.com/manage/products/your-products/set-up-addons-variations/how-do-i-add-images-for-my-options.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.
