# Conversational Flow Builder

- [What is the Conversation Flow Builder?](https://docs.deepconverse.com/product-docs/conversational-flow-builder/what-is-the-conversation-flow-builder.md)
- [Assign Parameters in Conversations](https://docs.deepconverse.com/product-docs/conversational-flow-builder/assign-parameters-in-conversations.md)
- [Predefined Parameters](https://docs.deepconverse.com/product-docs/conversational-flow-builder/assign-parameters-in-conversations/predefined-parameters.md)
- [How to use Rules in Conversations](https://docs.deepconverse.com/product-docs/conversational-flow-builder/how-to-use-rules-in-conversations.md)
- [Conversation Blocks](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks.md)
- [Question](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/question.md)
- [Salesforce Blocks](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/salesforce-blocks.md)
- [Agent Availability Block](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/salesforce-blocks/agent-availability-block.md)
- [Live Agent Handover](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/salesforce-blocks/live-agent-handover.md): Handoff to Salesforce support agents using Live Agent Rest API
- [Guide Blocks](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks.md)
- [Guide Step (Guide Flow)](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/guide-step-guide-flow.md)
- [Solved Block](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/solved-block.md)
- [Unsolved Block](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/unsolved-block.md)
- [Guide (Chatbot)](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/guide-blocks/guide-chatbot.md)
- [HTTP Request](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/http-request.md)
- [Client Events](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/client-events.md)
- [Policy](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/policy.md): Make use of Large Language models to provide Conversational reasoning and task execution
- [Zendesk Sunshine Conversations Handoff (In Widget)](https://docs.deepconverse.com/product-docs/conversational-flow-builder/conversation-blocks/zendesk-sunshine-conversations-handoff-in-widget.md)
- [Data Tables](https://docs.deepconverse.com/product-docs/conversational-flow-builder/data-tables.md)
- [How to read or search data from Data Tables?](https://docs.deepconverse.com/product-docs/conversational-flow-builder/data-tables/how-to-read-or-search-data-from-data-tables.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.deepconverse.com/product-docs/conversational-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.
