# Steps

- [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)


---

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