# How to manually update Chrome extensions

Chrome does a good job of updating your extensions automatically, but it checks for updates on its own schedule. If you know that a new version of an extension is out but Chrome hasn’t updated it, here’s how to do it manually.

* Start Google Chrome.
* Click the vertical ellipsis icon  on the browser toolbar.
* Select **More Tools -> Extensions**.
* click the Developer Mode button on the right side of the header
* From there, you should see the “Update” button pop right up.

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


---

# 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://relationlabs.gitbook.io/user-guide/more/how-to-manually-update-chrome-extensions.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.
