> For the complete documentation index, see [llms.txt](https://docs.wonderchat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wonderchat.io/setup-guides/setting-up-your-chatbot/how-to-set-up-dynamic-greeting.md).

# Dynamic Greeting

Dynamic greeting generates personalized welcome messages based on the specific page content the user is currently viewing, creating a more contextual and engaging chat experience.

{% hint style="info" %}
This feature requires a Turbo plan or higher subscription and your chatbot must have indexed content from your website.
{% endhint %}

***

## Step 1: Go to Chatbots page

Go to the Chatbots page and click on the "Edit Chatbot" selection.

## Step 2: Enable Dynamic Greeting

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

Upon entering the Edit Chatbot page, click on the **"General"** settings tab.

Scroll down to find the **"Enable dynamic greetings based on page content?"** option.

Check the checkbox to enable dynamic greetings for your chatbot.

Click **"Save"** to apply the changes.

***

## How Dynamic Greetings Work

Once enabled, your chatbot will use AI to deliver a different greeting message for each page on your website, tailored based on the content of that page.

## Examples of Dynamic Greetings

Depending on the page content, your visitors might see greetings like:

* **Pricing page:** "Would you like to learn more about our different pricing tiers?"
* **Product page:** "Ask me anything about \[product name]!"
* **Support page:** "Need help? I'm here to assist you!"
* **About page:** "Learn more about our company and what we do!"

## Requirements

For dynamic greetings to work effectively:

* **Pages must be crawled**: The content needs to be indexed in your chatbot's knowledge base
* **Content availability**: Pages with more relevant content and meta tags will generate more accurate greetings

## Best Practices

* **Ensure comprehensive crawling**: Make sure all important pages of your website are crawled and indexed
* **Monitor greeting relevance**: Check that generated greetings match your page content appropriately
* **Have a fallback**: Keep your static greeting message clear and helpful for pages without indexed content

***

If you have any more questions, feel free to reach out to us at <mark style="color:purple;">**<support@wonderchat.io>**</mark>


---

# 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.wonderchat.io/setup-guides/setting-up-your-chatbot/how-to-set-up-dynamic-greeting.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.
