> 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/essential-information/flags.md).

# Flags

Flags is an optional dictionary that should contain within it potentially important information about an application, e.g. if it writes to nand.

Currently, these are the supported flags:

<table><thead><tr><th width="193.33333333333331">Flag</th><th>Description</th><th></th></tr></thead><tbody><tr><td>"writes_to_nand"</td><td>For applications that potentially write to NAND.</td><td>For homebrew browser specifically, adds a "[CAUTION! Writes to NAND!]" prefix to long descriptions.</td></tr><tr><td>"deprecated"</td><td>Signals this application is not recommended to use unless necessary, and an alternative should be used instead.</td><td>"This homebrew application is deprecated and should only be used when a better alternative is not available."</td></tr></tbody></table>


---

# 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/essential-information/flags.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.
