> For the complete documentation index, see [llms.txt](https://ztrust.gitbook.io/ztrust-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztrust.gitbook.io/ztrust-documentation/user-manual-ztrust-v4.1/4.-admin-manual/4.1-version-information.md).

# 4.1 Version Information

### **Overview**

The **Version Page** in **ZTrust** provides information about the current **application version** and helps administrators check for the latest updates. It ensures users are aware of the version they are using and whether any **new updates** are available.

#### Page Details

| **Field**            | **Description**                                                                        |
| -------------------- | -------------------------------------------------------------------------------------- |
| **Application Name** | Displays the name of the application. In this case, it is **ZTrust**.                  |
| **Current Version**  | Shows the currently installed version of ZTrust. **Example:** `V 4.1.4`.               |
| **Release Date**     | Indicates the official release date of the current version. **Example:** `08/26/2025`. |
| **Check Update**     | A button that allows the user to check if a **new version** is available.              |

### **Check Update Functionality**

The **Check Update** button enables administrators to verify whether a newer version of **ZTrust** is available.

* **If an update is available:**
  * A message or modal will appear indicating the **latest version** and providing an **option to update**.
  * Example:

    > “A new version **V 4.2.0** is available. Click **Update** to proceed.”
* **If no updates are available:**
  * A notification or message will confirm:

    > "You are using the latest version .”


---

# 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://ztrust.gitbook.io/ztrust-documentation/user-manual-ztrust-v4.1/4.-admin-manual/4.1-version-information.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.
