# System Status

## Summary

System status provides important information about the application's data resources across different channels. It is available as a tab on the [System information](/docs/system-maintenance-and-security/system-information/system-information.md) page.

![System status tab](/files/w3mgrkIfeoHSpC1aYFus)

## Status details grid

The status of individual data resources is presented in a grid with the following columns:

* Channel - the specific channel to which the data resource belongs.
* Resource description - a brief description or name identifying the specific data resource being checked.
* Latest modification - the date and time when the data resource file was last modified.
* Status - displays a color-coded indicator (yellow or red) and potentially a brief text description of the resource's status (for example, "File does not exist"). A yellow indicator signifies that the data resource is outdated. A red indicator means that the data resource does not exist at the expected file system path.

You can view the system status for a specific channel or for all channels using the dropdown menu. Selecting a specific channel filters the table to show only the data resources relevant to that channel.


---

# 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.fact-finder.com/docs/system-maintenance-and-security/system-information/system-status.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.
