# 受信メッセージ

TWELTIE APPSのデータを本アプリですべて同時に受信することができます。

{% hint style="warning" %}
異なるアプリのデータを同時に受信可能ですが、通信チャンネルとアプリケーションIDを合わせていただく必要があります。
{% endhint %}

データを受信したときのシリアル出力書式は以下のページをご覧ください。

{% content-ref url="receive-message/app\_twelite" %}
[app\_twelite](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_twelite)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_io" %}
[app\_io](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_io)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_uart" %}
[app\_uart](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_uart)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_tag" %}
[app\_tag](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_tag)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_pal" %}
[app\_pal](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_pal)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_cue" %}
[app\_cue](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_cue)
{% endcontent-ref %}

{% content-ref url="receive-message/app\_aria" %}
[app\_aria](https://wings.twelite.info/how-to-use/parent-mode/receive-message/app_aria)
{% endcontent-ref %}

{% content-ref url="receive-message/act" %}
[act](https://wings.twelite.info/how-to-use/parent-mode/receive-message/act)
{% endcontent-ref %}


---

# 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://wings.twelite.info/how-to-use/parent-mode/receive-message.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.
