> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/kizen-status-center/kizen-status-center.md).

# Kizen Status Center

The Kizen Status Center provides real-time and historical information about the health of Kizen services and platform components. It is your source for updates on uptime, incident notifications, maintenance windows, resolved issues, and performance metrics.

Visit the official Status Center to monitor current system health and subscribe to updates:

<p align="center"><a href="https://status.kizen.com/" class="button primary" data-icon="signal">Kizen Status Center</a></p>

### What You’ll Find in the Status Center

The Status Center allows you to monitor service health in real time by viewing the operational status of platform components such as core services, API endpoints, automation engines, and integrations. It provides visibility into ongoing incidents that may impact availability, performance, or access, along with clear status indicators and timely updates as conditions change. You can review past incidents with detailed reports that include root causes, timelines, impact assessments, and resolution details. The Status Center also keeps you informed about scheduled maintenance that could affect service behavior or feature availability, and allows you to subscribe to notifications via email, SMS, or webhook whenever a service status changes.

#### Need Help or Have Questions?

If you have questions about security controls, compliance, or how your data is protected, please contact your Kizen support representative or submit a request through your customer support portal.


---

# 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://developer.kizen.com/kizen-status-center/kizen-status-center.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.
