# Dynamic Images

### Working with Dynamic Images

Dynamic images serve a unique purpose by allowing real-time updates to the visual content based on specific variables such as customer ID, dates, or other personalized information. <br>

<figure><img src="https://lh7-eu.googleusercontent.com/Kol_Tdw2yi5j3afFu-vQMuPn9vH-jYOWUDpbEOudel1HWHELzP9N2cY_K3HZ0bkAL2xmKZFNs34tgGN9_GMzQhiUqjI-POO8Fz_GZIrkiQJVBe4TQwrj11yYDlA-kQxpZxJxPz0k9FTchpGzTKuJJrg" alt=""><figcaption></figcaption></figure>

Essentially, they can change when viewed by the content recipient or viewer, offering highly personalized interaction without requiring individual design adjustments.

* **Use-Cases:** Examples of dynamic images include personalized greeting cards, countdown timers to events, dynamic advertisements, and product recommendations. The ability to generate these dynamically creates a more engaging and interactive experience for the viewer or recipient.
* **Technical Overview:** A Dynamic URL contains variables that the sending platform replaces when the recipient views the design. So, instead of a static URL like <https://site.com/image.jpg>, you'd have a URL with variables, such as <https://site.com/image?customerID=\\{{customer\\_ID\\}}>.
* **Configurations:**
  * **Dynamic Image Toggle:** Accessible in the "Content Properties," toggle this ON or OFF based on your requirement.
  * **Dynamic URL Input:** This field allows you to insert the variables needed for dynamic content. The URL field can't be empty; it has to contain at least the static part of the URL to which variables are appended.


---

# Agent Instructions: 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:

```
GET https://docs.beefree.io/end-user-guide/dynamic-content/dynamic-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
