# Global Setup

## Installation Guide - gg\_electricianjob

### Simple Setup for `gg_electricianjob`

1. **Download bl\_ui**
   * Download bl\_ui from Github: <https://github.com/Byte-Labs-Studio/bl_ui/releases/tag/v2.1.0>
   * Start bl\_ui before gg\_electricianjob.
2. **Drag & Drop**
   * Simply drag and drop the `gg_electricianjob` folder into your server's `resources` directory.
3. **Ensure the Script**
   * Open your `server.cfg` file and add the following lines to ensure the scripts load:

```bash
ensure bl_ui
ensure gg_electricianjob
```

4. **Configure Settings**
   * Open the `gg_electricianjob/utility.lua` file in any text editor.
   * Modify the settings to your preferred configurations.

### Additional Information

* **Auto-Detected Dependencies:** All dependencies are automatically detected—no manual setup required. Ensure the dependencies are started before the script to avoid any issues.
* **Automatic SQL Setup:** The SQL database is initialized automatically on the script's first start.


---

# 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://gg-studio.gitbook.io/gg-studio-docs/gg-studio-scripts/advanced-electrician-job/installation/global-setup.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.
