> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/marketing-engine/journeys/whatsapp-journey/whatsapp-journey-report.md).

# WhatsApp Journey Report

To monitor data from your WhatsApp journey, perform the following steps:

1. When in your dashboard, click *Journeys*.<br>

   <figure><img src="/files/IcBpbR9JTeigX8N2CXfX" alt="" width="162"><figcaption></figcaption></figure>
2. Find the journey you'd like to review and hover over the three dots to the right of the record. Select *Report.*

<div data-full-width="true"><figure><img src="/files/jbZw06t19Rtyc2uaezaw" alt=""><figcaption></figcaption></figure></div>

3. Here you can see the fundamental metrics for the WhatsApp journey.

<div data-full-width="true"><figure><img src="/files/KjByGjBVMarUTC2QLzkc" alt=""><figcaption></figcaption></figure></div>

{% tabs %}
{% tab title="Flow" %}

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

This is the overview of the journey's flow.&#x20;
{% endtab %}

{% tab title="Overview" %}

<figure><img src="/files/8lAs2Dj8BEbDA4UVNaW4" alt=""><figcaption></figcaption></figure>

The *Overview* tab gives general information about the journey.
{% endtab %}

{% tab title="Recipient Activity" %}

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

The *Recipient Activity* tab gives information on the engagement of individual contacts with your journey.&#x20;
{% endtab %}

{% tab title="WhatsApp" %}

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

In the *WhatsApp* tab, you can check data specific to the WhatsApp templates.
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
In the WhatsApp tab, you can download a report following the instructions below:

1. Hover over the three dots to the right of the report you'd like to download
2. Click *Report*
3. Once in the new tab, select *Download Report*
4. Enter your email and file type and select *Download*
   {% 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.satisfilabs.com/resource-center/marketing-engine/journeys/whatsapp-journey/whatsapp-journey-report.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.
