# Monitoring system health

Use the built-in HTTP API endpoints for health monitoring.

### Recommended endpoints

* Use [Health check](/api-reference/auxiliary-api-commands/health-check.md) for uptime checks.
  * It’s the best signal for “is the service alive”.
  * It also validates the license.
* Use [Status API](/api-reference/auxiliary-api-commands/status-api.md) for readiness checks.
  * It reports whether spell/grammar/AI engines are active.

### How to wire this into monitoring

1. Configure your monitoring system to send periodic `GET` requests.
2. Alert on non-`200` responses.
3. If your monitor supports it, also alert when `license.valid=false`.


---

# 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.wproofreader.com/deployment/configuration/monitoring-system-health.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.
