> For the complete documentation index, see [llms.txt](https://docs.funnelish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.funnelish.com/start/creating-a-funnel.md).

# Creating a funnel

A funnel is designed to guide your customers through a series of steps, from letting them know more about your product, all the way to a thank you for your purchase page.&#x20;

<figure><img src="/files/ISRl285Kn3VzQ63CHwzu" alt=""><figcaption><p>Layout of how a minimal funnel would typically look like.</p></figcaption></figure>

You're about to create a Funnelish funnel. It's not difficult, and we'll guide you all the way through with this step-by-step guide. If you want a quick overview of this first step, watch the video below:&#x20;

{% embed url="<https://www.youtube.com/watch?v=h3LuIJpVzMw>" %}

## Create a funnel

1. On the header menu, click the **Funnels** tab.&#x20;
2. Click the **Create new funnel** button in the top right corner of your page.
3. You then have two options:

* Use a template
* Or start with a blank funnel and create it from scratch.

<figure><img src="/files/JYTF8batPuW2TO2q6fKb" alt=""><figcaption><p>Creating a funnel.</p></figcaption></figure>

## Using a template

Templates save time by giving you the building blocks of a funnel structure. We call these blocks **steps**. You can quickly customize each step in the funnel with our drag-and-drop tools.

1. Scroll through the list of templates and click an option.
2. Review the template design in the right panel.
3. Click **Create funnel** to use that template.

<figure><img src="/files/9el8XOV9ph5dP253txBH" alt=""><figcaption><p>Preview a template.</p></figcaption></figure>

## Building from scratch

Instead of a template, you can start with a blank funnel and then build it yourself with our no-code drag-and-drop tools.

1. On the Add new funnel pop-up window, select the **Build from scratch** option.
2. Click the **Create funnel** button.
3. Watch the intro video.
4. Add your first step.

## Cloning a funnel

Once you have created a funnel and would like to use that structure or design again for your next funnel, you can clone it by clicking on this icon:

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

## Contact us

No time to build or customize your funnel? Get in touch with our team using the blue bubble in the bottom right corner of your page and learn how we can assist you.&#x20;


---

# 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.funnelish.com/start/creating-a-funnel.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.
