# FAQs

<details>

<summary>Where can I find the phone number ID of my WhatsApp / SMS number?</summary>

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

1. Navigate to **Settings → Channels** from the left-hand sidebar.
2. In the **Channel Configurations** section, select the **WhatsApp** / **SMS** channel.
3. Locate your registered WhatsApp/SMS number and click on the **three dots (⋮)** menu on the right-hand side.
4. From the dropdown options, click on **Copy Phone Number ID**.&#x20;

📌 *Refer to the highlighted areas in the image for easy navigation.*

</details>

<details>

<summary>How to find the Template ID of any WhatsApp / SMS template?</summary>

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

1. Navigate to **Templates → WhatsApp/SMS** from the left-hand sidebar.
2. Locate the template for which you want to copy the **Template ID**.
3. On the bottom-right corner of the template card, click on the **three dots (⋮)** menu.
4. From the dropdown options, select **Copy Template ID**. The ID will be copied to your clipboard.

📌 *Refer to the highlighted areas in the image for guidance.*

</details>

<details>

<summary>Why am I seeing a sample PDF in the header instead of my actual PDF while testing the template?</summary>

This usually happens when the PDF URL provided is an **auto-download URL** instead of a **publicly accessible URL**. Auto-download URLs are not supported, so the system falls back to showing a sample PDF in the header.

**Solution:**

* Ensure the PDF is hosted on a **public URL** that can be accessed directly in the browser.
* Avoid URLs that trigger an automatic download.
* You can host the PDF on an **S3 bucket or any other blob storage service**.

</details>


---

# 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://docs.mercuri.cx/features/introduction-mercuri-api/faqs.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.
