> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/settings/how-to-edit-your-profile-details/how-to-set-your-primary-waba-in-doubletick.md).

# How to Set Your Primary WABA in DoubleTick

In DoubleTick, if your account is linked to multiple WhatsApp API numbers (WABAs), it's important to assign a Primary WABA — the default account from which all messages and operations will be executed.

Follow the steps below to set or update your Primary WABA:

<figure><img src="/files/8vJCkOTJdlVwQbAyswWB" alt=""><figcaption></figcaption></figure>

**✅ Steps to Set Your Primary WABA**

1. **Go to Settings**
   * Click on the **⚙️ Settings** icon on the left-hand sidebar.
2. **Open the Profile Section**
   * From the settings menu, select **"Your profile"** to access your personal details.
3. **Locate the Primary WABA Field**
   * Scroll down to find the **Primary WABA** section under your registered phone number.
   * You’ll see the current WABA assigned and a **✏️ pencil (edit)** icon next to it.
4. **Click on the Edit Icon**
   * Click the pencil icon to **modify** the Primary WABA.
5. **Select the Desired WABA**
   * If your account has multiple WABAs, you’ll see a dropdown or selection window.
   * Choose the WABA you wish to set as the primary one.
6. **Save Your Selection**
   * Once selected, **save** the changes. Your new Primary WABA will be updated instantly.
7. **Verify the Change**
   * Navigate to the **left-hand sidebar** or **homepage**.
   * As you hover over the home icon, the selected **Primary WABA number** will now reflect on top.


---

# 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://learn.doubletick.io/settings/how-to-edit-your-profile-details/how-to-set-your-primary-waba-in-doubletick.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.
