# gh05t admin

> **Folder:** `gh05t-admin` · **Frameworks:** ESX / QBCore / QBox / Standalone

## Overview

Admin tools and moderation menu. — one or two sentences. List the headline features:

* Feature one
* Feature two
* Feature three

## Requirements & Dependencies

| Dependency   | Required? |
| ------------ | --------- |
| `gh05t-core` | ✅ / ❌     |
| `oxmysql`    | ✅ / ❌     |
| Other        | —         |

## Installation

{% stepper %}
{% step %}

## Extract and place the resource

Extract and place **`gh05t-admin`** in your `resources/[GH05T]/` folder.

> ⚠️ Do **not** rename the folder — the resource verifies its own name.
> {% endstep %}

{% step %}

## Import the SQL

Import the SQL (if any): `gh05t-admin/sql/*.sql`.
{% endstep %}

{% step %}

## Add to `server.cfg`

Add to `server.cfg` (after `gh05t-core`):

```cfg
ensure gh05t-admin
```

{% endstep %}

{% step %}

## Configure and restart

Configure `config.lua` (see below) and restart.
{% endstep %}
{% endstepper %}

## Configuration

Key options in `config.lua`:

```lua
Config.Framework = "auto"   -- auto | esx | qb | qbox | standalone
-- ... document the important options here ...
```

## Commands & Keybinds

| Command / Key | Description    | Permission |
| ------------- | -------------- | ---------- |
| `/example`    | Does something | user       |

## Exports & Events

```lua
-- Client / Server exports other resources can use
exports['gh05t-admin']:SomeExport()
```

## 🛠️ Known Issues & Fixes

| Issue                                     | Cause                                  | Fix                                                |
| ----------------------------------------- | -------------------------------------- | -------------------------------------------------- |
| Resource stops on start with a name error | Folder was renamed                     | Rename it back to `gh05t-admin`                    |
| `attempt to index nil (gh05t-core)`       | Wrong load order                       | `ensure gh05t-core` **above** this in `server.cfg` |
| Nothing happens / UI won't open           | Missing dependency or keybind conflict | Check the console + rebind the key in Settings     |

## FAQ

<details>

<summary>Q: Does it work with my framework?</summary>

A: Yes — set `Config.Framework` (or it auto-detects).

</details>

<details>

<summary>Q: Can I edit the UI colors?</summary>

A: Yes, via the config / theme options.

</details>

## Changelog

### v1.0.0

* Initial release.

***

💬 Need help? See [Support & Updates](broken://pages/7024a209202c582820636f1116976aedeb2d64d4).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gh05t-labs.gitbook.io/gh05t-labs/resources/gh05t-admin.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.
