# Welcome

![](https://543967396-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McsE7-aoYBgJN2_hYWT%2F-McsZhU7sU8ENULQ6_tD%2F-McwPDbu0YGdHIkEONDR%2Flogo-w96-new.png?alt=media\&token=44c4ac17-4c2b-4c2e-a890-4fb45ddeb357)

This documentation contains developer documentation for [Windows 96](https://windows96.net).

It's all still very much a work-in-progress, but our goal is to have the entire API documented here.

{% hint style="info" %}
We recommend you to read the pages in the **INFORMATION** section of this wiki first. In particular, read the important notes and best practices.
{% endhint %}

{% hint style="danger" %}
Everything you try is at your own risk. Windows 96 is still in beta, so things might break. We recommend you to keep backups of your data inside Windows 96 regularly.
{% endhint %}

If you need to learn about some general Windows 96 concepts/information, you may want to read the main wiki first. It can be found [here](https://wiki.windows96.net).

The API reference for the entire Windows 96 API is available [here](https://apidocs.windows96.net/).


---

# 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://windows96.gitbook.io/dev-docs/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.
