# Interface: Conversation Settings and Display

### 1. **Interface on First Interaction**

* If the client has not yet interacted with the chat bot:
  * An empty conversation is displayed (the image and hint text can change as needed).
  * To start a dialogue, the client must click **"Start Conversation."**
  * After that, the chat bot logic is initiated.

<figure><img src="/files/LKuYyqnZ6oFYCzxLdHnB" alt="" width="179"><figcaption></figcaption></figure>

2. **Interface on Subsequent Interactions**

* If the previous dialogue is closed:
  * To start a new dialogue, the client must click **"Start Conversation."**
  * Then the chat bot logic is initiated.

<figure><img src="/files/om8wIhyuycWgQEdCa4OY" alt="" width="179"><figcaption></figcaption></figure>

3. **Conversation Display**

* The conversation is displayed as a continuous message thread (similar to messaging apps).
* The client enters the conversation directly after clicking the chat icon — there is **no need** to select a dialogue or **click** **"New Dialogue."**

{% hint style="info" %}

#### **Available Interface Settings**

* **Color Scheme:**
  * Primary color
  * Message block color (without changing text color)
* **Texts and Graphics:**
  * Button text
  * Organization logo and name
  * Anonymization of agent messages (messages appear from the organization instead of the agent)
  * Texts and image on the chat screen for the client’s first interaction
* **Other Settings:**
  * Themes: Dark / Light
* **Localization**
  {% endhint %}


---

# 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://help.novatalks.com.ua/en/get-started/novatalks-sdk/interface-configuring-and-displaying-conversations.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.
