# Create a “Hello” Conversation on Delpha Home Page

## Step by step procedure

**Use Case**: Recommend a simple "Hello" conversation on the home page. To build this conversation, follow the below steps.

* From the Delpha Setup app, search Conversation Builder and select it.
* Click New Conversation on the conversation builder page and enter a name. Append your organization’s name on the trial environment for reference.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l6t" alt="Create a New Conversation"></div>

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l6e" alt="Name the conversation"></div>

* To start your conversation, click on the grey ‘ + ’ button. Once you click on the first ‘+’ button, a new node for conversation initialization is created.
* Click on Initialization, select previously created display rule (Hello on Home Page) under Display Rule and Save.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l7N" alt="Conversation Initialization"></div>

* Create a Message, add “Hello” as the welcome message and Save.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l7S" alt="Message"></div>

* Create a question, add “How are you doing?” as the display text and Save.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l9J" alt="Question"></div>

* Create two Answers “Good” and “Okay” and Save.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l8u" alt="Answer 1"> <img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l94" alt="Answer 2"></div>

* The conversation at this point should look something like this.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034lA7" alt="Conversation flow"></div>

* Create New nodes under Good and Okay. Add relevant Message to each node

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l9Y" alt="New Node 1"> <img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034l9d" alt="New Node 2"></div>

* The completed conversation should look like this. Activate the conversation and test the Hello conversation on the Home Page.

<div align="left"><img src="https://delpha.file.force.com/servlet/rtaImage?eid=ka0EY00000008Wu&#x26;feoid=00N5w00000NshhX&#x26;refid=0EM5w0000034lA2" alt="Final flow"></div>

{% hint style="success" %}
You must activate the conversation to make it visible to the Delpha Users. Click on the **Activate** Button
{% 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.delpha.io/delpha-for-salesforce/delpha-apps/delpha-setup/conversation-builder/create-a-hello-conversation-on-delpha-home-page.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.
