> For the complete documentation index, see [llms.txt](https://shedaniel.gitbook.io/cloth-config/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shedaniel.gitbook.io/cloth-config/frequently-asked-questions.md).

# Frequently Asked Questions

## Isn't Cloth Config client sided only?

Yes, Cloth Config is client sided only. However, Cloth Config is only a config screen API, not actually a fully configuration API. You can simply ignore Cloth Config when you are on the client, or you can ask the server to send the client a copy of the config and sync it over when the user saves from Cloth Config.

## Are you still maintaining Cloth / Auto Config?

Yes, but only to fix bugs and update it to new Minecraft versions, you can see [Introduction to Cloth Config](/cloth-config/master.md) for the list of supported Minecraft versions, I tend to maintain support for a long time. Cloth / Auto Config is unlikely to receive new features.

## Are there any alternatives to Cloth / Auto Config?

Here are some notable alternatives that I think (personally), are pretty good as well.

* MidnightConfig: <https://github.com/TeamMidnightDust/MidnightLib/wiki>
* owo-lib: <https://docs.wispforest.io/owo/config/>
* OroConfig: <https://github.com/OroArmor/Oro-Config>
* Omega Config: <https://github.com/Draylar/omega-config>

*I still think other's config screens kinda suck - shedaniel 2022*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/frequently-asked-questions.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.
