> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/getting-started.md).

# getting started

- [Building a Chatbot](https://help.supporthunt.com/getting-started/building-a-chatbot.md): Chatbots are the way forward for any business looking to automate any repetitive or manual task. Now that you're interested in creating a chatbot, let's learn about building a chatbot
- [Testing a Chatbot](https://help.supporthunt.com/getting-started/testing-a-chatbot.md): Now test your bot on Support Hunt before deploying it to the production
- [Installation](https://help.supporthunt.com/getting-started/installation.md)
- [Installation on Website](https://help.supporthunt.com/getting-started/installation/installation-on-website.md): Adding our Javascript snippet on your website starts showing the chat widget on all the pages of your website. Visitors engage with the chatbot using the rich chat widget
- [Installation using HTML](https://help.supporthunt.com/getting-started/installation/installation-on-website/installation-using-html.md): Configure the chatbot on your website using HTML code
- [Installation using Google Tag Manager](https://help.supporthunt.com/getting-started/installation/installation-on-website/installation-using-google-tag-manager.md): Using Google Tag Manager to host your website? Well we have got you covered
- [Installing on Wordpress](https://help.supporthunt.com/getting-started/installation/installing-on-wordpress.md): 455M websites in the world are built on WordPress and receive 20B+ page views per month. Just as staggering these numbers are, we wanted to help make it easier for you to add Support Hunt on your site
- [Installing on SquareSpace](https://help.supporthunt.com/getting-started/installation/installing-on-squarespace.md): Having chatbot on your SquareSpace website can give a fresh new look to your old and beloved '.com'. You can embed the bot either on the single page or can embed on the entire website
- [Installation on WhatsApp](https://help.supporthunt.com/getting-started/installation/installation-on-whatsapp.md): WhatsApp is by far the most popular messaging platform used by people around the globe. Connect your Chatbot with WhatsApp and interact with your customers at ease
- [Installation on Facebook](https://help.supporthunt.com/getting-started/installation/installation-on-facebook.md): Facebook is definitely a popular channel for businesses to automate their customer interactions. Especially for businesses B2C space
- [Installation on SMS](https://help.supporthunt.com/getting-started/installation/installation-on-sms.md)
- [Deploying a Chatbot](https://help.supporthunt.com/getting-started/deploying-a-chatbot.md): Go-Live with the Chatbot and start interacting with the visitors
- [Utility Tools](https://help.supporthunt.com/getting-started/utility-tools.md): Support Hunt offers a set of tools on the left of the canvas which you can use while building the bot


---

# 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.supporthunt.com/getting-started.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.
