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

# Lumi OS

**Lumi OS** is a modern **React + TypeScript** operating system built for the browser.\
It offers a dynamic desktop experience with offline functionality, themes, plugins, games, and more!

{% hint style="info" %}
Lumi OS is now open source. You can read the guidelines for modification and redistribution [here](/lumios/readme.md). Lumi OS is also under the Apache-2.0 License.
{% endhint %}

The docs and OS are entirely made by me, and finding the time to update and work on the both takes a while. It may be some time before these docs are updated again.

If you haven't already, please try [Lumi OS](https://fritzcohen.github.io/LumiOS/).

***

### Quick Links

{% content-ref url="/pages/MgvQ9SCtPthFREQqjcI8" %}
[Getting Started](/lumios/getting-started/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/JqL8wdU5cr320piqwHrc" %}
[Docs](/lumios/docs/quick-guide.md)
{% endcontent-ref %}


---

# 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://lumios.gitbook.io/lumios/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.
