# Healthchecks

- [What is a HealthCheck?](https://docs.unskript.com/unskript-documentation/healthchecks/what-is-a-healthcheck.md)
- [Create a HealthCheck](https://docs.unskript.com/unskript-documentation/healthchecks/create-a-healthcheck.md): The steps required to create a HealthCheck
- [Create a HealthCheck Folder](https://docs.unskript.com/unskript-documentation/healthchecks/create-a-healthcheck/create-a-healthcheck-folder.md)
- [Adding Checks](https://docs.unskript.com/unskript-documentation/healthchecks/create-a-healthcheck/adding-checks.md): Adding Checks to your HealthCheck
- [HealthCheck Parameters](https://docs.unskript.com/unskript-documentation/healthchecks/healthcheck-parameters.md): Each Healthcheck use parameters.  Most are optional, but can be configured if desired.
- [Running HealthChecks](https://docs.unskript.com/unskript-documentation/healthchecks/running-healthchecks.md): Once you've created the HealthCheck, it is time to run them.
- [HealthCheck Remediation](https://docs.unskript.com/unskript-documentation/healthchecks/healthcheck-remediation.md): One of your HealthChecks has failed. Let's remediate the issue.


---

# 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.unskript.com/unskript-documentation/healthchecks.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.
