# User Initiated

There are two ways a user-initiated journey can be implemented. One is by **User Utterance,** and the other is by **WhatsApp ad clicks on Facebook and Instagram**.

### User Utterance

The user's utterance journey gets started when a customer's intent[^1] matches with the intent set while creating the journey.&#x20;

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

### Ad Click

All the contacts that click on the 'WhatsApp Ads' featured on Facebook and Instagram will be automatically added to the audience list and enter the journey with Ad click as starting point.

{% content-ref url="/pages/XGPtYRWp3yXPFc5VmTzi" %}
[Ad Click](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/user-initiated/ad-click.md)
{% endcontent-ref %}

[^1]: An intent represents the purpose or goal of a user's message.


---

# 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/user-initiated.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.
