# Edit and Manage Chatflow

The **Edit and Manage Chatflow** section allows you to view, update, organize, and control all conversation flows created for your chatbot. From here, you can fine-tune how your bot interacts with users by editing messages, managing multiple flows, and defining how and when each flow is triggered.

This section is essential for maintaining accurate, engaging, and goal-driven chatbot conversations.

***

### What You Can Do Here

Using the **Edit and Manage Chatflow** page, you can:

* Edit existing chat flows

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

* Clicking on Visualise Flow will switch the mode.

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

* ​Double Click on the Component to open the Configure window of the particular Component.

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

* Configure the General and Advance settings of the particular component.
* Click on Classic Builder button to switch to Classic mode.

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

9. And the mode will be switched to classic.

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

* Create and manage multiple flows with the help of Redirect Component

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

{% content-ref url="/pages/jzLp2bNO8Vfu8ccFft7b" %}
[Multiple Flows (Redirect Component)](/bots/website-mobile-app-bot/manage-chatflow/multiple-flows-redirect-component.md)
{% endcontent-ref %}

* Set a default chat flow

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

* Enable or disable revisit flows

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

* Import and export chat flows

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

{% content-ref url="/pages/zG4xrIQa2ul08dJXDVpe" %}
[Create Chatflow](/bots/website-mobile-app-bot/manage-chatflow/create-chatflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/j4bmyhJP102ZPIbXx43y" %}
[Components in Chatflow](/bots/website-mobile-app-bot/manage-chatflow/components-in-chatflow.md)
{% endcontent-ref %}

* Delete unused or outdated flows

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

### FAQs

<details>

<summary>Can I edit a live chat flow?</summary>

Yes. Any saved changes are applied immediately to the chatbot.

</details>

<details>

<summary>Can I have multiple chat flows?</summary>

Yes. You can create and manage multiple flows, but only one can be the default.

</details>

<details>

<summary>What happens if I delete a flow?</summary>

The flow is permanently removed and cannot be restored.

</details>

<details>

<summary>Can I reuse chat flows in another bot?</summary>

Yes. Download the flow and import it into another bot of the same type.

</details>

<details>

<summary>Why should I use revisit flows?</summary>

Revisit flows allow returning users to access the same conversation again, improving continuity and user experience.

</details>


---

# 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.botpenguin.com/bots/instagram-bot/edit-and-manage-chatflow.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.
