# Getting started

- [Building a Chatbot](https://help.talkie.se/getting-started/building-a-chatbot.md)
- [Chatbot Appearance](https://help.talkie.se/getting-started/chatbot-appearance.md): Customize the look and feel of the chat widget.
- [Custom CSS](https://help.talkie.se/getting-started/chatbot-appearance/custom-css.md): You can customize the CSS of the chat widget to suit your needs
- [Testing a Chatbot](https://help.talkie.se/getting-started/testing-a-chatbot.md)
- [Publishing your bot](https://help.talkie.se/getting-started/publishing-your-bot.md): Launching your chatbot on a desired channel.
- [Installation using HTML](https://help.talkie.se/getting-started/publishing-your-bot/installation-using-html.md)
- [Installation on Facebook](https://help.talkie.se/getting-started/publishing-your-bot/installation-on-facebook.md)
- [Deploying a Chatbot](https://help.talkie.se/getting-started/deploying-a-chatbot.md): Go-Live with the Chatbot and start interacting with the visitors
- [Utility Tools](https://help.talkie.se/getting-started/utility-tools.md): Talkie offers a set of tools on the left of the canvas which you can use while building the bot
- [Variables](https://help.talkie.se/getting-started/variables.md): Variables are reusable objects containing a user-submitted value.


---

# 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.talkie.se/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.
