> For the complete documentation index, see [llms.txt](https://docs.ag5.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ag5.com/release-notes/2022-updates/november-release-2-2022.md).

# November Release #2, 2022

We are happy to announce another release of our software. We have released both a new feature as well as many backend upgrades. &#x20;

**Overall history**

You can now see the entire history of changes in your AG5 environment.&#x20;

Within this page, found in the Organization tab, you will be able to find whatever changes were made in your AG5 environment, timestamped and with the email address of the person who performed that change.&#x20;

This will make it simple to find out who performed changes in AG5, but also how employees are using the software, what are the common actions, or just track overall activity in AG5.&#x20;

Please note that we are still working on this feature and some information might be missing in the History of Changes. It will be further improved in upcoming releases.

The overall history page is available only to the admin and super users.&#x20;

![](https://cdn.elev.io/file/uploads/tfNHbase18C9irCYFEYUJIWBYNbJEZKpwfnSxeUHdUg/svzvtV91yaeKEtXh6LrceUx8MP0pcjsGuOeCn6N0Uas/overall%20history-TWA.jpg)<br>

**Language update**

Language preferences are now saved in user data, rather than browser cookies. This change will be convenient when changing browsers or devices, but also allow us to create more user-specific features in the future.

**Visual upgrade of employee page**

The employee page was also updated with a new look. This is part of the major visual upgrade to AG5 which will continue in the following months. Follow the below links for more information about the visual upgrades:

* [New visual for AG5](https://help.ag5.com/en/articles/54-august-release-2-2022?utm_campaign=Release%20emails\&utm_medium=email&_hsmi=2\&utm_content=2\&utm_source=hs_email&_hsenc=p2ANqtz-97gUTuKz69yd3cMt6M1fdqJ2hwLbFhtZaarlHhrDGiW2qf7jTLRl2BJLM9CXeEzBoB3zm_)
* [Alert list](https://help.ag5.com/en/articles/57-october-release-1-2022?utm_campaign=Release%20emails\&utm_medium=email&_hsmi=2\&utm_content=2\&utm_source=hs_email&_hsenc=p2ANqtz-97gUTuKz69yd3cMt6M1fdqJ2hwLbFhtZaarlHhrDGiW2qf7jTLRl2BJLM9CXeEzBoB3zm_)

![](https://cdn.elev.io/file/uploads/tfNHbase18C9irCYFEYUJIWBYNbJEZKpwfnSxeUHdUg/cDnK_JJX9vNb022QxAUTu9V5qekjXKu_npYhl-dtLgA/1.%20new-IKo.jpg)

<br>


---

# 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://docs.ag5.com/release-notes/2022-updates/november-release-2-2022.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.
