# Advanced Settings

{% hint style="info" %}
You can access your status page's advanced settings by scrolling to the bottom of the <mark style="background-color:green;">Status page > Settings</mark> page and clicking to expand the "Advanced" section.
{% endhint %}

<figure><img src="/files/8GFGzLDi0x2QJ7k4ZMNO" alt=""><figcaption></figcaption></figure>

### Long-running incident notification

These settings configure how soon the status page admins and owners should be notified if an incident has been open for too long.

You can select the number of hours for each incident severity. The screenshot above shows the default settings.

### Incident history limit

Select how long you wish to display your incident history on your status page. This will not delete incidents older than this setting; it will only hide them from your status page.

The default is "no limit," but you can select from 30 days to one year.

### Enable custom incident types

This setting will enable the custom incident types feature, allowing you to have more severities than minor and major or different ones according to your needs.

{% hint style="info" %}
Learn more about this feature in [Custom Incident Types](/platform/incidents-and-maintenance/custom-incident-types.md).
{% endhint %}

### Enable information notices

This setting will enable information notices, which can be used to communicate about system events that don't affect your uptime.

{% hint style="info" %}
Learn more about this feature in [Information Notices](/platform/information-notices.md)
{% endhint %}

### Lock from adding incidents when under maintenance

This setting will prevent the creation of incidents on your status page for periods where there's a maintenance window in place.

### Remove status page from being indexed by Google

Remove your status page from Google by adding the following to your status page `<head>`.

```html
<meta name="robots" content="noindex" />
```

### Enable captchas

By default, as a security measure to prevent spam, we require captcha solving for your visitors as a requirement to subscribe to your status page.

Since private status pages are already protected by authentication, you can disable the captcha step for private status pages with this setting.


---

# 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.statuspal.io/platform/status-page-settings-and-design/advanced-settings.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.
