# Status Page

## Overview

Trustform provides a **Status Page** – a public page that displays the current operational status of the platform and a history of recent incidents. It allows your team to quickly determine whether an issue is on Trustform’s side without needing to contact Support.

To open your tenant’s status page, use the same **cluster name** that appears in your tenant URL. Your tenant URL always follows this pattern:

`tenant_name.cluster.trustform.io`

To access the status page, replace the tenant name with **status** and keep the same cluster:

`status.cluster.trustform.io`

{% hint style="success" %}
If you experience any issues or cannot access the status page, you can always contact our support team for assistance.
{% endhint %}

## Status Page Structure

What you can view on the Status Page:

* **All Systems Operational**\
  A high-level indicator at the top of the page shows the overall platform status. If there is an incident or maintenance in progress, this message will change accordingly.
* **Site / API / Client Area**\
  Displays the individual status of each system component in the EU1 cluster. This allows you to see which specific parts of the platform are operational or affected.
* **Recent Incidents**\
  SProvides a record of previously completed planned maintenance activities.
* **Maintenance History**\
  A record of previously completed planned maintenance activities.

<figure><img src="/files/3CYWaGaKe5fWenArGGJD" alt=""><figcaption></figcaption></figure>

### **Incidents History**

A separate page is available where you can view the full Incidents History – it includes all past incidents and status updates presented in chronological order.

<figure><img src="/files/3wC7nsrGPGSq7sweTTQg" alt=""><figcaption></figcaption></figure>

### Subscribe to updates

You can subscribe to receive automatic email notifications about incidents and maintenance updates. To do so, click **Get Updates**, enter your email address, and submit the form. You will then receive a confirmation email – please make sure to confirm your subscription to activate the notifications.

<figure><img src="/files/vsU78VljokGBALXkR91p" alt=""><figcaption></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.trustform.io/guide/getting-started-and-settings/data-and-settings/status-page.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.
