# Changelog Banner

## Changelog Banner

#### What are Changelog Banner ?

A changelog banner is a notification or announcement that appears prominently on a website, or an app to inform users about recent changes, updates, or new features.

It typically appears at the top of the page or interface and provides a brief summary of what has been modified, added, or fixed in the latest version.

<figure><img src="/files/Rt4qTMTQU0Ad7tSmXIBw" alt=""><figcaption></figcaption></figure>

Changelog banners are essential for keeping users informed about changes that may affect their experience or workflow. They help maintain transparency and trust between developers and users by keeping them updated on the latest developments and improvements.

### How to enable Changelog Banner ?

**Install Changelog pop-up**

**Step 1**: Place this code right before the \</body> tag of your website. Replace company\_id with the code given under your dashboard settings>>widget. You will find your respective installation code under your `dashboard>>settings>>widget`

```
<!-- productLogz code start -->
<script> 
    window.PL_COMPANY_ID = <<company_id>>;     !function () {     o = document.createElement("script"),     o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://plbucket.sgp1.digitaloceanspaces.com/pl-sdk/pl-0.1.0.js",    n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n)    }();
</script> 
<!-- productLogz code ends -->
```

**Step 2**: Enable changelog widget under Settings>>Widget>>Enable Changelog Banner

### Conditions

**Changelog Widget Conditions**

1. **The most recent published changelog will be shown in the pop-up/ banner**
2. **Once the user closes the widget, it won't be shown until next changelog is published**
3. **Banner & pop-up cannot be enabled at the same time**
4. **Once a user closes the widget in a given browser, it will not be shown till the next changelog is published**


---

# 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://help.productlogz.com/changelog/changelog-banner.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.
