# How to read the billing report?

## Step 1: Download the Report

1. Log in to the Monogoto Hub.
2. Go to Payments → Monthly Usage Report.
3. Click the link to download the report — it will download as a CSV file to your browser.

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

## Step 2: Open the Report

You can open the CSV file in Excel, Google Sheets, or any spreadsheet viewer.\
Each row represents one line of usage data for a SIM (ICCID) on a specific IMSI and operator (carrier).

#### CSV File Legend

| Column | Field Name            | Description                                         |
| ------ | --------------------- | --------------------------------------------------- |
| D / E  | Thing ID / Thing Name | Identifies the SIM card. You’ll see the ICCID here. |

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

| Column | Field Name | Description                               |
| ------ | ---------- | ----------------------------------------- |
| G      | Group Name | The network or group your SIM belongs to. |

&#x20;

| Column | Field Name | Description                                                        |
| ------ | ---------- | ------------------------------------------------------------------ |
| H      | IMSI       | The specific Monogoto profile used (for example, Profile E, U, O). |

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

| Column | Field Name | Description                                                                                 |
| ------ | ---------- | ------------------------------------------------------------------------------------------- |
| I      | Operator   | It shows which carrier (for example, AT\&T, T-Mobile, Vodafone) the SIM used for that IMSI. |

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

| Column | Field Name | Description                                                                                                     |
| ------ | ---------- | --------------------------------------------------------------------------------------------------------------- |
| J      | Signaling  | “+” means the SIM registered or attached during the period — used to determine if the subscription fee applies. |

<figure><img src="/files/0Qb72VihJIYQvNfuyFLg" alt=""><figcaption></figcaption></figure>

| Column | Field Name   | Description                                  |
| ------ | ------------ | -------------------------------------------- |
| K      | Data (Bytes) | Data usage in bytes for that IMSI + carrier. |

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

| Column | Field Name | Description                                     |
| ------ | ---------- | ----------------------------------------------- |
| L      | Data (MB)  | Same usage shown in megabytes (easier to read). |

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

| Column | Field Name | Description                              |
| ------ | ---------- | ---------------------------------------- |
| M      | SMS        | Number of SMS messages sent or received. |

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

| Column | Field Name | Description                                       |
| ------ | ---------- | ------------------------------------------------- |
| O      | Access Fee | Certain networks apply a per-operator access fee. |

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

| Column | Field Name       | Description                                                                                   |
| ------ | ---------------- | --------------------------------------------------------------------------------------------- |
| P      | Subscription Fee | <p>Monthly SIM activity fee applied if any signaling occurred (see Column J). </p><p><br></p> |

<figure><img src="/files/0zcCAfByHbuOgld9VSeb" alt=""><figcaption></figcaption></figure>

| Column | Field Name | Description               |
| ------ | ---------- | ------------------------- |
| Q      | Data Cost  | Cost per carrier per IMSI |

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

## Step 3: How to Read Totals

#### Multiple Rows per ICCID

A single ICCID may appear on multiple rows in the billing report.\
This is because each row represents usage per IMSI and per carrier.\
This is normal and expected behavior.

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

#### Finding the Total Per SIM

To find the final total for a SIM, look for the last row of that ICCID — it will show “Total” under the Operator column.\
This row combines all data usage, SMS, and costs for that SIM across all IMSIs and carriers.

<figure><img src="/files/6WDttwP0NLrsOg2zseAW" alt=""><figcaption></figcaption></figure>

#### Overall Account Totals

At the very bottom right of the report, you’ll find the grand totals for the entire billing period — including overall data, SMS, access fees, subscription fees, and costs for all SIMs in the account,

## Step 5: Quick Reference

* ICCID (D/E): Identifies the SIM.
* IMSI (H): Identifies which Monogoto profile/identity was used.
* Operator (I): Shows the carrier — multiple rows per SIM are expected.
* Data (L): Your actual data usage in MB.
* Signaling (J): “+” means the SIM was active this month.
* Access (O) + Sub (P): Flat fees added to the total.


---

# 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://docs.monogoto.io/hub/payments/how-to-read-the-billing-report.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.
