> For the complete documentation index, see [llms.txt](https://docs.salesrook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesrook.com/salesrook-negotiator/how-to-get-started/setup-the-whatsapp-business-app/setting-up-your-whatsapp-business-profile.md).

# Setting Up Your WhatsApp Business Profile

### **#1** - Create a Professional Business Profile **💼**

Take time to set up your business profile thoroughly, ensuring it appears polished and professional.

<figure><img src="/files/p4OrcvpkK4SfuwLrAcOy" alt="" width="458"><figcaption></figcaption></figure>

1. Go to web.whatsapp.com and click the three dots menu (⋮)
2. Select "Settings" > "Business tools" > "Business profile"
3. Configure your profile:
   * Add your agency name
   * Upload your agency logo
   * Add business hours
   * Include your business address
   * Add your website
   * Write a brief description
   * Add your email address<br>

### **#2** - Manage Expectations with Out-of-Office Responses **🌙**

Set up your Out-Of-Office (OOO) response to keep clients informed when you're unavailable. You can do this in the 'Business Tools' section of 'Settings'.

<figure><img src="/files/MQoS6wlc5gUFWeekdqBY" alt="" width="228"><figcaption></figcaption></figure>

1. Go to "Settings" > "Business tools" > "Away message"
2. Click "Turn on away message"
3. Configure your settings:
   * Schedule: Choose "Custom schedule"
   * Set your business hours
   * Select recipients (Recommended: "Everyone except...")
4. Suggested away message template:

{% code overflow="wrap" %}

```
Thank you for your message. Our office is currently closed and will reopen at [TIME] on [NEXT BUSINESS DAY].

For urgent matters, please call our out-of-hours team on [NUMBER].

We look forward to assisting you during business hours.

Best regards,
[AGENCY NAME]
```

{% endcode %}

### **3. Setting Up Greeting Messages 👋**

Automatically welcomes first-time contacts:

1. Go to "Settings" > "Business tools" > "Greeting message"
2. Click "Turn on greeting message"
3. Configure when to send:
   * Select "Anyone who messages you for the first time"
   * Choose "Everyone" or customise recipients
4. Suggested greeting template:

{% code overflow="wrap" %}

```
Welcome to [AGENCY NAME]! 

Thank you for getting in touch. A member of our team will respond to your enquiry shortly.

For immediate property updates, visit: [WEBSITE]

Best regards,
The [AGENCY NAME] Team
```

{% endcode %}

**Pro Tips** 💡

* Keep messages concise and professional
* Include clear next steps or expectations
* Update business hours during holidays
* Review and refresh automated messages quarterly


---

# 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.salesrook.com/salesrook-negotiator/how-to-get-started/setup-the-whatsapp-business-app/setting-up-your-whatsapp-business-profile.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.
