> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/user-guides/customer-settings/system-status-page.md).

# System status page

<figure><img src="/files/JIuBHYpvBgbm6iASdrYg" alt=""><figcaption></figcaption></figure>

Normally everything should be green.

If something fails, Bsure will try to fix it as soon as possible.

New features may require you to act, eg. give new permissions to collector required for new feature.

These warnings will not stop Bsure from collecting all previous data and reports will be updated as previously. But you will miss out on new functionalities and insights until you add these permissions.

<figure><img src="/files/VRa3sK2iSI5sJ4N2ho7r" alt=""><figcaption></figcaption></figure>

You need to be signed in to Bsure Insights with a user holding Global Administrator role to grant these new permissions to the data collector. Click the glowing yellow warning button and you will get a wizard that will guide you through the process.

<figure><img src="/files/CYTTSKek3WzpfAs3fTCz" alt=""><figcaption></figcaption></figure>

Click update and after a few steps you should get:

<figure><img src="/files/0j477z8yerF1LIRswxmv" alt=""><figcaption></figcaption></figure>

<p align="center"><img src="/files/F0vdNAbVTUITMqOEQ8Ye" alt=""></p>

All done.


---

# 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://docs.bsure.io/user-guides/customer-settings/system-status-page.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.
