> For the complete documentation index, see [llms.txt](https://docs.chirpwireless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirpwireless.io/dashboards/adding-widgets/digital-building-twin/object-catalog.md).

# Object Library

The editor comes with a library of more than 60 ready-made 3D objects, sorted into five tabs. This page is the rundown of what's in each one. For how to actually drop objects into your model, see [Placing objects](/dashboards/adding-widgets/digital-building-twin/placing-objects.md).

Every object is a real, properly-sized 3D model — a bed is bed-sized, a parking spot is the size of a real parking space. That's what makes the finished model feel like your home rather than a rough sketch.

## Furniture

Everyday things for living spaces and bedrooms:

Sofa, Armchair, Dining Chair, Office Chair, Stool, Coffee Table, Dining Table, Office Table, Pool Table, Double Bed, Single Bed, Bunk Bed, Bookshelf, Dresser, Closet, Shelf, Trash Bin, Column, Round Carpet, Large Plant, Small Plant, Office Trash Bin, Office Wastebasket.

This is the tab you'll reach for most when furnishing the living room, the bedrooms, and a home office.

## Kitchen

The basics for your kitchen:

Stove, Fridge, Counter, Microwave.

The **Fridge** is a natural one to connect a temperature sensor to — your model can show at a glance whether the fridge is keeping its cool.

## Bathroom

Fixtures for bathrooms and washrooms:

Toilet, Bathtub, Sink, Faucet, Vessel Sink, Vessel Sink with Faucet.

A bathroom is one good place for a leak sensor — place the sink or bath, then connect a leak sensor nearby so the room turns blue if water appears. The same idea works under the kitchen sink, behind the washing machine, by the water heater — anywhere a leak would matter to you.

## Appliance

Devices and home equipment — often the things you most want to keep an eye on:

Ceiling Lamp, Floor Lamp, Table Lamp, TV, Computer, Washer, AC Unit, Smoke Detector, Water Boiler, Gas Water Heater, Water Pump, Water Pump (Heavy Duty), Water Pump Station, Water Softener Cylinder, Water Softener Tank.

Plenty here to connect sensors to: a **Smoke Detector** for fire safety, an **AC Unit** for comfort, a **Washer** for a laundry-done alert, a **Water Boiler** or **Water Pump** for the utility room. Connect a sensor and the appliance itself shows its status in the model.

## Outdoor

Everything beyond the front door — gardens, driveways, and the edges of your property:

Fir Tree, Bush, Patio Umbrella, Parking Spot, Car, AC Condenser, Rooftop AC Unit, Outdoor AC Unit, Traffic Barrier, Gate, Public Trash Bin, Public Trash Bin (Round), Wheelie Bin, Wheeled Trash Container, Waste Dumpster, Large Waste Dumpster.

**Parking Spot** and **Car** are great for the driveway — connect an occupancy sensor and your model shows whether the car is home. **Gate** works for a driveway gate you'd like to monitor, and the trees and bushes help the garden look like your garden.

## On the wall or on the floor

Most objects stand on the floor. A few are made for walls — wall TVs, wall AC units, shelves, wall sinks — and they stick to a wall automatically when you place them, facing into the room. You don't pick a type; you just place the object and it knows where it belongs. See [Placing objects](/dashboards/adding-widgets/digital-building-twin/placing-objects.md) for the details.

## Choosing what to place

How much you furnish your home model is entirely up to you — some people place every piece of furniture, others add only what carries a sensor. Either way works; what matters is that the model is *clear* enough that one glance tells you which room you're looking at. A simple way to start:

1. Place the objects that will have sensors first — the doors, the garage, the parking spot, the appliances and rooms you actually monitor.
2. Add a few familiar pieces — the sofa, the beds, the dining table — so each room is easy to recognize.
3. From there, add as much or as little as you enjoy. A sparse model and a fully decorated one both do the job. Let what feels readable to you decide — and treat the library as a kit for building whatever your home actually is, not a checklist.

## See also

* [Placing objects](/dashboards/adding-widgets/digital-building-twin/placing-objects.md) — How to place, turn, and arrange objects
* [Connecting sensors and colors](/dashboards/adding-widgets/digital-building-twin/binding-sensors-and-colors.md) — Turn objects into live indicators


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chirpwireless.io/dashboards/adding-widgets/digital-building-twin/object-catalog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
