# WINGS

## WINGS

- [親機・中継機アプリ ユーザーズガイド](https://wings.twelite.info/master.md): App\_Wings user's guide
- [概要](https://wings.twelite.info/overview.md): Overview
- [使用方法](https://wings.twelite.info/how-to-use.md): How to use
- [親機モード](https://wings.twelite.info/how-to-use/parent-mode.md): Parent mode
- [受信メッセージ](https://wings.twelite.info/how-to-use/parent-mode/receive-message.md): Receive Message
- [超簡単！標準アプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_twelite.md): App\_Twelite
- [リモコンアプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_io.md): App\_IO
- [シリアル通信アプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_uart.md): App\_Uart
- [無線タグアプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_tag.md): App\_Tag
- [パルアプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_pal.md): App\_PAL
- [パル・キュー・アリアアプリ出力書式の詳細](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_pal/app_pal-detail.md): Details App\_PAL output format
- [キューアプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_cue.md): App\_CUE
- [アリアアプリ](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_aria.md): App\_ARIA
- [アクト](https://wings.twelite.info/how-to-use/parent-mode/receive-message/act.md): Act
- [送信コマンド](https://wings.twelite.info/how-to-use/parent-mode/transemit-command.md): Trancemit Command
- [0x90コマンド](https://wings.twelite.info/how-to-use/parent-mode/transemit-command/0x90-command.md)
- [中継機モード](https://wings.twelite.info/how-to-use/router-mode.md): Router mode
- [インタラクティブモード](https://wings.twelite.info/interactive-mode.md): Interactive Mode


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wings.twelite.info/master.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.
