# JS

- [EC](https://docs.oscwii.org/wii-shop-channel/js/ec.md): A family of objects for interacting with titles and servers
- [ECommerceInterface](https://docs.oscwii.org/wii-shop-channel/js/ec/ecommerceinterface.md): The main interface to interact with EC
- [ECDeviceInfo](https://docs.oscwii.org/wii-shop-channel/js/ec/ecdeviceinfo.md): Device information, easily accessible
- [ECProgress](https://docs.oscwii.org/wii-shop-channel/js/ec/ecprogress.md): Progress tracking, simplified
- [Payment Objects](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects.md)
- [ECPrice](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/ecprice.md): A way to describe pricing data
- [ECCreditCardPayment](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/eccreditcardpayment.md)
- [ECCreditCardEncryptedPayment](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/eccreditcardencryptedpayment.md)
- [ECECardPayment](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/ececardpayment.md)
- [ECAccountPayment](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/ecaccountpayment.md)
- [ECTransactionInfo](https://docs.oscwii.org/wii-shop-channel/js/ec/payment-objects/ectransactioninfo.md)
- [Title Objects](https://docs.oscwii.org/wii-shop-channel/js/ec/title-objects.md)
- [ECTitleLimit](https://docs.oscwii.org/wii-shop-channel/js/ec/title-objects/ectitlelimit.md): Easily accessible title limits
- [ECTitleInfo](https://docs.oscwii.org/wii-shop-channel/js/ec/title-objects/ectitleinfo.md): Easily accessible title metadata
- [ECTicketInfo](https://docs.oscwii.org/wii-shop-channel/js/ec/title-objects/ecticketinfo.md): Easily accessible ticket information
- [DL Tasks](https://docs.oscwii.org/wii-shop-channel/js/dl-tasks.md): Banner operations at your fingertips
- [Keyboard](https://docs.oscwii.org/wii-shop-channel/js/keyboard.md): More input types than you can dream of
- [Mii](https://docs.oscwii.org/wii-shop-channel/js/mii.md): The best way to display user's Miis
- [NWC24](https://docs.oscwii.org/wii-shop-channel/js/nwc24.md): WiiConnect24 functionality, directly within JS
- [SD Card](https://docs.oscwii.org/wii-shop-channel/js/sd-card.md): Easily accessible SD card querying
- [Shop](https://docs.oscwii.org/wii-shop-channel/js/shop.md): Control the whole channel
- [Sound](https://docs.oscwii.org/wii-shop-channel/js/sound.md): Life's better with sound


---

# 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.oscwii.org/wii-shop-channel/js.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.
