# Settings

<figure><img src="/files/PVEm86BDmRWaGDvncl00" alt=""><figcaption><p>Settings Interface</p></figcaption></figure>

* This settings tab will be applied for only one chatbot you clicked.
* There are 3 parts you need to know:

## 1. Reply

This section is for setting up the initial message when customers use your chatbot.

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

* Default message flow section: you can use your message flow as a greeting. There will be a list of the message flows you have created before. They will replace the "Greeting" section.
* Greeting section: You can input a greeting text to appear when your customer accesses the chatbot. Maximum to 255 characters (you can use the emoji to have a unique greeting).
* You can use pictures (like your logo) to send with the greeting.&#x20;

## 2. Learning from conversations

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

* You can optionally choose to turn on or off the bot's learning from conversations with all customers who have chatted with you. The data will be imported into the Bot's Knowledge base, and you can decide whether to keep or delete the data.

<figure><img src="/files/5c3rl7dYdCZxBY9mfZx2" alt=""><figcaption></figcaption></figure>

* When you turn on this feature, there will be some selections will appear:
  * Choose a member who can import: this will let you choose the conversation of whom you want to. If it's blank, it can be done manually.&#x20;
  * You have 2 options to choose from when importing to the knowledge-based: Immediately or After reviewing. You can find it in ([here](/bots/bots-knowledge-1.md)).

## 3. Automation

<figure><img src="/files/6eUVRVQp9IFcebIZOcJL" alt=""><figcaption></figcaption></figure>

* **Auto reply**: When the chatbot meets an unknown question, there's a turn on-off button on the right, turn on if you want to start. You can optionally choose 1 of 3 selections to continue the conversation:
  * Input your answer: You can freely choose based on your purpose. Example: We don't have enough information to answer the question.
  * AI-Generated Answer: The chatbot will automatically reply based on the information it has, in Bot's Knowledge or the AI Model.
  * No reply: the chatbot will no longer reply to the customer.
* **Using LLM Knowledge**: When you turn on this function, if the chatbot cannot find the answer, it will generate a new one based on the LLM. This makes it flexible, but sometimes it may give unrelated answers.
* **Allow the bot to use emojis in chat messages**: Turning on this feature will let your chatbot use emojis, making the conversation more lively.
* **Auto-suggestion**: Turning on this feature will recommend the answer for the live agent joining the conversation. To get know more about this, please head to **Livechat.**
* **Collect Information:** Turning on this function will let your chatbot collect the information from customers. You can choose any option, but your selection must include an email or phone number. You can also choose the default zip code with phone number field, which will appear when the customer use the chatbot.&#x20;

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

* Auto open chat in web: when this mode is on, the chat window will automatically opens on the website when users visit, even they don't click to the chat icon.&#x20;

<mark style="color:red;">**Please remember to click the "Save changes" button before leaving.**</mark>


---

# Agent Instructions: 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:

```
GET https://documents.cxgenie.ai/bots/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
