# Applications

- [Creating sensor faces](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/_index.md): Create new display styles for the System Monitor application and widgets.
- [Dolphin](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/dolphin.md)
- [Creating Dolphin service menus](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/dolphin/_index.md): Learn how to create Dolphin service menus
- [Kate](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/kate.md)
- [Kate plugin tutorial](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/kate/plugin.md): Learn how to write a Kate plugin
- [KMines](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/kmines.md): Tutorials related to KMines
- [Making a KMines theme](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/kmines/theme.md): How to add a theme to KMines.
- [Writing tests](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/tests.md): Learn to create tests for KDE applications
- [Appium automation testing](https://docs.novaflowos.com/start/kde-developer-platform/readme/apps/tests/index.md): Learn how to run Appium tests for applications on Linux


---

# 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.novaflowos.com/start/kde-developer-platform/readme/apps.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.
