> ## Documentation Index
> Fetch the complete documentation index at: https://docs.figfunnels.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Routes

> Use routes to send visitors down conditional or scheduled paths in your funnel.

A route controls where visitors go after a page. Most page connections are direct: everyone continues to the next page. When a page needs more than one possible next step, add a route and define when each path should be used.

<Note>
  Routes are a **Scale plan** feature. You must be on the Scale plan to add or use routes in your funnels.
</Note>

## Route types

<CardGroup cols={2}>
  <Card title="Conditional route" icon="git-branch">
    Sends visitors to one page when they match a rule and to an **Otherwise** fallback when they do not. Use this for form answers, traffic source, campaign data, or other visitor context.
  </Card>

  <Card title="Scheduled route" icon="calendar">
    Sends visitors to one page during a time window or date condition and to an **Outside schedule** fallback otherwise.
  </Card>
</CardGroup>

## How routes appear on the canvas

Routes appear as small route nodes between a page and its possible destinations. Branches extend from the route as labeled outgoing connections:

* **Conditional route:** **Match** and **Otherwise**.
* **Scheduled route:** **In schedule** and **Outside schedule**.
* **Direct route:** one destination for everyone.

Each branch connects to a destination page. You can rename the branch labels to match your funnel, such as "VIP buyers" and "General offer."

## Add a route

<Tabs>
  <Tab title="Between two pages">
    <Steps>
      <Step title="Find the connection">
        On the canvas, locate the edge connecting the source page to the destination page.
      </Step>

      <Step title="Click the + icon on the edge">
        Hover over the edge and click the **+** icon that appears in the middle of the connection.
      </Step>

      <Step title="Choose Route">
        Select **Route** from the menu. The route is inserted between the two pages, and the original connection becomes the first branch.
      </Step>
    </Steps>
  </Tab>

  <Tab title="From a page">
    <Steps>
      <Step title="Find the page">
        Locate the page that needs another possible next step.
      </Step>

      <Step title="Click the + icon on the page node">
        Click the **+** icon on the bottom of the page node.
      </Step>

      <Step title="Select Route">
        Choose **Route**. The route is created and automatically wired as the outgoing node from the page.
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Configure a route

Click a route node on the canvas to open its settings panel. From there you can:

* Rename the route.
* Choose **Conditional route** or **Scheduled route**.
* Define the matching rule or schedule.
* Wire the match and fallback outputs.
* Customize branch labels.

## Delete a route

To remove a route, right-click the route node and select **Delete**. The route and all its outgoing connections are removed. Any pages connected through the route will need to be rewired.
