# メインメニュー

`Windows` `macOS` `Linux` `RasPi`

階層化されたメニューの最上位に位置します。

![画面例](/files/5cARaudy09Zdew1qDY17)

この画面では、メニュー選択を行います。メニューを反転すると、下部緑色文字部分に簡易的な解説を表示します。

* [ビューア](/usage/screens/main_menu/viewer.md) : TWELITE から受信した電文を解釈して表示するビューアです。多くの場合、受信側の TWELITE には App\_Wings を書き込んでおきます。
* [アプリ書き換え](/usage/screens/main_menu/firm_prog.md) : ファームウェアをビルドし、接続した TWELITE に書き込みます。
* [インタラクティブモード](/usage/screens/main_menu/interactive.md) : 接続した TWELITE 設定を、インタラクティブモードによって行います。
* [TWELITE STAGEの設定](/usage/screens/main_menu/settings.md) : TWELITE STAGE アプリの各種設定を行います。
* [シリアルポートの選択](/usage/screens/main_menu/select_serial_port.md) : シリアルポートを選択します。
* 説明書 : 説明書を表示するメニューです。以下の説明書をブラウザで開きます。
  * TWELITE STAGE アプリ（この文書）
  * MWX ライブラリ
  * TWENET\_C ライブラリ


---

# 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://stage.twelite.info/usage/screens/main_menu.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.
