> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_drugs/features/admin-panel.md).

# Admin Panel

Use `/drugs_admin` to configure most of `rcore_drugs` without editing files.

## 🧭 What You Configure Here

The admin panel manages:

| Section       | Description                                                                  |
| ------------- | ---------------------------------------------------------------------------- |
| Labs          | Lab instances, lab type, entry position, and interior setup.                 |
| MLO Configs   | Interior and world lab templates.                                            |
| Stations      | Production station positions, station type, price, tags, props, and cameras. |
| Actions       | Required items, rewards, animations, sounds, and minigames.                  |
| Consumables   | Sellable or usable drug items and sale prices.                               |
| Harvest Areas | World harvest zones and props.                                               |
| Dealers       | Lab dealer and instant sale dealer locations.                                |
| Suppliers     | Supplier categories, items, and prices.                                      |
| Upgrades      | Lab upgrades, station upgrades, bonuses, prices, and limits.                 |
| Roles         | Player, job, and gang access to labs.                                        |

## ⚡ First Setup Flow

1. Join the server as an admin.
2. Open `/drugs_admin`.
3. Review default labs, stations, actions, consumables, dealers, suppliers, and upgrades.
4. Adjust prices, locations, required items, and permissions for your economy.

## 📁 When to Use Files Instead

Use files only for global behavior:

* framework and resource detection
* street deal balance
* mission global settings
* mission location lists
* addiction values
* dispatch alert chances
* marker and blip settings

For gameplay content, use `/drugs_admin`.


---

# 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://documentation.rcore.cz/paid-resources/rcore_drugs/features/admin-panel.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.
