# Flatpak

- [Can't enable Steam Proton manager](https://docs.usebottles.com/flatpak/cant-enable-steam-proton-manager.md)
- [Migrate directories to Flatpak](https://docs.usebottles.com/flatpak/migrate-bottles-to-flatpak.md): The Flatpak package uses a different path for storing bottles.
- [Black screen or silent crash](https://docs.usebottles.com/flatpak/black-screen-or-silent-crash.md): Is your executable showing a black screen or is it silently crashing?
- [Expose directories](https://docs.usebottles.com/flatpak/expose-directories.md): Use this guide if you need to reach other directories in the Flatpak.
- [Use system home](https://docs.usebottles.com/flatpak/expose-directories/use-system-home.md): How to use the system home and not the sandboxed one


---

# 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.usebottles.com/flatpak.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.
