# Flow options

### Overview <a href="#overview" id="overview"></a>

Each flow has an **"Options"** button (three dots in the right-hand corner). When you click on it, you will see options for managing the flow.

<figure><img src="/files/68Ousiwl9mTUKGXbDzBx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The options may vary depending on where the flow was created (own creation, imported from the Marketplace, etc.).
{% endhint %}

Check out the details of each option below:

* [View](#view-flow)
* [Groups](#groups)
* [Duplicate](#duplicate-flow)
* [Move](#moving-a-flow)
* [Edit](#editing-a-flow)
* [Delete](#delete-flow)
* [Favorite](#favoriting-a-flow)

### View flow <a href="#view-flow" id="view-flow"></a>

The "**View**" option redirects you to the "Flow Canva" (flow editing area). The same view can be obtained by clicking directly on the flow.

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

### Groups

By clicking on the "**Groups**" option in the flow, you can manage all the groups that have access to the flow. Read more in "[Users and Permissions](/english/skyone-studio/overview/settings-and-preferences/users-and-permissions.md)".

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

### Duplicate flow <a href="#duplicate-flow" id="duplicate-flow"></a>

You can duplicate a flow. To do this, follow these steps:

1. Choose "**Duplicate"** from the flow "**options"** button.
2. A modal will appear to choose the integration that will receive the duplication of the flow. After choosing the integration, simply click on "**Duplicate"**.

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

3. Done! Your flow has been duplicated.

### Moving a flow <a href="#moving-a-flow" id="moving-a-flow"></a>

You can **move** a flow to another integration. To do this, follow these steps:

1. Click on the **"Options"** button and then choose "**Move"**.
2. A modal will appear for you to choose which integration will receive the flow. Once you have chosen, simply click on "**Move"**.

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

3. Done! Your flow has been moved to another integration!

### Editing a flow <a href="#editing-a-flow" id="editing-a-flow"></a>

To edit a flow, follow these steps:

1. Click on the **"Options"** button and then choose "**Edit"**.
2. The modal will present the opportunity to change the **name** and **description** of the flow.

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

3. Once you've made your changes, just click on the "**Edit flow"** button.&#x20;
4. That's it! Your flow has been successfully edited.

### Delete flow <a href="#delete-flow" id="delete-flow"></a>

To delete a flow, follow these steps:

1. Click on the **"Options"** button and then choose "**Delete"**.
2. The confirmation screen for deleting the flow will appear. If you want to confirm, type the name of the flow in the specific field and then click "**Delete"**.

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

3. Done! Your flow has been successfully deleted.

{% hint style="info" %}
You cannot reverse the deletion of a flow.
{% endhint %}

### **Favoriting a Flow**

Next to the three dots, there’s a star icon that lets you **favorite flows**. Use this option to prioritize the flows you want to see first, especially when there are many available.

If you don't use the "**favorite**" option, flows will be displayed based on the most recent edits and will follow the applied filters (e.g., ascending order).

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


---

# 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.skyone.cloud/english/skyone-studio/integrations/flows/flow-management/flow-options.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.
