# Set a Default Landing Page

Here is a common problem that funnel users experience when they try to create a landing page from a step URL.

### Problem

The funnel user goes to the address bar, deletes the step path from the URL (yellow), and tries to load the domain.

![](/files/jxtQ7aR6ozw5zsjic2Rp)

The result is a 404.

![Landing page won't load.](/files/3hbjd7LFNQzMAtTbvQiF)

### Solution

1. Open the step that you want to load as the domain landing page.
2. Click the **Step Settings** gear icon.

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

&#x20; 3\. Go to the **Step path**.

&#x20; 4\. Delete the path.

<figure><img src="/files/QBycQ9smcq6oSm7V4t7B" alt=""><figcaption><p>Emptying page path.</p></figcaption></figure>

&#x20; 5\. Click **Save changes**.

{% hint style="success" %}
This page will now be your default landing page (domain.com).
{% endhint %}

![Use base URL as a landing page](/files/ejAsjHunBbtjdTKHKPAe)


---

# 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://docs.funnelish.com/faq/set-a-default-landing-page.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.
