> For the complete documentation index, see [llms.txt](https://docs.woochat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woochat.io/conversations/initiate-a-new-chat.md).

# Initiate a New Chat

### Initiate a New Chat

Learn how to initiate chat with customers using 4 different methods.

You can initiate a Chat with a customer if you have added their contact in WooChat or you can add a contact and then send the customer a WhatsApp Template.

### Initiate chat with Customers in 4 ways <a href="#initiate-chat-with-customers-in-4-ways" id="initiate-chat-with-customers-in-4-ways"></a>

#### Start Chat with Saved Contact in WooChat Conversations <a href="#start-chat-with-saved-contact-in-woochat-conversations" id="start-chat-with-saved-contact-in-woochat-conversations"></a>

Follow the below steps to start a chat with the saved contact.

1. From the dashboard, go to "**Conversations > Inbox**".

   <figure><img src="/files/9148Nx5JdkQuY9A8Ctuy" alt=""><figcaption></figcaption></figure>
2. Click on <img src="/files/JZ2wJAAQKB88GgAnLlJd" alt="" data-size="line"> to choose the contact you want to start the conversation with. Once you select the contact, the chat window will open.

   <figure><img src="/files/Gmea6eJlBgmGQHeB1fFS" alt=""><figcaption></figcaption></figure>
3. To start a chat with this contact, choose a pre-approved template you wish to send, fill in the necessary variables, and then click send.

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

#### Send WhatsApp Template to Unsaved Contact in WooChat <a href="#send-whatsapp-template-to-unsaved-contact-in-woochat" id="send-whatsapp-template-to-unsaved-contact-in-woochat"></a>

If you want to message a contact who isn't yet saved on WooChat, you can first create the contact and then send a WhatsApp Template as the initial interaction.

Follow the GIF below:

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

#### Individually Send Text to WooChat Contact <a href="#individually-send-text-to-woochat-contact" id="individually-send-text-to-woochat-contact"></a>

If you want to send a text to a contact individually while scrolling through your contacts in WooChat, follow the steps shown in the GIF below.

<figure><img src="/files/3fiROyi1Go2YfHaSW59H" alt=""><figcaption></figcaption></figure>

#### Responding to the customer's message <a href="#responding-to-the-customers-message" id="responding-to-the-customers-message"></a>

When a customer sends you a message, you can immediately respond and engage in a chat conversation.

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


---

# 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://docs.woochat.io/conversations/initiate-a-new-chat.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.
