# GETTING STARTED

- [Building a Chatbot](https://docs.swiftsell.biz/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://docs.swiftsell.biz/getting-started/testing-a-chatbot.md): Now test your bot on Swiftsell before deploying it to the production
- [Installation](https://docs.swiftsell.biz/getting-started/installation.md): Swiftsell supports deploying chatbot on following channels;
- [Installation on Website](https://docs.swiftsell.biz/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://docs.swiftsell.biz/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://docs.swiftsell.biz/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 SquareSpace](https://docs.swiftsell.biz/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://docs.swiftsell.biz/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://docs.swiftsell.biz/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
- [Deploying a Chatbot](https://docs.swiftsell.biz/getting-started/deploying-a-chatbot.md): Go-Live with the Chatbot and start interacting with the visitors
- [Utility Tools](https://docs.swiftsell.biz/getting-started/utility-tools.md): Swiftsell offers a set of tools on the left of the canvas which you can use while building the bot


---

# 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.swiftsell.biz/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.
