# How to Check and Update Your Agent

### How to Check If Your Agent Is Outdated

First, open your agent options (see how here:[Install the Agent](/install-the-agent.md#how-to-use-agent-options)) and check your currently installed agent version.

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

Then, open the general [**agent download page**](https://creator.zerowork.io/download-agent) and check what the latest available version is.

If the version displayed on the download page is higher than the version installed on your machine, your agent is outdated.

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

***

### How to Update Your Agent

1. In your agent options, click **Check for update** and confirm the prompt to install the new version.
2. After the update, you'll be asked to confirm an agent restart — simply accept, and you're done!

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

***

If for any reason the update fails, you can always uninstall your current agent and manually install the latest version from <https://creator.zerowork.io/download-agent>.

✅ Uninstalling and reinstalling the agent will not affect any of your scheduled TaskBots or webhooks.


---

# 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://docs.zerowork.io/using-zerowork/general-run-schedule-share-webhooks/how-to-check-and-update-your-agent.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.
