# Order by Device

The "Order by Device" graph is an analytic feature in Twinr’s Inbuilt Analytics that distinguishes the number of orders made from Android and iOS devices. This data helps you understand platform preferences and order patterns among your app's users.

## Overview

This graph provides an at-a-glance comparison of the total orders made from each type of device, allowing you to assess where the majority of your app’s orders are originating.

<figure><img src="/files/YgcOqZtJ8tlSr1HlsUkF" alt=""><figcaption></figcaption></figure>

* **Total Orders Count**: This number represents the combined total of orders from both iOS and Android platforms.
* **Order Distribution Bars**: The graph uses horizontal bars to show the order count for each platform, with the lengths proportional to the volume of orders.


---

# 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://help.twinr.dev/app-analytics/revenue/order-by-device.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.
