# How to install glazed?

### 📥 Step-by-Step Installation

#### 🔽 Step 1: Download Required Files

| Component         | Description                           | Download Link                                                                |
| ----------------- | ------------------------------------- | ---------------------------------------------------------------------------- |
| **Meteor Client** | Base client that Glazed runs on       | [meteorclient.com](https://meteorclient.com/) or <https://glazedclient.com/> |
| **Baritone**      | Required dependency for pathing logic | [meteorclient.com](https://meteorclient.com/) or <https://glazedclient.com/> |
| **Glazed Addon**  | The addon jar itself                  | <https://glazedclient.com/> or <https://github.com/realnnpg/Glazed/releases> |

> ⚠️ Only download from official sources. Always verify JAR files before running.

***

#### 🧵 Step 2: Install Fabric Loader

1. Go to <https://fabricmc.net/use/>
2. Download the **Fabric Installer** for your platform
3. Run the installer and:
   * Select **Minecraft version**: `1.21.5 or 1.21.4`
   * Check the box for **Create Profile**
   * Click **Install**

***

#### 📁 Step 3: Add Mods to the `.minecraft/mods` Folder

1. Press `Win + R`, type `%appdata%`, then hit **Enter**
2. Navigate to `.minecraft/mods`
   * If it doesn’t exist, create the `mods` folder manually
3. Drag and drop the following `.jar` files into `/mods`:
   * `Meteor-Client-<version>.jar`
   * `Baritone-<version>.jar`
   * `Glazed-<version>.jar`

***

#### 🚀 Step 4: Launch Minecraft with Fabric

1. Open the **Minecraft Launcher**
2. Select the **Fabric** profile (should be created during installation)
3. Hit **Play**

***

#### 🎮 Step 5: Open Meteor GUI and Enjoy!

Once in-game:

* Press **Right Shift** to open the **Meteor GUI**
* Glazed modules will be under their respective categories


---

# 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.glazedclient.com/overview/how-to-install-glazed.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.
