# Question

The *Question* node allows you to present some information to the customers and ask questions. Answers to the questions can be added as *Transitions* and connected to other nodes in the flow.

The *Answers (Transitions)* are shown to the users after the messages as quick reply buttons. On selection of one of the buttons the user moves ahead in the conversation.

<figure><img src="/files/SHt1j5cYYrGvYdRw9sPA" alt=""><figcaption></figcaption></figure>

### Authoring Messages to User

Click on the link to learn about [Message Authoring](https://help.deepconverse.com/hc/en-us/articles/4402958615444)&#x20;

### Adding Quick Reply to Question Node

Quick replies can be added to the question node to have paths to other parts of the flow. These are presented to the customers as Quick Reply answers which on selection routes them to the specific path.

<figure><img src="/files/OGorqKh3UV48hKgmFooz" alt=""><figcaption></figcaption></figure>

### Question Node in Action

Here is a video showing the Question node in action.

{% embed url="<https://www.loom.com/share/56f481f7f67140f89e7fffb0db2686f9>" %}


---

# 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/conversation-blocks/question.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.
