# How to Update the Plugin

Keeping your plugin up to date ensures you get the latest features, improvements, and security updates. There are two ways to update, depending on whether you’re using the **Free** or **Pro** version.

### **Updating the Free Version**

If you're using the free version of the plugin, update notifications will appear in your **WordPress Dashboard** under **Plugins** → **Installed Plugins**, just like regular WordPress updates. Simply click **Update Now** when a new version is available.

### **Updating the Pro Version**

The Pro version follows the same update process as the free version, but you need to ensure that **Plugin Update Checks** are enabled:

1. Go to **Plugin Settings** → **General Settings**.
2. Enable the **Plugin Update Checks** option.
3. When an update is available, go to **Plugins** → **Installed Plugins** and click **Update Now**.

By keeping your plugin updated, you ensure the best performance, latest features, and continued security!

***

#### ***Manual Update (If Automatic Update Fails)***

In some cases, the automatic update system may not work on certain hosting environments. If this happens, you can manually update the plugin by following these steps:

1. **Download the latest version** from the **Member Area**.
2. **Deactivate and delete** the current installed version from your WordPress dashboard.
3. **Upload and install** the new version by going to **Plugins** → **Add New** → **Upload Plugin**.
4. Activate the plugin.

{% hint style="info" %}
No need to worry about your data—**all settings and content will remain intact** during the update process.
{% 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://ghozylab.gitbook.io/plugins/how-to-update-the-plugin.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.
