# Manually updating the Extension

## Why would I need to update my Keeping Chrome Extension manually?

Usually, the Chrome Store will automatically update your Keeping Chrome extension whenever there is an update.   Here's how to force an update if your extension is not automatically updated.

### Go to your Extensions settings in Google Chrome.

1. Click on the **three-dots** menu in the upper right corner of your Chrome browser.
2. Click on **Extensions**
3. Click on **Manage Extensions**

<figure><img src="/files/KFrhXjiFjoRhXBQJVhJk" alt=""><figcaption><p>Access your Chrome Extensions list</p></figcaption></figure>

### Navigate to the Keeping extension with Developer Mode enabled

1. Click on **Developer mode** in the upper right corner. It should be enabled.
2. Click on **Details** for the Keeping extension.

<figure><img src="/files/jL1Ov58tzf1wml0Jx8FV" alt=""><figcaption><p>Enable Developer mode.</p></figcaption></figure>

### Update the extension

1. Click on the Update button to get the latest version of the Keeping Chrome extension
2. Return to your Gmail, and refresh your Gmail tab in Chrome

<figure><img src="/files/JnMFzHNuFk4VNbGakSbX" alt=""><figcaption><p>Click Update Button to update your Chrome Extension.</p></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://docs.keeping.com/help/setup/manually-updating-the-extension.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.
