> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-maintenance-page-extension/configuration.md).

# Configuration

Once the extension is installed successfully, go to **Stores>Configuration** to configure the extension for use.

<figure><img src="/files/Qgvw8o8lOPOmrDGpJ6ss" alt=""><figcaption></figcaption></figure>

* **Maintenance Page:** Enable or Disable the extension from here. Set it as enabled to use the features of the extension.
* **Real-Time of Website:** It shows the current date and time.
* **Start Date Time:** Set the start date-time of the Maintenance Page in this field.
* **End Date Time:** Set the end date-time of the Maintenance Page in this field.
* **Redirect To Page:** Select either Coming Soon or Maintenance Page Redirect in this field.

<figure><img src="/files/owaxSaeCdFUVF2rBMTaf" alt=""><figcaption></figcaption></figure>

* **Maintenance Layout:** Select Maintenance Page Layout from the pre-built templates from the dropdown menu.&#x20;

**Note:** The **Maintenance Page Settings** will only be visible if **Maintenance Custom Layout** is selected here.

* **Demo Maintenance Templates:** It shows the demo template of the maintenance page.

<figure><img src="/files/sAHqGZZVs6JB9Rwlruun" alt=""><figcaption></figcaption></figure>

* **Coming Soon Layout:** Select the Coming Soon Layout from the Pre-built templates from the drop down menu.

**Note:** The **Coming Soon Settings** will only be visible if **Coming soon Custom Layout** is selected here.

* **Demo coming soon Templates:** It shows the demo template of the Coming Soon page.&#x20;

<figure><img src="/files/nfFjvz1GsrUCdw2rhkOH" alt=""><figcaption></figcaption></figure>

**Auto Switch to Live Site Mode:** Select YES from the dropdown menu to enable Auto Switch to Live Site Mode.

**Whitelist(IP)s:** Add White-list IP’s in this field to disable maintenance mode.

**Whitelist Page Link(s):** Add White-list Page Links from site here to disable maintenance mode.


---

# 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://docs.magecomp.com/magento-2-maintenance-page-extension/configuration.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.
