> For the complete documentation index, see [llms.txt](https://docs.podiumbi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podiumbi.com/admin-settings/mange-tenant/maintenance-mode.md).

# Maintenance Mode

### Enable Maintenance Mode

Settings →  Manage Tenant

<figure><img src="https://lh7-us.googleusercontent.com/Y8iumYG63rgGYiB_mh1ZrngQHCvJC4KUGdlPID2rlYqRpE627Jm_27gyHTYhL20uxfM7tRaJkf9zd6S6XsbSzWiP7FMnQ4bkpDSbsk51VlQJj-t-mgBQ8Bd0Uy8rZ_nByOqcz83yo0zktDLrOl5K6UI" alt=""><figcaption></figcaption></figure>

Logged In User will see this message first:

<figure><img src="https://lh7-us.googleusercontent.com/TOJXUMWXY5E-6tqqJ2CGMPSWxpElZ-xXeJWNJkBxJEsQizjK3s3apPf8WXI11ws4nxJz-x7jRLXEkfvHZNBiHRXzSsueCFmcZ_nuBr_HNo2lOriSGiLGlwzB4YxsSO10lcM0ZsLTCN3a9VIjueG-x9c" alt=""><figcaption></figcaption></figure>

Any user that tries to login during maintenance mode, you will be presented with the Maintenance Message you provided.

<figure><img src="https://lh7-us.googleusercontent.com/_70eVKRMerEZX2EgbNoe1rvItNkt-kykI8qmpwu2-lhpP8lCUFFTOg1Vu4RnEqd6XWMbmqEY2OB5z2Qh-4YnYK5MU_TWDI5d0fd1ilSEMdSQNpZ-t9LFqQs5tfCqO3PhkSjAhyot877OHAkm-Za-b5w" alt=""><figcaption></figcaption></figure>

<br>

{% hint style="info" %}
**Good to know:** Maintenance mode can be used for a variety of reason, but it mostly used anytime your company needs time to make changes in the system without affecting end users.&#x20;
{% endhint %}


---

# 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.podiumbi.com/admin-settings/mange-tenant/maintenance-mode.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.
