# Journeys

Journeys are sequences of automated messages/workflows sent to customers to&#x20;

* resolve queries outside of work hours
* reduce customer wait time
* enhance customer interactions&#x20;

It can help you send notifications, purchase items, track order, collect feedback, provide support, and much more.

Before we take a deep dive into creating the journeys, the two notable points are:

1. Journeys are created with the help of cards, you need to have a good understanding of them to utilize to its full potential.

Journey cards are basically a medium through which you send messages or create flow to send to users. Chatman offers a variety of cards to automate every possible task, including:

* [**Display Cards**](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards.md)
* [**Rules Cards**](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards.md)
* [**Utility Cards**](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/utility-cards.md)
* [**Plugin Cards**](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/plugin-cards.md)

2. You should have a starting point that will trigger the journey

You need to have a starting point, i.e. select what will trigger the journey that users embark on. In Chatman, there are numerous starting point being categorized under two primary journey type:

* [**Business Initiated Journey**](#business-initiated)
* [**User Initiated Journey**](#user-initiated)

### Business Initiated

A business initiated journey is a type of journey that allows you to send messages to your customers without waiting for them to initiate the conversation.&#x20;

You can use this type of journey to send notifications, alerts, reminders, or promotions to your customers based on their consent or opt-in status.

{% content-ref url="/pages/HcbkMDG7jdizBdIefIHb" %}
[Business Initiated](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/business-initiated.md)
{% endcontent-ref %}

### User Initiated

A user initiated journey is a type of journey that starts based on [**user intents**](#user-content-fn-1)[^1].

You can use this type of journey to provide customer service, support, or information to your customers based on their queries, requests, or feedback.

{% content-ref url="/pages/XrSTJNDsA8WIKF2VJMaC" %}
[User Initiated](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/user-initiated.md)
{% endcontent-ref %}

***

The other notable options in Journey tab are the search & filter and journey report.

### **Search & Filter**

This is where you can search the journey you're looking for and apply the filter to narrow down your search.

{% content-ref url="/pages/y04ilfasGxHMvseI6vgE" %}
[Search & Filter Journey](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/search-and-filter-journey.md)
{% endcontent-ref %}

### Journey Report

#### Statistics

Access the graphical performance of your journeys for different dates.

{% content-ref url="/pages/Z1tdrQJeOqOmVCfnV0gP" %}
[Statistics](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/journey-report/statistics.md)
{% endcontent-ref %}

#### Report

Find numerical data of how well your journey worked for different dates and attributes.

{% content-ref url="/pages/nOjWNtLnGR2MKXDUMsjJ" %}
[Report](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/journey-report/report.md)
{% endcontent-ref %}

[^1]: Intents refer to users' queries or intention that they ask for when interacting with the chatbot.&#x20;


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys.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.
