# Welcome!

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

If you're here wondering what is Nitrocid KS, then you're at the right place! Nitrocid KS is a kernel simulator application that simulates not only the kernel, but also a fully-functional textual operating system that allows you to do various tasks, such as file management, use the Internet to download and upload things from/to the websites, and so on.

Nitrocid KS, Kernel Simulator back then, started on 2018 as version 0.0.1, when it was still in its early access stages (alpha). It featured an extremely basic simulator that only focused on the matter at hand: the kernel, the login mechanism, and the shell application. Since then, we've made various improvements to the point that we've finally formed the "beta" stage of the kernel, which is version 0.1.0.

Nitrocid KS has not only become more beautiful than the first version, but it has also become more flexible than before by allowing your mods to extend the kernel functionalities or to provide users with extra applications, screensavers, and more.

This documentation is a manual for Nitrocid KS. It describes everything about almost all the features, some of which you can use them with your mods in order to extend your kernel.


---

# 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://aptivi.gitbook.io/aptivi/nitrocid-ks-manual/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.
