> For the complete documentation index, see [llms.txt](https://docs.quickreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quickreply.ai/product-modules/settings/channels/whatsapp/messaging-credit-statement.md).

# Messaging Credit Statement

Each entry in the report represents either:

* A **credit deduction** (when messages are sent)
* A **credit top-up/recharge**, or
* A **system adjustment** (rare)

#### 📌 Key Columns Explained

<table><thead><tr><th width="267.70703125">Column Name</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Date</strong></td><td>The exact date when the message cost or transaction was recorded.</td></tr><tr><td><strong>Type</strong></td><td>Indicates whether the row is a <code>DEBIT</code> (credits used) or <code>CREDIT</code> (top-up added).</td></tr><tr><td><strong>Currency</strong></td><td>The currency used for pricing (e.g., INR, USD).</td></tr><tr><td><strong>Transaction Amount</strong></td><td>Monetary value deducted or added for messaging usage.</td></tr><tr><td><strong>Messaging Credits Remaining</strong></td><td>Running balance after the transaction — helps track trends over time.</td></tr><tr><td><strong>Marketing message count</strong></td><td>Number of outbound paid marketing messages sent on that date.</td></tr><tr><td><strong>Marketing message price</strong></td><td>Total Cost of marketing category messages on that day.</td></tr><tr><td><strong>Utility messages count</strong></td><td>Count of utility messages sent on that day.</td></tr><tr><td><strong>Utility message price</strong></td><td>Total Cost of utility category messages on that day.</td></tr><tr><td><strong>Service first message count</strong></td><td>Number of service messages that initiated a new conversation with a customer.</td></tr><tr><td><strong>Service first message price</strong></td><td>Total Cost of Service Messages that initiated a new conversation on that day.</td></tr><tr><td><strong>Service first message count</strong></td><td>Number of service messages that initiated a new conversation with a customer.</td></tr></tbody></table>

{% hint style="info" %}
Other fields such as Remarks, Follow-up messages, Media, First Message Price etc are deprecated and are only for backward compatibility. You can ignore them.
{% endhint %}


---

# 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://docs.quickreply.ai/product-modules/settings/channels/whatsapp/messaging-credit-statement.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.
