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

# 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
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.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.
