> 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/theme-options.md).

# Theme Options

![Theme Option ](/files/-Mc7pEvx0hHGvdA-lFfG)

### Global Settings

Here you can add the script to your site in the Head Tag, Body, and Footer.&#x20;

### Custom CSS

Here you can add custom CSS.

### Performance

Here you can optimize performance your website speed such as Disable Emoji Script, Disable Embeds...

### Advanced

Here you can config some advanced options such as Smooth Scroll, Go to the top button...&#x20;

### Site Search

Here you can configure search fields for your site.

### Google APIs

Here you can config Google Maps API. To generate your API key, you can follow this video guide:

{% embed url="<https://www.youtube.com/watch?v=1JNwpp5L4vM>" %}

### Maintenance Mode

Here you can configure Maintenance mode when you don't want to make your website public to customize or update content...

### Price Format

Here you can config the price format for the hotel.

### Payment

Here you can config some payment methods such as PayPal, Stripe...

### Portfolio

Here you can Enable or Disable a Portfolio for your site.

### Backup and Import

Here you can Backup and Import site settings.


---

# 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/theme-options.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.
