# Packages

Portable package formats for GUI applications:

* [AppImage](https://docs.pkgforge.dev/formats/packages/appimage) - Single-file portable applications
* [AppBundle](https://docs.pkgforge.dev/formats/packages/appbundle) - Portable app bundles
* [FlatImage](https://docs.pkgforge.dev/formats/packages/flatimage) - Flatpak-based portable images
* [RunImage](https://docs.pkgforge.dev/formats/packages/runimage) - Container-based portable apps
* [NixAppImage](https://docs.pkgforge.dev/formats/packages/nixappimage) - Nix-based AppImages
* [Archive](https://docs.pkgforge.dev/formats/packages/archive) - Compressed archives

## Troubleshooting

See [Errors & Quirks](https://docs.pkgforge.dev/formats/packages/errors-and-quirks) for common issues (FUSE, fonts, namespaces).


---

# 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.pkgforge.dev/formats/packages.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.
