> 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/journeys/manage-journey/create-journey-trigger-settings.md).

# Create Journey - Trigger Settings

## Create Journey

* Navigate to [Journeys](https://app.quickreply.ai/v3/journeys) from the sidebar

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

* Click on "+ Create Journey"

<figure><img src="/files/01xB3zWueOtUFbWNe7e3" alt=""><figcaption></figcaption></figure>

* Add the name of the journey and tags (upto 10) for easier organization and searching. And click on create.

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

## Triggers and Filters

* **Select Trigger Source**: Choose from available sources such as Shopify or Custom (Webhooks). Learn more about [Triggers and Events here.](/product-modules/journeys/data-sources/triggers-and-events.md)

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

* **Select Event:** Select the trigger event from the available options under the selected source.

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

* **Define Trigger Filters** (optional): Set conditions based on customer actions or event properties. Filters allow for more granular control over who enters the journey.

  * **Basis User Action**: Filter based on user interaction.
  * **Basis Event Property**: Filter based on event-related data.

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

By following the above steps, you have completed Step 1 (Trigger Settings) of setting up a Journey. Proceed to the next page to set up the Workflow ( what to send, when to send, how to send)


---

# 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/journeys/manage-journey/create-journey-trigger-settings.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.
