> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/troubleshooting/creating-loops.md).

# Creating Loops

### Use-Case Scenario:&#x20;

You can create the loop in the conversational flow when the primary objective of the bot is to provide support to your customers or visitors.&#x20;

For instance, after the conversation with the bot is over, you can prefer to ask the visitor if the query was resolved as per their expectation or if there is something else that they would like to have assistance with and on the basis of the selection made by the customer, you can navigate the flow.&#x20;

You can create the loop in the conversation to ensure that the visitors have the option to correct the selection that they have made in-case any wrong selection was made rather than re-initiating the entire chat, they can just go back and select the right option.&#x20;

### Is this supported with a particular Action Block?&#x20;

With Support Hunt, creating the conversation loop is possible with all the blocks.

### How do I create the Loop?&#x20;

It is very easy to create a conversation loop in Support Hunt. You can follow the following steps for creating the conversational loop.&#x20;

* Decide the 'Block / Flow' in the conversation where you would like to create a loop
* In order to create the loop, long click on '+' icon of the block from where the you want to initiate the loop, drag the node to connect with the block where the loop ends


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.supporthunt.com/troubleshooting/creating-loops.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.
