> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/how-to/updating-the-browser-extension.md).

# Updating the Browser Extension

### Updating the extension from the Chrome Web Store <a href="#block-267a1504a7144df4a9da3356b331fb43" id="block-267a1504a7144df4a9da3356b331fb43"></a>

Chrome automatically checks the Chrome Web Store for updates to the PixieBrix extension each day. However, in some cases you may want to get the update before Chrome has pushed it to your account.

#### Option 1. Restart Chrome <a href="#block-d7ef8e20b9d949f780afb0ef476c2bd5" id="block-d7ef8e20b9d949f780afb0ef476c2bd5"></a>

When you restart Chrome, it will apply any available updates to the installed extensions

#### Option 2. Apply Detected Update <a href="#block-aa2219a1b89a4a99a92c7f24832e03b8" id="block-aa2219a1b89a4a99a92c7f24832e03b8"></a>

* Open the PixieBrix browser extension. From [https://app.pixiebrix.com](https://app.pixiebrix.com/) click “Open Browser Extension"
* If Chrome has already detected that there is an update available, a golden banner will be displayed. Click the "Update Extension" button
* Refresh any tabs where you were using PixieBrix

#### Option 3. Manually Check for updates <a href="#block-85569871b417412e98c9c27a948130f0" id="block-85569871b417412e98c9c27a948130f0"></a>

* Open the PixieBrix browser extension. From [https://app.pixiebrix.com](https://app.pixiebrix.com/) click “Open Browser Extension"
* Click the Settings item in the sidebar\
  ![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/6190e914-fd3f-44c4-81cc-a6a5b1017470/Untitled/w=640,quality=80)
* Scroll to the bottom of the page and click the "Check Updates"\
  ![image](https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/8ea8dae0-3add-423e-9478-1cd1cc817daf/Untitled/w=640,quality=80)
* Refresh any tabs where you were using PixieBrix


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/how-to/updating-the-browser-extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
