> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/deploy/publishing-agents/whatsapp/meta.md).

# Meta

Meta is a bit complicated, as it involves navigating across multiple pages.

1. Goto Settings > Channel Configuration > WhatsApp > Configuration
2. Click “Create a configuration”
3. Enter the “Phone number”
4. Navigate to Facebook developer portal
   1. Open the “App” that you created for WhatsApp API
   2. Copy “App ID” from the header
5. From the navigation menu on the left,&#x20;
   1. Goto WhatsApp > API Setup
   2. Copy “Phone number ID”
   3. Copy “WhatsApp Business Account ID”
6. Paste the “Permanent token” (Learn how)
7. Finally, paste all the copied values on the WotNot configuration screen and hit “Save”.
8. Test by sending “Hi” to your WhatsApp number


---

# 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://help.wotnot.io/deploy/publishing-agents/whatsapp/meta.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.
