# Installation

FastTrack is currently distributed as an unpacked Chrome extension. Once it is approved on the Chrome Web Store, installation will be a single-click button on the home page.

## Requirements

* Chrome, Brave, or Edge (any Chromium-based browser)
* A registered FastTrack account (created on first install)

## Steps

1. **Download the extension.** Get the latest build from [willet.cc](https://willet.cc) or directly via [fasttrack-extension.zip](https://willet.cc/fasttrack-extension.zip).
2. **Extract the ZIP** to a stable folder on your computer. Avoid temporary folders — your browser loads the extension from this location every time it starts.
3. **Open the extensions page.** Type `chrome://extensions` in your browser's address bar and press Enter.
4. **Enable Developer mode** using the toggle in the top right.
5. **Click Load unpacked** and select the folder you extracted in step 2.
6. **Pin the FastTrack icon** to your toolbar. Click the puzzle piece icon, find FastTrack, and click the pin.
7. **Register.** Click the FastTrack icon, enter your email and a password. A six-digit verification code will be sent to your email.

## Updates

While in beta, each release ships as a new ZIP on the home page. To update, replace the contents of your install folder with the new release and click the reload icon on the FastTrack card in `chrome://extensions`.

Once FastTrack is published to the Chrome Web Store, updates will be delivered automatically.


---

# 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.willet.cc/getting-started/installation.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.
