Greeting

Required

The Greeting is the ice-breaker, the first thing your AI chatbot says when it starts a conversation. It sets the tone for the chat and can significantly impact the overall user experience. This is your chatbot's first opportunity to express its unique personality or indicate its role.

Here are the key points about creating an effective greeting:

  1. Length: A greeting can be anywhere between 0-2000 characters. Remember, brevity can often be more impactful.

  2. Impression: The greeting has a substantial influence, especially for chatbots with minimal details or non-descriptive names. It's the perfect place to make your chatbot's identity clear.

  3. Scene-Setting: Apart from establishing who your chatbot is, a greeting also hints at what interacting with the chatbot will be like. It could set the stage for a game or suggest the direction of the forthcoming conversation.

  4. User Reference: The special variable {{user}} can be used to address the user directly in your greeting. For instance, Hello {{user}}, how are you today? would display as "Hello Julie, how are you today?" if the user's name was Julie.

For example, if you're creating a chatbot of a knowledgeable historian named "Professor Brown," your greeting could be something like:

Hello {{user}}! I'm Professor Brown, a historian with a deep passion for ancient civilizations. How may I take you on a journey through time today?

Or, if your chatbot is a fitness trainer named "FitGuru," your greeting might be:

Hey there, {{user}}! It's FitGuru here, your personal fitness coach. Let's set some goals and break some personal records today. Ready to sweat?

Keep in mind that the greeting is an important part of your chatbot's identity. It should resonate with the personality you've defined for your chatbot and set the right expectations for the user from the onset. It's your chatbot's first impression, so make it.

Last updated