# FAQ

- [Google Play Certification](https://docs.waydro.id/faq/google-play-certification.md)
- [Disable On-Screen Keyboard](https://docs.waydro.id/faq/disable-on-screen-keyboard.md): Stop on-screen keyboard from popping up while typing
- [Disable Touch Sounds](https://docs.waydro.id/faq/disable-touch-sounds.md): How to disable Android touch feedback sounds in Waydroid
- [Community Projects We Like](https://docs.waydro.id/faq/community-projects-we-like.md): Here is a list of a few of the projects that work with Waydroid to add some more features/functionality.
- [Get Waydroid to work through a VM](https://docs.waydro.id/faq/get-waydroid-to-work-through-a-vm.md): This also applies to any unsupported GPU's as well (like nVidia)
- [Using ADB with Waydroid](https://docs.waydro.id/faq/using-adb-with-waydroid.md)
- [Setting up Waydroid only Sessions](https://docs.waydro.id/faq/setting-up-waydroid-only-sessions.md): For some projects, you might want to have Linux only for backend or maintenance related tasks, while using the Waydroid full-screen UI as the main interface.
- [Setting up a shared folder](https://docs.waydro.id/faq/setting-up-a-shared-folder.md)
- [Color correction in Mutter](https://docs.waydro.id/faq/color-correction-in-mutter.md): Correct the colors when using a Mutter shell
- [Backup/Restore apps and data](https://docs.waydro.id/faq/backup-restore-apps-and-data.md): Backup and restore apps and data using Seedvault
- [Using custom Waydroid images](https://docs.waydro.id/faq/using-custom-waydroid-images.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.waydro.id/faq.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.
