# Formats

- [Binaries](https://docs.pkgforge.dev/formats/binaries.md): Binary Types
- [Static](https://docs.pkgforge.dev/formats/binaries/static.md): Statically Linked Binaries (.pkg\_type == static)
- [Dynamic](https://docs.pkgforge.dev/formats/binaries/dynamic.md): Dynamically Linked Binaries
- [Packages](https://docs.pkgforge.dev/formats/packages.md): Supported Package Formats
- [AppImage](https://docs.pkgforge.dev/formats/packages/appimage.md): https://en.wikipedia.org/wiki/AppImage
- [AppBundle](https://docs.pkgforge.dev/formats/packages/appbundle.md): https://github.com/xplshn/AppBundleHUB
- [FlatImage](https://docs.pkgforge.dev/formats/packages/flatimage.md): A hybrid of Flatpak sandboxing with AppImage portability
- [RunImage](https://docs.pkgforge.dev/formats/packages/runimage.md): Portable single-file Linux container, Similar to FlatImage
- [NixAppImage](https://docs.pkgforge.dev/formats/packages/nixappimage.md): AppImages created from NixOs Derivations & FHS
- [Archive](https://docs.pkgforge.dev/formats/packages/archive.md): Usually extract & run (or even Self Extractable) archives provided by official sources themselves.
- [Errors & Quirks](https://docs.pkgforge.dev/formats/packages/errors-and-quirks.md): Common Issues with Portable Packages
- [FUSE](https://docs.pkgforge.dev/formats/packages/errors-and-quirks/fuse.md): Required for mounting Filesystems & Images
- [Fonts](https://docs.pkgforge.dev/formats/packages/errors-and-quirks/fonts.md): Required to display/render Non-English Chars, Emojis, Symbols etc.
- [Namespaces](https://docs.pkgforge.dev/formats/packages/errors-and-quirks/namespaces.md): Required for Sandboxing, Security & Performance


---

# 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.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.
