> 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/peripherals.md).

# Peripherals

{% hint style="warning" %}
**This is a required field!**
{% endhint %}

## Peripherals

These are the peripheral types currently supported by Open Shop Channel.

<table><thead><tr><th width="160">Peripheral</th><th width="224">JSON Value</th><th></th></tr></thead><tbody><tr><td>Wii Remote</td><td>"Wii Remote"</td><td>Up to four can be included in the list. Example: ["Wii Remote", "Wii Remote", "GameCube Controller"] means the app supports up to two Wii Remotes and a GameCube Controller.</td></tr><tr><td>GameCube Controller</td><td>"GameCube Controller"</td><td></td></tr><tr><td>Nunchuk</td><td>"Nunchuk"</td><td></td></tr><tr><td>Classic Controller</td><td>"Classic Controller"</td><td></td></tr><tr><td>SDHC Support</td><td>"SDHC"</td><td>This is not really a peripheral, but it indicates support for SDHC cards to the Homebrew Browser.</td></tr><tr><td>USB Keyboard</td><td>"USB Keyboard"</td><td>USB Keyboards are supported. Not displayed on Homebrew Browser.</td></tr><tr><td>Wii Zapper</td><td>"Wii Zapper"</td><td>Wii Zapper is supported. Not displayed on Homebrew Browser.</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "information": {
        ...
        "peripherals": ["Wii Remote", "Nunchuk", "Classic Controller", "GameCube Controller", "SDHC"],
        ...
    },
    ...
}
```

{% endcode %}


---

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