# Create a HealthCheck

A step by step guide to creating a Healthcheck.

{% embed url="<https://youtu.be/IKy5Tp8fbMM>" %}

1. From the top navigation, click "HealthCheck" to navigate to the list of created HealthChecks.
2. A group of checks is called a Suite.  To create a HealthCheck Suite, click the "**+ Create Suite**" button. You'll be prompted to name your Suite.
3.

```
<figure><img src="/files/jXSz2GSXasFS660I4WJv" alt="" width="101"><figcaption></figcaption></figure>
```

4. When Opening your new HealthCheck, you'll be asked to connect to an [Environment](/unskript-documentation/connnecting/proxies/connect-your-environment.md).  Environments are your list of credentials.  The HealthCheck will use the default ServiceID for that environment.![](/files/23f40E9nRdqid6TH8BHi)
5. After selecting your Proxy and Environment, a page for your HealthCheck Suite is created.

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

Your HealthCheck Suite is created!

The next steps will be to:

* [Create a Folder](/unskript-documentation/healthchecks/create-a-healthcheck/create-a-healthcheck-folder.md)
* [Add Checks](/unskript-documentation/healthchecks/create-a-healthcheck/adding-checks.md)
* [Run a HealthCheck](/unskript-documentation/healthchecks/running-healthchecks.md)


---

# 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/create-a-healthcheck.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.
