# README

Kivy is an open-source Python library for developing multitouch application software with a natural user interface (NUI). It is distributed under the terms of the MIT License, and can run on Android, iOS, Linux, macOS, and Windows.

> This documentation was converted from the official [Kivy repository](https://github.com/kivytech/kivy) RST sources to Markdown for GitBook.

## Quick Links

* [Getting Started](/getting-started/intro.md)
* [Installation](/installation/installation.md)
* [Programming Guide](/programming-guide/basic.md)
* [Tutorials](/tutorials/pong.md)
* [FAQ](/kivy-project/faq.md)


---

# 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.kivy.fun/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.
