> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/voltmasters-platform/10.-project-settings/10.4-change-log.md).

# Change log

The **Change log** is found under **Settings → Changelog** and provides a complete audit trail of all configuration changes made to this project and its devices.

### What is recorded?

Each entry in the change log shows:

| Field         | Description                                                                                   |
| ------------- | --------------------------------------------------------------------------------------------- |
| **User**      | The name or account of the person who made the change                                         |
| **Component** | The setting or object that was changed (e.g., a device, a strategy parameter, a grid setting) |
| **Old value** | The value before the change                                                                   |
| **New value** | The value after the change                                                                    |
| **Timestamp** | The date and time the change was made                                                         |

This gives you a full overview of every adjustment made over time, making it easy to trace back when a specific setting was changed and by whom.

### Filtering the log

Use the **date selector** and **search field** at the top of the page to filter entries by time period or keyword.

<div data-with-frame="true"><figure><img src="/files/1mLd2Uo8LOiA6bg0n3Zn" alt="Voltmasters EMS: change log"><figcaption><p>Voltmasters EMS: change log</p></figcaption></figure></div>


---

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

```
GET https://docs.voltmasters.io/voltmasters-platform/10.-project-settings/10.4-change-log.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.
