> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/product/legacy-features/how-to-configure-legacy-offers-legacy/how-to-add-images-to-offers-and-display-them-on-the-page.md).

# Add Images to Offers (Legacy)

In Limio, an offer defines how a product will be sold to the customer. It will include the price but also presentational and marketing information. Offers are powerful ways to sell any kind of physical or digital product, whether by subscription or as a one-time transaction. Here is how to add images to your offers and display them on your campaign or page.

## **How to add an image?**

**Step 1 - Upload the image in Assets**

First, upload the pictures as Limio Assets. Go to **Assets -> '+' -> Add Asset**. You can add images to an offer to display your product or features. You can add one picture or a series of pictures.

**Step 2 - Edit asset attribute fields and upload the image**

Here you can add additional data such as description and attach the asset.

**Step 3 - Add image to offer**

To add a picture or an image on a specific offer, go to the offer on the campaign, click on the **Attachment** tab, and search for an image. Press **Save**.

## **How will the offer images appear?**

On the Page Builder, drop an Offer component such as Offer Cards or Grouped Offers.

Depending on the component, you may have styling options. For examples, the Offers component has the following options to configure the display:

* imageShape: This provides some shaping option for the image
* imagePosition: This aligns the picture in the offer component
* showAllImages: If you provide multiple pictures, you can decide to only show one (the first) or multiple
* thumbnailPosition: If you provide multiple pictures, a thumbnail appears. This set the alignment of it.

You can use **Style** to further modify the appearance. Note that if you activate the 'showLearnMore', the image(s) will also appear there.


---

# 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://docs.limio.com/product/legacy-features/how-to-configure-legacy-offers-legacy/how-to-add-images-to-offers-and-display-them-on-the-page.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.
