> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/setting-welcome-message.md).

# Setting Welcome Message

Whenever a conversation with your bot is initiated, the welcome message is the first thing your bot says, always. It is also the first message of the conversation and can make a massive difference on the impression a user has towards the bot/website, and by extension your organisation.&#x20;

1. Log in to the [Dashboard](https://orimon.ai/login) -> navigate to the overview page of the bot that you want to change.
2. Go to Settings -> Bot Appearance -> Bot Messaging Settings/Text Prompts, and look for the "Welcome Message" section and click on it to edit.
3. In the "Welcome Message" section, you will see options to edit or add new messages. You can edit an existing message by clicking on the pencil icon, delete a message by clicking on the trash can icon, or add a new message by clicking on the "Add New Message" button.

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

4. After clicking on the "Add New Message" button, a message form will open. Select the type of message that you want to display (text, image, video, audio, or file), and enter the message that you want to display. You can apply various text editing features such as font style, size, color, and alignment from the toolbar below the message field.

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

5. Once you have added or edited the message, click the "Save" button to apply the changes.

That's it! You have successfully set up the welcome messages for your bot's chat. You can now preview the changes and make additional adjustments as needed.


---

# 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://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/setting-welcome-message.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.
