# Setting Up Flow Builder

- [Fundamentals (Must Read)](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/fundamentals-must-read.md): Read this page before getting started with Flow Builder that can save time in building good flows
- [Basic Terminology (Must Read)](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/basic-terminology-must-read.md): Understand different terminologies used in the flow builder
- [Guide to Building an Effective Chatbot (Must Read)](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/guide-to-building-an-effective-chatbot-must-read.md)
- [Create, Manage, Test & Publish Flows](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/create-manage-test-and-publish-flows.md): All about how to create and manage flows
- [Triggering a Chatbot Flow](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/triggering-a-chatbot-flow.md)
- [Steps](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps.md): Create multiple steps and connect them to make your flow innovative
- [Introduction (Must Read)](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/introduction-must-read.md): The core building block of the flow builder
- [Send Message](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/send-message.md): Send message to a user in the flow
- [Ask A Question](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/ask-a-question.md): Collect user input and save to the CRM
- [Filter](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/filter.md)
- [Save Data](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/save-data.md)
- [Actions](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/actions.md)
- [Check WhatsApp Session](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/check-whatsapp-session.md)
- [Delay](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/delay.md)
- [Smart Delay](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/smart-delay.md)
- [Formatter](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/formatter.md)
- [Splitter](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/splitter.md)
- [Data Lookup](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/data-lookup.md)
- [Trigger HTTP API](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/trigger-http-api.md)
- [Webhook](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/webhook.md): Receive real time data from 3rd party applications into the flow
- [Apps](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/apps.md): Integration of 3rd party Apps
- [Match Keywords](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/match-keywords.md)
- [Route to Chatbot](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/route-to-chatbot.md)
- [End](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/steps/end.md)
- [Saving Data into CRM](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/saving-data-into-crm.md): Learn how to collect data from the chatbots and saves into the inbuilt CRM
- [AI & Human Agents For Non Interactive Replies](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/ai-and-human-agents-for-non-interactive-replies.md)
- [Analytics](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/analytics.md): Measure how users are getting engaged with your chatbot flows
- [Integrations](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/integrations.md): Developers features to integrate the chatbot with any 3rd party softwares
- [Flow Builder logs and conversational logs](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/flow-builder-logs-and-conversational-logs.md)
- [Chatbot Best Practices, Ideas & FAQ](https://help.pickyassist.com/setting-up-guide/setting-up-flow-builder/chatbot-best-practices-ideas-and-faq.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://help.pickyassist.com/setting-up-guide/setting-up-flow-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.
