# Unique phones

## **What are unique phones?** <a href="#what-are-unique-phones" id="what-are-unique-phones"></a>

A phone is bound to a phone item, not to a character.\
Every phone is like a physical phone and can be used with all stored data.\
You can give your phone to another player, and they can use it with all the data stored in it.

## **How do you use unique phones?**

To use unique phones, you need one of the following inventories:

* [ox\_inventory](https://github.com/overextended/ox_inventory) - Recommended
* [qb-inventory](https://github.com/qbcore-framework/qb-inventory)
* [lj-inventory](https://github.com/loljoshie/lj-inventory)
* [ps-inventory](https://github.com/Project-Sloth/ps-inventory)
* [codem-inventory](https://codem.tebex.io/package/5900973)
* [core-inventory](https://www.c8re.store/package/5121548)

## **How do you enable unique phones?**

To enable unique phones, you need to set `Config.Item.UniquePhones` and `Config.Item.Require` to `true` in `/config/config.lua`.

{% code title="/config/config.lua" %}

```lua
Config.Item.UniquePhones = true
Config.Item.Require = true
```

{% endcode %}

## **How do you set up unique phones with your inventory?** <a href="#how-to-add-unique-phones-to-your-inventory" id="how-to-add-unique-phones-to-your-inventory"></a>

**Follow the guide for the main phone -** [**YSeries Unique Phones Setup**](https://docs.teamsgg.dev/paid-scripts/phone/unique-phones)
