> For the complete documentation index, see [llms.txt](https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/assets/obs_adminmenu.md).

# OBS\_ADMINMENU

Welcome to the **OBS Admin Menu** official documentation. You have just acquired the most sophisticated, high-performance administration portal available for the FiveM platform.

Created by **Obsidian Studio**, this is not merely a script—it is a **comprehensive administration ecosystem** designed to empower your staff, streamline server operations, and elevate your community's professionalism to industry standards.

{% hint style="success" %}
**🔥 The New Standard in Administration**

OBS Admin completely deprecates the need for standalone report scripts, weather synchronizers, scattered Discord webhooks, and legacy admin menus. Every tool your staff needs is now unified within one beautifully crafted, zero-latency dashboard.
{% endhint %}

***

### 🏗️ Architecture & Core Features

We refused to compromise on quality. Every module within OBS Admin has been meticulously engineered for zero lag and maximum efficiency.

{% tabs %}
{% tab title="⚡ Auto-Detect Engine" %}
**Zero-Configuration Setup.** OBS Admin features an intelligent routing system. The moment you start the script, it automatically detects your framework (`ESX` or `QBCore`), your inventory system (`ox_inventory`, `qs-inventory`, `qb-inventory`), and your target system.

*No massive config rewrites required. It just works.*
{% endtab %}

{% tab title="🖥️ Live Terminal" %}
**In-Memory Console Capture.** Never tab out to TxAdmin again. OBS Admin securely intercepts your server's live `print()` outputs and broadcasts them directly to your staff dashboard in real-time, completely lag-free. Watch scripts boot, errors log, and server activity happen live within the UI.
{% endtab %}

{% tab title="🌦️ Microclimates" %}
**Geographical Weather Zones.** Set a permanent blizzard on Mount Chiliad while keeping Los Santos sunny. Our revolutionary Zone Weather technology allows you to draw infinite weather radiuses across San Andreas. Players traversing the map will seamlessly transition between climates.
{% endtab %}

{% tab title="🎫 Support Desk" %}
**Enterprise Ticketing.** A fully integrated, UI-driven report system. Featuring built-in automated **AI Staff Responses**, customizable Discord webhook routing for Bug/Player reports, and priority queues. Your players get faster support, and your staff get better tools.
{% endtab %}

{% tab title="🚗 Quick Builder" %}
**Instant Asset Deployment.** Spawn categorized vehicles, switch to custom Peds, or drop mapped props instantly using the visual Builder menu. Fully customizable via the configuration file.
{% endtab %}
{% endtabs %}

***

### 🛠️ The Staff Experience

<details>

<summary><strong>✨ Unmatched UI/UX Design</strong></summary>

Your administration team deserves premium tools. Our dashboard utilizes modern glassmorphism, fluid micro-animations, and a fully responsive layout that looks incredible on any resolution. Every button, slider, and menu has been hand-crafted to reduce eye strain during long administration sessions.

</details>

<details>

<summary><strong>🛡️ Dynamic Duty System</strong></summary>

When a staff member presses `F9`, they instantly transition on-duty. The system automatically archives their civilian appearance and equips a predefined staff uniform or custom Ped model. When they go off-duty, their previous roleplay outfit is flawlessly restored—preventing meta-gaming and streamlining staff work.

</details>

<details>

<summary><strong>🕹️ Interactive Widgets &#x26; HUD</strong></summary>

Staff can customize their own workspace. Using the `/wc` command, administrators can dynamically snap Live Activity feeds (Kill logs, damage logs) and trackers to different quadrants of their screen, allowing them to monitor the server without blocking their gameplay.

</details>

***

### 🌐 Enterprise Integrations

OBS Admin natively communicates with the best tools in the FiveM ecosystem, ensuring maximum compatibility and security:

* [**OxMySQL**](https://github.com/overextended/oxmysql)**:** For lightning-fast, secure ban database storage.
* [**Ox\_Lib**](https://github.com/overextended/ox_lib)**:** Utilizing the industry-standard library for highly optimized UI elements and server loops.
* **Discord Webhooks:** Granular, beautifully embedded logging for Combat, Kills, Reports, Screenshots, and Admin actions.

***

### 🔗 Official Links

Need assistance or looking to purchase a copy? Choose a link below.

{% hint style="info" %}

* 🛒 **Store:** [Obsidian Studio Tebex](https://obsidianstudio.tebex.io/)
* 💬 **Support:** [Join our Official Discord](https://discord.com/invite/nKWsUCPtYg)
* 📺 **Showcase:** [YouTube](https://www.youtube.com/watch?v=6o1jn1_jlTY)
  {% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://theobsidianstudio-1.gitbook.io/theobsidianstudio-docs/assets/obs_adminmenu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
