# Installing a PixieBrix Pre-Release Build

{% hint style="info" %}
BETA builds are now available in the Chrome Web Store on the [PixieBrix BETA listing](https://chromewebstore.google.com/detail/pixiebrix-beta/mpapkmgkphbggmlekkfnoilmafnbfile?authuser=0\&hl=en). The BETA listing is preferred method for testing/verifying upcoming releases.
{% endhint %}

### 1. Create a PixieBrix Account

You use the same PixieBrix account for official releases and pre-release builds. If you do not already have an account, visit <https://app.pixiebrix.com/login> and connect a Google or Microsoft account

### 2. Download the Build

Download the build ZIP file. Contact <support@pixiebrix.com> for access to a pre-release build

### 3. Install the Build

{% hint style="info" %}
📈 **Pro-tip:** If you already have PixieBrix installed in Chrome, you don't need to uninstall in order to install a pre-release build. Chrome will replace the version you have installed with the pre-release build and keep your settings/bricks intact
{% endhint %}

1. Unzip the release build to a location on your computer
2. Open the Chrome extensions screen: `chrome://extensions/`
3. Toggle Developer Mode (upper right) to ON\
   ![](/files/sydxpQMxOZxolePx93DU)
4. Click Load Unpacked and select the unzipped extension folder\
   ![](/files/EJVheYoYpeSf7b7Hu1VO)
5. A PixieBrix card will be added to the extensions page:\
   ![](/files/gJK4EAqcD61xJVSC7ftV)

### 4. Link the Extension

1. When the PixieBrix extension loads for the first time, it will show an onboarding page. Click "Link Extension"
2. To verify that the extension has been linked to your PixieBrix account, visit <https://app.pixiebrix.com/>. You should see a message with the version number you installed:\
   ![](/files/tdDQgUYcb5eSA7YeVvF2)


---

# 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.pixiebrix.com/how-to/installing-a-pixiebrix-pre-release-build.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.
