# The Gang Tablet (*planšetė*)

> The tablet is the UI for everything gang-related. Buy one, type `/gangtablet`, and you get a full management view.

![Screenshot: the gang tablet main view with sidebar visible](../screenshots/02-gangs/tablet-main-view.png)
*Screenshot needed: tablet opened, showing the left rail with tabs and the main view.*

---

## What is the *planšetė*?

The gang tablet is an item you carry in your inventory and open via chat command. It's an in-character "encrypted device" that gangs use to manage everything: members, territory, ranks, treasury, market, raids.

**You need a tablet to:**
- Create a gang
- Manage a gang
- Browse the black market
- Place sprays
- Buy gang upgrades
- Track territory rep / heat
- View gang chat history

---

## Getting a tablet

| Action | Cost | Where |
|---|---|---|
| Buy from tablet seller NPC | **$3,500** | The configured `Config.PurchasePed` NPC location (ask in chat) |
| Receive from a gang leader | varies | Some gangs gift tablets to new recruits |
| Admin grant | free | Admins can `/giveitem <id> gangtablet 1` for testing |

The item ID is `gangtablet`. It's stackable: no, single-instance: yes.

---

## Opening the tablet

In chat, type:

```
/gangtablet
```

Or use the inventory hotbar slot if you've placed the tablet there.

**Admins can open without owning the item** — `Config.OpenWithoutTabletForAdmins = true` by default.

---

## The tablet UI tour

![Screenshot: tablet with the Members tab open](../screenshots/02-gangs/tablet-members-tab.png)
*Screenshot needed: tablet with members tab showing rank icons and avatars.*

The tablet has these main sections (sidebar tabs):

### 1. Dashboard / Home
- Your gang's name + tag + theme color
- Current level, XP, total rep
- Number of zones owned
- Treasury balance
- Heat indicator

### 2. Members
- Roster with avatars, names, ranks
- Per-member rep contribution
- Per-member last-active timestamp
- Promote / demote (rank-permitting)
- Kick (rank-permitting)

### 3. Ranks & Permissions
- Default ranks: boss, underboss, captain, soldier, prospect
- Custom rank slots (configurable)
- Per-rank permission toggles
- See [ranks-permissions.md](ranks-permissions.md)

### 4. Treasury
- Current balance
- Deposit / withdraw (rank-permitting)
- Transaction history
- See [treasury-chat.md](treasury-chat.md)

### 5. Chat
- Internal gang-only chat
- Last 60 messages by default
- Discord webhook mirror (if configured by admin)
- See [treasury-chat.md](treasury-chat.md)

### 6. Territory (Map)
- GTA-style map view
- Your zones outlined in gang color
- Rival zones outlined in their colors
- Click to see zone details + rep / heat
- See [../03-territory/zones-overview.md](../03-territory/zones-overview.md)

### 7. Sprays
- Buy spray cans
- View placed sprays (with thumbnails)
- Remove your own sprays
- See [sprays.md](sprays.md)

### 8. Black Market
- Buy items (NPC-stocked + player-listed)
- List items for sale (gang members only)
- Dead-drop pickups for purchases
- See [../04-economy/black-market.md](../04-economy/black-market.md)

### 9. Missions
- Active raid contracts (if 1 spawned)
- Delivery mission status
- Past mission log

### 10. Settings
- Tablet theme color
- Notification toggles
- Language (if multilingual support enabled)

### 11. Admin tab (admins only)
- Force-create zones
- Force-spawn raids
- Reset gang state
- Grant items to anyone

![Screenshot: the admin tab showing override buttons](../screenshots/02-gangs/tablet-admin-tab.png)
*Screenshot needed: admin tab (admins only), with the override controls visible.*

---

## Tips

- **The tablet persists across deaths** — you can't lose it by dying. But if you drop it in the world (right-click → drop), someone else can pick it up
- **Multiple gang members can have the tablet open simultaneously** — they see live updates
- **The tablet doesn't show enemy gang's internal info** — only zone overlays and public chat
- **Close the tablet with ESC or the X button** in the top-right
- **The tablet works in vehicles** — open it while a passenger, not while driving

---

## Related

- [creating-a-gang.md](creating-a-gang.md) — first-time tablet use to create your gang
- [ranks-permissions.md](ranks-permissions.md) — who sees which tabs
- [../03-territory/zones-overview.md](../03-territory/zones-overview.md) — what the map tab actually shows
- [../04-economy/black-market.md](../04-economy/black-market.md) — using the market tab
