> For the complete documentation index, see [llms.txt](https://docs.mercuri.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mercuri.cx/mercuri-docs-pt/caracteristicas/introducao-mercuri-api/faqs.md).

# FAQs

<details>

<summary>Onde posso encontrar o Phone Number ID do meu número WhatsApp / SMS?</summary>

<figure><img src="https://392978341-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZtOBCP9JV8XEWJpUU4t%2Fuploads%2FCeD9NfP43N4ElPRnT507%2Fnumber%20id%20.png?alt=media&#x26;token=65e73d66-5688-4094-86e1-df70661cd017" alt=""><figcaption></figcaption></figure>

1. Navegue até **Settings → Channels** na barra lateral esquerda.
2. Na seção **Channel Configurations**, selecione o canal **WhatsApp** / **SMS**.
3. Localize seu número registrado de WhatsApp/SMS e clique no menu de **três pontos (⋮)** à direita.
4. Nas opções do dropdown, clique em **Copy Phone Number ID**.

📌 *Consulte as áreas destacadas na imagem para facilitar a navegação.*

</details>

<details>

<summary>Como encontrar o Template ID de qualquer template WhatsApp / SMS?</summary>

<figure><img src="https://392978341-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZtOBCP9JV8XEWJpUU4t%2Fuploads%2FMOflroWHUXRCOKhANO8Z%2Fimage.png?alt=media&#x26;token=090e62df-27e4-4f4a-8991-4f4b4ad42a3b" alt=""><figcaption></figcaption></figure>

1. Navegue até **Templates → WhatsApp/SMS** na barra lateral esquerda.
2. Localize o template para o qual deseja copiar o **Template ID**.
3. No canto inferior direito do card do template, clique no menu de **três pontos (⋮)**.
4. Nas opções do dropdown, selecione **Copy Template ID**. O ID será copiado para a área de transferência.

📌 *Consulte as áreas destacadas na imagem para orientação.*

</details>


---

# 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.mercuri.cx/mercuri-docs-pt/caracteristicas/introducao-mercuri-api/faqs.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.
