# How to change a page title?

Each page in a funnel can have a page title. That name appears in the browser tab.&#x20;

Pages in the same step could also have a different page title.

{% hint style="info" %}
PS. Page title is different from a page name. A page name is only shown in the dashboard to the user and helps distinguish between different page split-tests in the analytics breakdown.
{% endhint %}

![Page names in browser tabs](/files/jBn3g2rpdpFJqrIKc7gC)

To change the page title:

1. Open a funnel step.
2. Click the **Edit page** button associated with your page.
3. Click the three-dot icon in the top left corner of the page builder.
4. Click **Settings**.

<figure><img src="/files/9D1wp3LiMYWeymi0wCC0" alt=""><figcaption><p>More actions > Settings</p></figcaption></figure>

### Changing the text

1. Change the text in the **Title** field.
2. Click **Save changes**.

![Change Title text](/files/UGc7Ayjf1jeWGV2t2aUC)

* Open the step in a browser tab. The new page title displays in the tab.&#x20;

![New page name](/files/cWAl6KoGsIHdkSKpul39)


---

# 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/how-to-change-a-page-title.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.
