# Maintenance Mode

With Kalium, there’s no need to install extra plugins to display a maintenance message on your site. While you’re working on your site, you can simply activate Maintenance Mode to let visitors know that your site will be back soon.

To do that go to **Appearance** -> **Customize** -> **General** -> **Maintenance Mode** and enable maintenance mode:

<figure><img src="/files/gXLxPLPHiEyFy0pRFd4U" alt="" width="349"><figcaption><p>Enabling maintenance mode</p></figcaption></figure>

There are several options you can set for this mode:

* **Page Title** - The title display both on browser title bar and as main heading in the page.
* **Description** - Optional explaining text for the maintenance mode.
* **Custom Logo** - Adds your logo above the title, if no logo is assigned it will use current logo from your brand.
* **Countdown Timer** - An interactive timer that counts down to the date of launch of your site.
* **Social Networks** - Shows your defined social networks in the bottom of the page.
* **Style Options** - Background and text color as well as custom image for the background.

<figure><img src="/files/c9hh157O09W73W2AAviO" alt=""><figcaption><p>Options for the Maintenance Mode page</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.kaliumtheme.com/other/maintenance-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
