# Changelog

A changelog is *a file that shares a chronologically ordered list of the changes you've made to your* product / project. Changelog helps your users know what the recent changes you have made to your product/ project

### How to Create a Changelog?

You can create a Changelog by going into Changelog tab and clicking on the Create button

Once you click on Create, a new tab will open up for you where you can insert a header Image, Title, Subtitle and content for your changelog

Once you have created a changelog post, you can save it as a draft, preview it and publish it for your users to be able to see.

If you are not prepared to publish your changelog post, you can save it as draft and return to the app later on to review and publish changes

Once you hit publish, you will be able to see a log of your changelog post visible and accessible with all your users

### How to edit & format a Changelog Post

You can edit your changelog post whenever you want to and publish changes to be reflected on the changelog page

You can format your post with Bold/ Italic/ Underline and give headings as well

If you wish to add author, subtitle and reactions to your post, you can enable these options on teh right side of your panel

You can also assign tags such as New, Improvement & Fixes to your changelog post to categorize your post


---

# 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.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.
