# Information Notices

Sometimes, you want to notify your customers and stakeholders about system events that don't fit in the incident or maintenance categories; information notices are exactly what you need in these cases.

Some examples of situations where information notices can be used:

* Significant changes will be performed on your platform at some specific date that might affect some components.
* Important product updates that might cause some incompatibilities to your customers.
* Some component in your system are working differently than usual but without causing real issues.

{% hint style="info" %}
Access information notices at <mark style="background-color:green;">Incidents > Information</mark> notices from the sidebar of your status page Admin UI.
{% endhint %}

<figure><img src="/files/NjewWmU9YRBCFgWDeDaw" alt="status page system information notices"><figcaption></figcaption></figure>

Upon creating an information notice and marking it as "featured," it will be displayed at the top of your status page, right below the status badge.

<figure><img src="/files/O58K0Y1nXO5C3NAXjERB" alt="status page showcasing an information notice"><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.statuspal.io/platform/information-notices.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.
