# Editing Furnitures

> You can edit furnitures from `no-housing/data/furnitures.json`

{% hint style="danger" %}
When adding new furniture, make sure there are no duplicate models.
{% endhint %}

## Types

***

## Furniture

| Field       | Type      | Description                                                                                                                                 |
| ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| name        | string    | Name of the model                                                                                                                           |
| categoryId  | number    | Id of the category                                                                                                                          |
| price       | number    | Price of the furniture                                                                                                                      |
| description | string    |                                                                                                                                             |
| tags        | string\[] | You can use these tags to [add interactions](https://none-fivem.gitbook.io/nonem/resources/no-housing/configuration/furniture-interactions) |
