# Update

### Introduction

There are three types of updates for Lucy:

1. **Major** updates make changes to the application code and environment. Major updates are not guaranteed to maintain compatibility with uploaded assets from earlier versions of the application.
2. **Minor/Patch** updates apply hotfixes and other small patch fixes to the environment.
3. **Template** updates are separate from version updates and are applied to our template server. Users receive notifications on their Lucy dashboard when new templates are available.

{% hint style="info" %}
Navigate to **Support -> Update**
{% endhint %}

***

### How can I find out about available updates?

If your workstation does not have the latest version of Lucy installed, you will receive an alert upon logging in. This alert only appears once per update - once a user on your workstation dismisses it, Lucy will not alert you about that update again.

You can check for updates at any time by going to **Support -> Update.** Click **Check Update** to initiate a connection to our update server so that Lucy can scan for available updates. If one is available you will see it for download:

<figure><img src="/files/mPuLpYZWmaeOWnlWSRlz" alt=""><figcaption><p>Click "U<strong>pdate" to download and install the update</strong></p></figcaption></figure>

***

### Automatically stay up-to-date

Starting in version 4.14 there is an optional **Auto Update** setting in the [**Advanced System Settings**](/application-reference/settings/advanced-system-settings.md)**.** With this setting your workstation will automatically download and install all minor and patch updates. Major updates still require manual intervention.

<figure><img src="/files/FSaYgnW73suvVRswg3xQ" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Also starting in version 4.14 it is no longer necessary to pause campaigns before applying minor and patch updates, so you can use this setting safely with running campaigns.
{% endhint %}

***

### Scheduled Updates

Another new feature in version 4.14, you can now schedule your updates to automatically download and install at a time of your choosing:

<figure><img src="/files/XGMFN4Ys7QenwqUJsVHG" alt=""><figcaption></figcaption></figure>

Click **Scheduled Update** and then configure your time and notification settings:

<figure><img src="/files/cpsfQwLBPrd9FrgjaeAs" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In order to receive system notifications from Lucy please ensure you have set the notification email in the [**Advanced System Settings**](/application-reference/settings/advanced-system-settings.md).
{% endhint %}


---

# 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://wiki.lucysecurity.com/application-reference/support/update.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.
