# Introduction to Cloth Config

Welcome to Cloth Config wiki!

## Cloth Config Major Versions

| Version          | Support                                         |
| ---------------- | ----------------------------------------------- |
| ~~v1~~           | Discontinued. Supports 1.14.x                   |
| ~~v2~~           | Discontinued. Supports 1.14.x - 1.15.x          |
| ~~v3~~           | Discontinued. Supports 1.16 **(Before 20w17a)** |
| **v4 (Stable)**  | **Active**. Supports 1.16.x **(Since 20w17a)**  |
| ~~v5~~           | Discontinued. Supports 1.17.x                   |
| **v6 (Stable)**  | **Active**. Supports 1.18.x                     |
| ~~v7~~           | Discontinued. Supports 1.19, use v8.            |
| **v8 (Stable)**  | **Active**. Supports 1.19 - 1.19.2              |
| **v9 (Stable)**  | **Active**. Supports 1.19.3                     |
| **v10 (Stable)** | **Active**. Supports 1.19.4                     |
| **v11 (Stable)** | **Active**. Supports 1.20.x                     |


---

# 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://shedaniel.gitbook.io/cloth-config/master.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.
