> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Initial message

## Overview

The initial message in Convocore allows you to set predefined starter messages that your AI agent sends every time a new user interacts with the widget. These messages help set the tone and provide initial guidance to users.

You can add multiple variants of the initial message, and a random variant will be shown to the user each time for a **unique experience**. You also have the option to generate new variants using AI, which can save time and effort.

<img class="rounded-md" src="https://mintcdn.com/convocore/YDOB1G28XgxvIwqF/images/initial_message_shots.png?fit=max&auto=format&n=YDOB1G28XgxvIwqF&q=85&s=c546e2dcd76750354e21648bea543ffd" width="500" data-path="images/initial_message_shots.png" />

#

#

## How to Add Initial Messages

***

<Steps>
  <Step title="Step 1: Access Initial Message Section">
    Go to your agent's settings and locate the "Initial Message" section.
  </Step>

  <Step title="Step 2: Create New Message">
    Click the "+ New" button to add a new initial message.
  </Step>

  <Step title="Step 3: Generate Variants">
    Write your own and Click "Generate 3 variants" or "Generate 5 variants" to create new variants using AI.
  </Step>
</Steps>

## Best Practices

<CardGroup cols={2}>
  <Card title="Be Clear and Concise" icon="megaphone">
    Make sure your initial messages are easy to understand and set clear expectations for the user.
  </Card>

  <Card title="Personalize the Experience" icon="sparkles">
    Use variants to keep the interaction fresh and personalized.
  </Card>

  <Card title="Review AI-Generated Content" icon="magnifying-glass">
    Always review the content generated by AI to ensure accuracy and relevance.
  </Card>

  <Card title="Personalize the Experience" icon="palette">
    Ensure that all initial messages align with your or your clients brand and tone of voice.
  </Card>
</CardGroup>

## Example usage

Here’s an example of how the initial message setup might look:

<AccordionGroup>
  <Accordion title="Variant 1">
    ```
    Hi! I'm **Magic Marks**' own AI here to provide you with all the info you need about our magical AI agents.  

    You can also send in queries and I'll send it to one of our AI magicians, just ask!  


    What would you like to know? 🪄  

    ```
  </Accordion>

  <Accordion title="Variant 2">
    ```
    Hello there! **Magic Marks** AI assistant at your service.  

    Ready to answer your questions and guide you through our offerings.  

    Just type in your question and I’ll take care of the rest!  

    How can I assist you today? ✨  

    ```
  </Accordion>

  <Accordion title="Variant 3">
    ```

    Greetings! This is the **Magic Marks** AI assistant.  

    I'm here to help you with any information you need. Feel free to ask your questions and 

    I'll connect you with the right resources.  


    What do you need help with today? 🌟  

    ```
  </Accordion>
</AccordionGroup>
