> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/journeys/journeys/how-to/use-an-end-journey-step-in-a-journey.md).

# Use an end journey step in a journey

In this article, you'll learn how to add an **end journey step** to a journey. This allows you to terminate a journey at a specific step.

{% hint style="info" %}
**End journey steps** can only be added at the end of a conditional path, or an entire journey. You can't add an **end journey step** in the middle of a path.
{% endhint %}

{% hint style="info" %}

### Good to know

The 'end journey' step is useful when:

* A conditional step branches the journey into multiple paths.
* You want to intentionally terminate one branch once a specified conversion or goal is met.
* You have complex journeys with numerous branches or nested conditionals and wish to end specific paths at specific points.
  {% endhint %}

### What you'll need

* A journey with two or more steps, and/or a conditional step.

### Step one: Add the end journey step

1. Hover your mouse pointer over the last node of the journey tree or over a conditional step’s path you’ll see an ‘add step’ icon.
2. Select the add a step icon.
3. Select the **End journey** step.

{% hint style="success" %}
Success! You've added an end journey step.
{% 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.bird.com/applications/journeys/journeys/how-to/use-an-end-journey-step-in-a-journey.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.
