# Search & Filter Journey

1. **Navigate to the Journey Page:**

* Access the 'Journey' page in your chatbot platform.

insert

2. **Search Bar:**

* Locate the search bar on the 'Journey' page. This allows you to quickly find a specific journey by typing in its name.

*Example: If you have a journey related to user onboarding, type "Onboarding" in the search bar.*

insert

3. **Filter Icon:**

* Inside the search bar, at the right-hand corner, you'll find a filter icon. Click on this icon to access additional filtering options.

insert

4. **Filter Options:**

* Once the filter icon is clicked, a dropdown menu appears with various filtering options. Here are the explanations for each option:
* **Status (Active, Draft):**
  * Active: Displays journeys that are currently active and running.
  * Draft: Displays journeys that are still in the draft phase and not yet activated.

*Example: If you want to see all active journeys, select "Active" from the Status filter.*

*insert*

* **Journey Type (Business Initiated, User Initiated):**
  * Business Initiated: Journeys triggered by business-defined events or conditions.
  * User Initiated: Journeys triggered by user actions or requests.

*Example: If you want to view user-initiated journeys, select "User Initiated" from the Journey Type filter.*

* **Starting Points:**
  * **Import Contact:** Journeys triggered when contacts are imported.
  * **Manual Add:** Journeys triggered when contacts are manually added.
  * **Custom Event:** Journeys triggered by custom events.
  * **Audience Field Changes:** Journeys triggered by changes in audience field values.
  * **Subscribe to Segment:** Journeys triggered when contacts subscribe to a specific segment.
  * **Unsubscribe from a Segment:** Journeys triggered when contacts unsubscribe from a specific segment.
  * **Ad Click:** Journeys triggered by user clicks on advertisements.
  * **User Utterance:** Journeys triggered by specific user inputs.

*Example: If you want to see journeys triggered by user utterances, select "User Utterance" from the Starting Points filter.*

5. **Review Filtered Journeys:**

* Once clicked on any filter options. The page will display the journeys that match the selected search criteria and filters.

insert


---

# 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/search-and-filter-journey.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.
