# Welcome

KatanOS is now published as a public repository.

The app reached a stable user base and performed well in Microsoft Store metrics, but direct feedback and community contribution remained limited. After shipping the planned scope, the project is considered functionally complete for its original goals.

Active long-term maintenance is no longer planned.

The repository is intentionally open so other developers can:

* fork and continue development
* modernize architecture and UX
* adapt modules for different personal or commercial workflows (within license terms)

If you build on top of this codebase, crediting the original author is appreciated.

KatanOS was the author's first full application and represents substantial effort and learning.


---

# 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.katania.me/getting-started/readme.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.
