> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/jobs/trucker/configuration/admin/panel.md).

# Panel

## Access

Grant the ACE permission to your admin group in `server.cfg`:

```cfg
add_ace group.admin command.trucker allow
```

The server console (`source = 0`) always passes the check. Finer-grained ACEs exist for individual areas. See [Admin commands](/jobs/trucker/commands.md).

## Sections

| Section       | What you can do                                                                                                     |
| ------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Orders**    | Create/edit/clone/delete contracts with a live tablet preview.                                                      |
| **Business**  | Manage exclusive single-driver business orders.                                                                     |
| **Depots**    | Place pickup/drop depots, parking, crate & pallet spots in-game.                                                    |
| **Vehicles**  | Define the vehicle catalogue: class, capacity, rental price.                                                        |
| **Promos**    | Create and manage promo codes.                                                                                      |
| **Quests**    | Configure the daily & weekly quest pools and how many are shown.                                                    |
| **Skills**    | Edit the three skill trees and their perks.                                                                         |
| **Players**   | Inspect online players and adjust XP / SP / level.                                                                  |
| **Companies** | View and moderate every company.                                                                                    |
| **Settings**  | Live runtime config: debug, locale, command, progression, Discord logging, and the database **danger zone** (wipe). |

## Settings → Danger zone

The bottom of **Settings** holds the **Wipe database** action. It drops every `koja-trucker-*` table, recreates the empty schema and clears in-memory state. It requires typing a confirmation phrase and is **irreversible**.


---

# 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://docs.kojascripts.eu/jobs/trucker/configuration/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.
