# Route An Arrow For New And Repeat Customers

### Customers can be routed based on whether they are making their first purchase or are repeat customers. By default, the routing is set for all customers, but this can be customized to target "new customers" or "repeat customers."

## Definitions:

* ### All Customers: Route all customers, regardless of whether they are new or repeat.
* ### New Customers: Customers making their first purchase.
* ### Repeat Customers: Customers who have made at least one purchase.

## Setting a Route by Customer Type:

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

### In the visualizer, follow these steps to set a route based on customer type:

1. Hover Over the Arrow:
   * After making your selection, ensure to publish the changes to save the routing settings.
2. Hover Over the Arrow:
   1. &#x20;In the visualizer, hover over the arrow you wish to set the route for.
3. Click the Settings Button:
   * Click the settings button that appears when you hover over the arrow
4. Open the Side Menu:
   * The side menu will open automatically after clicking the settings button.
5. Select Customer Type:
   * In the side menu, you will find a dropdown labeled "Customers".
   * Select either "New Customers Only" or "Repeat Customers Only" based on your needs.
6. Publish Changes:
   * After making your selection, ensure to publish the changes to save the routing settings.


---

# 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://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/connecting-funnel-pages/route-an-arrow-for-new-and-repeat-customers.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.
