> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/repository-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/repository-manager/manifests.md).

# Application Manifests

- [Introduction to manifests](https://docs.oscwii.org/repository-manager/manifests/introduction-to-manifests.md)
- [Example manifest](https://docs.oscwii.org/repository-manager/manifests/example-manifest.md)
- [Essential Information](https://docs.oscwii.org/repository-manager/manifests/essential-information.md): Name, author, category, and so on!
- [Category](https://docs.oscwii.org/repository-manager/manifests/essential-information/category.md): "category": "demos"
- [Peripherals](https://docs.oscwii.org/repository-manager/manifests/essential-information/peripherals.md): "peripherals": \["Wii Remote", "Wii Remote", "GameCube Controller"]
- [Flags](https://docs.oscwii.org/repository-manager/manifests/essential-information/flags.md): "flags": \["writes\_to\_nand"]
- [Platforms](https://docs.oscwii.org/repository-manager/manifests/essential-information/platforms.md): "supported\_platforms": \["wii", "vwii"]
- [Source](https://docs.oscwii.org/repository-manager/manifests/source.md): How should the server obtain this app?
- [Format](https://docs.oscwii.org/repository-manager/manifests/source/format.md): "format": "zip"
- [URL](https://docs.oscwii.org/repository-manager/manifests/source/url.md): Obtain app from URL.
- [Location](https://docs.oscwii.org/repository-manager/manifests/source/url/location.md): "location": "https://owensoft.net/project/newogame/dl/newozero.zip"
- [GitHub Release](https://docs.oscwii.org/repository-manager/manifests/source/github-release.md): Obtain app from a GitHub release.
- [Repository](https://docs.oscwii.org/repository-manager/manifests/source/github-release/repository.md): "repository": "mgba-emu/mgba"
- [File](https://docs.oscwii.org/repository-manager/manifests/source/github-release/file.md): "file": "mGBA-\*-wii.7z"
- [Additional Files](https://docs.oscwii.org/repository-manager/manifests/source/github-release/additional-files.md): Optional: "additional\_files": \["config.txt", "hacks\_hash.ini"]
- [SourceForge Release](https://docs.oscwii.org/repository-manager/manifests/source/sourceforge-release.md): Obtain app from the SourceForge "best release".
- [itch.io](https://docs.oscwii.org/repository-manager/manifests/source/itchio.md): Obtain app from itch.io.
- [MediaFire](https://docs.oscwii.org/repository-manager/manifests/source/mediafire.md): Obtain app from MediaFire.
- [Location](https://docs.oscwii.org/repository-manager/manifests/source/mediafire/location.md): "location": "https://www.mediafire.com/file/g5mzgr1izm2/baltools-1.0.zip"
- [Treatments](https://docs.oscwii.org/repository-manager/manifests/treatments.md): How should the server prepare this app for distribution?
- [Contents](https://docs.oscwii.org/repository-manager/manifests/treatments/contents.md): Treatments group for manipulating files and directories.
- [Meta](https://docs.oscwii.org/repository-manager/manifests/treatments/meta.md): Treatments group for manipulating the meta.xml file.
- [Web](https://docs.oscwii.org/repository-manager/manifests/treatments/web.md): Treatments group for internet communication.
- [Archive](https://docs.oscwii.org/repository-manager/manifests/treatments/archive.md): Treatments group for dealing with archives files.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.oscwii.org/repository-manager/manifests.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.
