# Hired Dealers

Hired Dealers are NPC dealers that players can hire through the **Trap Phone** to passively sell drugs in territories they own

Players need to own a [territory](/drugs-creator/server/territories.md) to hire a dealer in it. Each dealer can be stocked with drugs, and will autonomously sell them over time, accumulating earnings that the player can collect

The system includes a **heat** mechanic: each sale increases the dealer's heat, which raises the chance of the dealer being arrested or robbed. Heat decays over time

## Trap Phone

The Trap Phone is a usable inventory item (`trap_phone`) that opens the management UI. From it, players can:

* Hire and fire dealers in owned territories
* Stock dealers with drugs
* Collect earnings
* View dealer notifications (sales, arrests, robberies, territory lost, out of stock)
* Request meetups to interact with a dealer in-game
* View territory information
* Toggle corner selling (if enabled)

The item must be registered in your framework's item list - see the [Installation](/drugs-creator/installation.md) page for the item definition.

## Configuration

All hired dealers settings (pricing, sell intervals, max dealers, heat system, acceptable drugs) are managed through the in-game `/drugscreator` menu


---

# Agent Instructions: 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.jaksam-scripts.com/drugs-creator/server/hired-dealers.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.
