> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/marketing-engine/settings-and-integrations/integrations/ai-agent-engine/personalized-greetings.md).

# Personalized Greetings

## Overview

Make your guests feel instantly recognized with **Personalized Greetings**—a feature that lets you show a custom welcome message in chat showing user's first name or other details.&#x20;

It can be utilized for links shared via email or landing pages built in the Marketing Engine.

## **How it works**

When someone clicks a link to your chat page from an email you create using the Marketing Engine, the link includes hidden info like their first name (securely encrypted). That info is used to show a personalized welcome message when they open the chat—like “Hi, Jamie!” or “Ready for your next adventure, Sarah?”

{% embed url="<https://youtu.be/Buc3AUDQOc8>" %}

## **Why it matters**

\
✅ **Higher engagement**: Guests are more likely to interact when they feel personally welcomed\
✅ **More conversions**: Personal touches help drive action, like bookings or sign-ups\
✅ **Better experience**: It shows you know your guests and care about their journey

## Implementation

1. **Contact our Support team** to set up your unique AI agent chat page with encrypted UTM parameters.&#x20;

   <figure><img src="/files/0qD78o0WlccilLsJwItG" alt=""><figcaption></figcaption></figure>
2. **Get your chat page** provided by the team.
3. In the **Marketing Engine**:
   * Start a new email campaign.
   * Use or duplicate an existing email template.
   * Add a button linking to:\
     `https://chat.satis.fi/?pageID=`**`ADD_YOUR_PAGE_ID_HERE`**`&inputHidden=1&input=response_name=personal_greeting`\
     \&#xNAN;*(Don’t worry—UTM parameters are added automatically when the email sends.)*&#x20;

     <figure><img src="/files/AkIkeksFcPONwZXwOK9s" alt=""><figcaption></figcaption></figure>
4. **Test your email** before sending it live to make sure everything works as expected.

Let us know if you need help at any step!


---

# 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.satisfilabs.com/resource-center/marketing-engine/settings-and-integrations/integrations/ai-agent-engine/personalized-greetings.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.
