# Objects / Kitchen

# Kitchen

**Object**
## KitchenScreenRules

| Fields | Type | Description |
| --- | --- | --- |
| ready | [KitchenScreenRuleReadyEnum!](/documentation/Enums/Kitchen#KitchenScreenRuleReadyEnum) | The stage of the order to display on the screen |
| categories | [[Category!]!](/documentation/Objects/Classifications#Category) | The categories that can appear on the screen |
| tags | [[Tag!]!](/documentation/Objects/Classifications#Tag) | The tags that can appear on the screen |
| registers | [[Register!]!](/documentation/Objects/Register#Register) | The registers that orders will be displayed from |
| outlets | [[Outlet!]!](/documentation/Objects/Outlets#Outlet) | The outlets that orders will be displayed from |



**Object**
## KitchenScreen

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The ID of the kitchen screen |
| name | *String!* | The name of the kitchen screen |
| rules | [KitchenScreenRules!](/documentation/Objects/Kitchen#KitchenScreenRules) | The rules of what to display on the kitchen screen |