# Items

#### Inventory Item Configuration

Update your inventory configuration by adding the following lines for the Port Heist Tablet.

**QBCore Items**

Add this line to `qb-core/shared/items.lua`:

Lua

```
['port_tablet'] = { name = 'port_tablet', label = 'Port Heist Tablet', weight = 500, type = 'item', image = 'port_tablet.png', unique = true, useable = true, shouldClose = true, description = 'A rugged tablet used to hack port authority systems and manage cargo contracts.' },
```

**OX Inventory Items**

Add this to `ox_inventory/data/items.lua`:

Lua

```
['port_tablet'] = {
    label = 'Port Heist Tablet',
    weight = 500,
    stack = false,
    close = true,
    description = 'A rugged tablet used to hack port authority systems and manage cargo contracts.'
},
```

<figure><img src="https://3505378470-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmOhVROw9E3kpmAG3JYVe%2Fuploads%2FzQ9vWDSqNN7yEK9jS46i%2Fport_tablet.png?alt=media&#x26;token=0f2a4c6c-9c53-4d3f-b6b3-ee03f27b33f1" alt=""><figcaption></figcaption></figure>
