> For the complete documentation index, see [llms.txt](https://gg-studio.gitbook.io/gg-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gg-studio.gitbook.io/gg-studio-docs/gg-studio-scripts/advanced-garbage-job/installation/global-setup.md).

# Global Setup

#### Simple Setup for `gg_garbagejob`

1. **Drag & Drop**
   * Simply drag and drop the `gg_garbagejob`folder into your server's `resources` directory.
2. **Ensure the Script**
   * Open your `server.cfg` file and add the following line to ensure the script loads:

     ```bash
     ensure gg_garbagejob
     ```
3. **Configure Settings**
   * Open the `gg_garbagejob/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. If the dependency is present, it will be configured automatically.
* **Automatic SQL Setup:** The SQL database is initialized automatically on the script's first start.
