> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/partner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/partner/partner-hub/wabas-numbers/waba-profile-info.md).

# Business Profile

Partners can update profile information on behalf of their clients.\
Navigation: Select WhatsApp Account > **Profile**

<figure><img src="/files/7lf735K6eqEtow9jrlyW" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="242">Field</th><th>Description</th></tr></thead><tbody><tr><td>Profile Picture</td><td>The image displayed to users in the WhatsApp interface.<br>Uploaded via Resumable Upload API.</td></tr><tr><td>WhatsApp Display Name</td><td>The official name of the business visible to users.</td></tr><tr><td>Address</td><td>The physical location or registered office.</td></tr><tr><td>Description</td><td>A brief overview of the business / services provided.</td></tr><tr><td>Email</td><td>The primary business contact email address.</td></tr><tr><td>Website (Primary)</td><td>The main official company website.</td></tr><tr><td>Website (Secondary)</td><td>An additional link, such as a shop or FAQ page.</td></tr><tr><td>Business vertical</td><td>The industry category of the business. The options are provided by Meta and cannot be ammended. </td></tr></tbody></table>

#### Additional Methods to update WhatsApp Business profiles

1. Clients can update their own profile information directly.\
   Navigation: WABA Manager > **Profile**<br>
2. Manage Business Profiles using the Messaging API > [**Profile endpoints**](https://docs.360dialog.com/docs/messaging-api/api-reference/profile).&#x20;

#### Using the API

You can use the following endpoints to update the WhatsApp account's photo and business profile information:

Use this [endpoint](https://docs.360dialog.com/docs/messaging-api/api-reference/profile#post-whatsapp_business_profile) to configure the following business profile settings: business address, business description, email for business contact, business industry, and business website.

If you only need to update a couple of fields with new information, you can make a request that changes only the necessary fields. **You can use the `profile_picture_handle` parameter to update the profile photo.**

`HANDLE_OF_PROFILE_PICTURE` is the URL obtained from the Resumable Upload API.

#### Resumable Upload API for Profile Pictures

The [Resumable Upload API](https://developers.facebook.com/docs/graph-api/guides/upload#resumable-upload-api) allows you to upload profile pictures to the Cloud API. Once uploaded, you can use a file's handle to update your `profile picture handle`.

{% hint style="info" %}
Please note that to access and utilize the Resumable Upload API, it is mandatory to include the 360dialog-API-key within the header.
{% endhint %}

#### Step 1: Create a Session <a href="#step-1--create-a-session" id="step-1--create-a-session"></a>

Using this [endpoint](https://docs.360dialog.com/docs/messaging-api/api-reference/media-uploads#post-uploads), create a new upload session for media files.

#### Step 2: Initiate Upload <a href="#step-2--initiate-upload" id="step-2--initiate-upload"></a>

Initiate the upload session using this [endpoint](https://docs.360dialog.com/docs/messaging-api/api-reference/media-uploads#post-session_id). Upon success, a file handle `{h},`is returned that you can then use the {h} value to update your profile picture.&#x20;


---

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

```
GET https://docs.360dialog.com/partner/partner-hub/wabas-numbers/waba-profile-info.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.
