# HealthCheck Parameters

## Folder Configuration

By Placing your cursor over the folder, a settings gear will appear.  Clicking this will open the folder configurations:

![](/files/MzfPrYUXBuzLHjtbqhVg)

The parameters for the folder are broken into two sections:

* **Global:** Global parameters can be applied to all of the Checks in the folder.  For example, when using the AWS Connector, "**Region**" is a Global parameter.  If specified, all of the healthchecks will be run in that region.

<figure><img src="/files/vJGtQn4MQpByx1yhxx8L" alt=""><figcaption><p>By specifying a region, all of the checks will be run in us-west-2.</p></figcaption></figure>

* Connector Specific: These parameters are specific to the Connector.  In this case, we are specifying 14 days and us-west-2.
* ![](/files/fijE2y6mLZt6P6YshmWX)
* Connector parameters override global. &#x20;
  * If the global "Region" is set to "us-west-2", but a check's region is set to "eu-west-1" the check's value will be used.


---

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