# AI Builder

- [Playbooks](https://docs.intelliticks.com/ai-builder/playbooks.md): Playbook is a conversational dialogue that can be triggered based on various parameters.
- [Nodes](https://docs.intelliticks.com/ai-builder/nodes.md): A node is a section of logic which controls what message should be pushed to visitor. IntelliTicks comes with a variety of nodes which will help you create engaging conversations.
- [Add and Send Data](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data.md)
- [Text](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/text.md)
- [Image](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/image.md)
- [Links](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/links.md)
- [Youtube](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/youtube.md)
- [Gallery](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/gallery.md)
- [Dynamic Node](https://docs.intelliticks.com/ai-builder/nodes/add-and-send-data/custom-node.md)
- [Collect User Data](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data.md)
- [Quick Reply](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/quick-reply.md)
- [Form](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/form.md)
- [Datepicker](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/datepicker.md)
- [Web View](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/web-view.md)
- [Payment](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/payment.md)
- [Rating](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/rating.md)
- [Slider](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/slider.md)
- [Ask Question](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/ask-question.md)
- [Mutli Selection Reply](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/mutli-selection-reply.md)
- [Quick Reply (with branches)](https://docs.intelliticks.com/ai-builder/nodes/collect-user-data/quick-reply-with-branches.md)
- [Redirect Users](https://docs.intelliticks.com/ai-builder/nodes/redirect-users.md)
- [URL redirect](https://docs.intelliticks.com/ai-builder/nodes/redirect-users/url-redirect.md)
- [Conditional branching](https://docs.intelliticks.com/ai-builder/nodes/redirect-users/conditional-branching.md)
- [Go to Playbook](https://docs.intelliticks.com/ai-builder/nodes/redirect-users/go-to-playbook.md)
- [Jump to node](https://docs.intelliticks.com/ai-builder/nodes/redirect-users/jump-to-node.md)
- [Export & Import](https://docs.intelliticks.com/ai-builder/nodes/export-and-import.md)
- [JSON API](https://docs.intelliticks.com/ai-builder/nodes/export-and-import/json-api.md)
- [Connect Users To A Human](https://docs.intelliticks.com/ai-builder/nodes/connect-users-to-a-human.md)
- [Notify Agent](https://docs.intelliticks.com/ai-builder/nodes/connect-users-to-a-human/connect-with-agent.md)
- [End Automation](https://docs.intelliticks.com/ai-builder/nodes/connect-users-to-a-human/end-automation.md)
- [Additional](https://docs.intelliticks.com/ai-builder/nodes/additional.md)
- [Wait](https://docs.intelliticks.com/ai-builder/nodes/additional/user-input-wait.md)
- [Client Javascript](https://docs.intelliticks.com/ai-builder/nodes/additional/client-javascript.md)
- [Actions](https://docs.intelliticks.com/ai-builder/nodes/additional/actions.md)
- [Actions](https://docs.intelliticks.com/ai-builder/actions.md)
- [FAQ Training](https://docs.intelliticks.com/ai-builder/faq-training.md): It allows you to train the NLP engine with your FAQs so that AI can understand user's queries and answer them automatically.
- [Keyword Training](https://docs.intelliticks.com/ai-builder/keyword-training.md): It allows you to train keywords for a playbook which when detected by the bot, will trigger the configured playbook to answer the user query
- [Advanced](https://docs.intelliticks.com/ai-builder/advanced.md)
- [Advanced Actions](https://docs.intelliticks.com/ai-builder/advanced/advanced-actions.md)


---

# 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.intelliticks.com/ai-builder.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.
