> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/nuss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/nuss/rooms/rooms.md).

# Add New Room

To create a new Place, please navigate to **Room > Add New Room** in your left sidebar. Now you can start adding specific information about the Room Item in the fields data section below

![Add new room](/files/-MdBWdzoMkDNTg6K9FEz)

### General

Here you can set the room is featured.

### Price

![](/files/-MfIN-qxZFurlge306Kb)

* **Starting Price** - Enter the room price per night.
* **Taxes & Fees (%)** - Enter taxes & fees with value is a percentage. Example: 5,10,15...

### Facility

![](/files/-MfIUVT60lMojhnQ9goD)

* **Amount** - Enter the number of rooms available for the same period of time.&#x20;
* **Size** - Enter the value for the room size (eg. in square feet or meters).&#x20;
* **Bed** - Set the value number of beds this room is available for.&#x20;
* **Bathroom** - Set the value number of bathrooms this room is available for.&#x20;
* **Min People** - Set a minimum number of people this room is available for.&#x20;
* **Max People** - Set a maximum number of people this room is available for.&#x20;
* **Adults** - Set the value number of Adults this room is available for.&#x20;
* **Children** - Set the value number of Children this room is available for.&#x20;

### **Extra Service Settings**

Here you can enable and add extra services for the room.&#x20;

![](/files/-MfIYIIlgdLC44izzdo1)

### **Room Gallery Images**&#x20;

Here you can upload images to be displayed on the room single page for this room item.&#x20;

![](/files/-MfIYUzmnCpsAgEwx07a)

### Video

Here you can put a link video for the room.

![](/files/-MfIYcR47AES91PNeZtS)

### Rules

![](/files/-MfIYif4PmR3Q4c7c99A)

Here you can add rules for the room.&#x20;

### Room Type

Locate the **Place Type** box on the right sidebar. Select the room type that represents the room.

![](/files/-MfIZI8VqSdQK1N2_Boo)

### Amenities

![](/files/-MfIZpq2lsAEoOEEj8F5)

Locate the **Amenities** box on the right sidebar. Select the Amenities that represent the room.

### Room Services

Here you can add extra services for the room.&#x20;

![](/files/-MfI_hlYYZ_OFFO9kZHP)

### Featured Image

Locate the **Featured** Image box in your right sidebar. The Featured Image is a WordPress theme feature that allows you to upload the Cover Image of the room.

![](/files/-MfIaCLkO-zqw7aXD6Ho)

<br>


---

# 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://uxper.gitbook.io/nuss/rooms/rooms.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.
