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

# Editing Furnitures

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

<Warning>When adding new furniture, make sure there are no duplicate models.</Warning>

## 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](/no-housing/configuration/furniture-interactions) |
