> For the complete documentation index, see [llms.txt](https://stage.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stage.twelite.info/usage/screens/main_menu.md).

# メインメニュー

`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
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, and the optional `goal` query parameter:

```
GET https://stage.twelite.info/usage/screens/main_menu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
