# CONVERSATION (FLOW)

Chatbots are capable of running virtual conversations, which mimic the natural feel. This feature is called  the Virtual Dialog (Conversation) feature.&#x20;

*Please observe how to build dialog in the next chapters.* &#x20;

![](https://lh6.googleusercontent.com/ndwRtyE3wi_Mf8o5bBiCtBcU0tcjgPOdYcP8eTB5XhIqzaIHUmr373Ga9XkOj4n1YXd7-UgO6TA7MH65UknoacJE_YJQ93FBEgNrKvN1AiwjgMRVPFhNJk4xF95mxo0Twkdzx-D7=s0)


---

# 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.inteliwise.com/chatbot/4-step-approach-to-chatbot-training-development-of-content-and-interaction/step-4-training-ai-chatbot-understanding-capabilities-based-on-nlu-nlp/conversation-flow.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.
