> For the complete documentation index, see [llms.txt](https://hilmanski.gitbook.io/filosofi-koding/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hilmanski.gitbook.io/filosofi-koding/deploy/maintenance-mode.md).

# Maintenance Mode

Mode maintenance, dipasang seorang pengembang aplikasi, ketika ingin melakukan perbaikan terhadap produknya, tanpa mengganggu atau diganggu oleh pengguna.

### Burn Out

Istilah ini sering muncul di kalangan konten kreator, ketika ia sudah terlalu lelah bekerja secara fisik ataupun mental, terlepas dari apakah ia menghasilkan banyak uang atau tidak, semuanya  bisa mengalaminya. \
\
Belajar meletakkan diri kamu di "maintenace mode"... istirahat!\
\
Kamu bukan robot yang hanya perlu dicas lalu bisa bekerja lagi. Kamu manusia dengan serangkaian organ dan sel yang kompleks di dalam tubuh. Karena itu belajarlah untuk lepas dari pekerjaan secara berkala.

Jangan memaksakan diri bekerja tanpa henti. Atur pola makan yang sehat, begitu juga dengan menjadwalkan olahraga. Bertemu orang lain, bersantai bersama keluarga, kembali ke alam, dan lakukan hal-hal lain yang berbeda dari pekerjaan kamu sehari-hari.\
\
Cepat atau lambat, kamu akan menyadari, kalau uang bukanlah segalanya.


---

# 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://hilmanski.gitbook.io/filosofi-koding/deploy/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.
