> 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/customize/rooms.md).

# Rooms

### 1. **Room Archive / Room Search**

Settings of this group allow you to manage the overall look and behavior of room archive and search pages.

![](/files/-McYBpFRyUochL6fvVWW)

**Sidebar Layout:** Moves sidebar to the right or left-hand side of the page, or hides it.&#x20;

**Page Title:** Select a page title. You can see the list of "Custom Page Title Style Variants" [here](https://uxper.gitbook.io/nuss/customize/page-title).

**Display Head Categories:** Hide or Show list categories on the Room Archive Page.

**Pagination Type:** Select between page numbers, load more button, or infinite scroll.&#x20;

**Content Layout:** Choose the style to output blog posts like Grid, Masonry, List, and Standard

**Image size:** Set a default size for the featured image of the room card.

**Font Title Settings:** Set the size for the title of the room card.

**Display Categories:** Show or Hide category on the room card.

**Display Time:** Show or Hide post date on the room card.

**Display Comment:** Show or Hide the number of comments on the room card.

**Display Excerpt / Excerpt Word:** Regulates the length of the room card excerpt (in words).

**Header Style:** These settings allow selecting header style and position. Select header style that displays on blog archive pages. You can see the list of "Custom Header Style Variants" [here](https://uxper.gitbook.io/nuss/customize/header).

### 2. Single Room

Settings of this group are responsible for managing the overall look and behavior of single room' pages.

![](/files/-McYDt_ht6LYyOZNcfb8)

### 3. Popup Availability

Settings of this group are style for a Pop-Up Room Check Availability when the user clicks the button Book Now.

![](/files/-McYH9GUiIZmJJRu7aJy)

Available two Custom Popup Check Availability Layouts:&#x20;

**Style 01:** Full Screen

![](/files/-McYGY7p6OzueK-vHejG)

**Style 02:** Half Righ Screen

![](/files/-McYHI2xulDQrX7qZxrU)

### 4. Booking Checkout

Settings of this group are responsible for managing the overall look and behavior of the room check-out page. Here you can control the order or on/off of Booking Details Form and Payment Methods.

![](/files/-McYJBr-E_yKWcFIGKRk)


---

# 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/customize/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.
