# Deploying agents

- [Testing the chatbot](https://help.wotnot.io/deploy/testing-the-chatbot.md): Preview how the chatbot works before deploying it to production.
- [Chat logs](https://help.wotnot.io/deploy/testing-the-chatbot/chat-logs.md)
- [Publishing agents](https://help.wotnot.io/deploy/publishing-agents.md)
- [Website](https://help.wotnot.io/deploy/publishing-agents/website.md): You can instantly launch your chatbot to your website with one click on WotNot.
- [WordPress](https://help.wotnot.io/deploy/publishing-agents/website/wordpress.md)
- [Framer](https://help.wotnot.io/deploy/publishing-agents/website/framer.md)
- [Google Tag Manager](https://help.wotnot.io/deploy/publishing-agents/website/google-tag-manager.md)
- [Squarespace](https://help.wotnot.io/deploy/publishing-agents/website/squarespace.md)
- [Webflow](https://help.wotnot.io/deploy/publishing-agents/website/webflow.md)
- [Shopify](https://help.wotnot.io/deploy/publishing-agents/website/shopify.md)
- [Wix](https://help.wotnot.io/deploy/publishing-agents/website/wix.md)
- [WhatsApp](https://help.wotnot.io/deploy/publishing-agents/whatsapp.md)
- [Meta](https://help.wotnot.io/deploy/publishing-agents/whatsapp/meta.md)
- [360Dialog](https://help.wotnot.io/deploy/publishing-agents/whatsapp/360dialog.md)
- [Twilio](https://help.wotnot.io/deploy/publishing-agents/whatsapp/twilio.md)
- [GupShup](https://help.wotnot.io/deploy/publishing-agents/whatsapp/gupshup.md)
- [TechAlpha](https://help.wotnot.io/deploy/publishing-agents/whatsapp/techalpha.md)
- [Instagram](https://help.wotnot.io/deploy/publishing-agents/instagram.md)
- [Facebook Messenger](https://help.wotnot.io/deploy/publishing-agents/facebook-messenger.md)
- [SMS](https://help.wotnot.io/deploy/publishing-agents/sms.md)
- [Mobile app](https://help.wotnot.io/deploy/publishing-agents/mobile-app.md)
- [Android SDK](https://help.wotnot.io/deploy/publishing-agents/mobile-app/android-sdk.md)
- [iOS SDK](https://help.wotnot.io/deploy/publishing-agents/mobile-app/ios-sdk.md)
- [Webview](https://help.wotnot.io/deploy/publishing-agents/mobile-app/webview.md)
- [API](https://help.wotnot.io/deploy/publishing-agents/api.md)
- [Voice](https://help.wotnot.io/deploy/publishing-agents/voice.md)
- [Email](https://help.wotnot.io/deploy/publishing-agents/email.md)
- [Creating email template](https://help.wotnot.io/deploy/publishing-agents/email/creating-email-template.md)
- [Web chat widget](https://help.wotnot.io/deploy/web-chat-widget.md): Customize the look and feel of the chat widget.
- [Cookies](https://help.wotnot.io/deploy/web-chat-widget/cookies.md)
- [Custom CSS](https://help.wotnot.io/deploy/web-chat-widget/custom-css.md): You can customize the CSS of the chat widget to suit your needs
- [Image dimensions](https://help.wotnot.io/deploy/web-chat-widget/image-dimensions.md)
- [Pop-up messages](https://help.wotnot.io/deploy/web-chat-widget/pop-up-messages.md)
- [JS functions to trigger chat widget](https://help.wotnot.io/deploy/web-chat-widget/js-functions-to-trigger-chat-widget.md): Javascript functions to display and hide the chat widget on your webpage.
- [Voice chat widget](https://help.wotnot.io/deploy/voice-chat-widget.md)
- [WhatsApp Business API](https://help.wotnot.io/deploy/whatsapp-business-api.md)
- [Getting a WhatsApp API](https://help.wotnot.io/deploy/whatsapp-business-api/getting-a-whatsapp-api.md): Step by step process of getting WhatsApp API from Meta.
- [Facebook Business Manager (FBM) Verification](https://help.wotnot.io/deploy/whatsapp-business-api/facebook-business-manager-fbm-verification.md)
- [Creating a WhatsApp Template](https://help.wotnot.io/deploy/whatsapp-business-api/creating-a-whatsapp-template.md): Step-by-step guide to creating a WhatsApp template.
- [Cost](https://help.wotnot.io/deploy/whatsapp-business-api/cost.md)
- [Messaging Limits, Quality Rating](https://help.wotnot.io/deploy/whatsapp-business-api/messaging-limits-quality-rating.md)
- [Official Business Account (Green tick verification)](https://help.wotnot.io/deploy/whatsapp-business-api/official-business-account-green-tick-verification.md): Steps to get a verified green tick badge for your WhatsApp number.


---

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