> For the complete documentation index, see [llms.txt](https://help.productlogz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.productlogz.com/changelog/changelog-banner.md).

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