> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hired Dealers

> NPC dealers that players hire to passively sell drugs in territories they own.

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) 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) 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.


## Related topics

- [Sold by hired dealer](/drugs-creator/server/sellings/sold-by-hired-dealer.md)
- [Sellings](/drugs-creator/server/sellings/index.md)
- [Server](/drugs-creator/server/index.md)
- [Territories](/drugs-creator/server/territories/index.md)
- [On player hired](/jobs-creator/server/boss/on-player-hired.md)
