> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/integrations/integration-management/integration-options.md).

# Integration Options

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

{% hint style="info" %}
If the integration is imported, the **"Share"** option will be replaced by **"Update."**
{% endhint %}

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

Check out the details of each option below:

* [View](#view-integration)
* [Duplicate](#duplicate-integration)
* [Share](#updating-an-integration)
* [Update](#updating-an-integration-1)
* [Delete](#deleting-an-integration)
* [Favorite](#favoriting-integration)

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

By clicking on the "**View"** integration option, you can check various information about the chosen item, as well as edit and configure it. The same view can be obtained by clicking directly on the integration.

In this area, there are two divisions: **Information banner** (name, image, etc) and **Flows of this integration**.

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

**Informational Banner**\
In addition to the integration's name, images, and description, the upper right corner provides the following actions:

* **Groups**: Manage the groups this integration belongs to.
* **Copy URL**: Copy the integration’s URL for sharing purposes.
* **Duplicate**: Start the step-by-step process to duplicate the integration.
* **Share**: Share the flow with a workspace you are a member of.
* **Unshare**: removes the previous sharing.
* **Delete**: Begin the process to delete the integration.

At the bottom of the banner, you can see the following information:

* **Last execution**: date and time of the integration's last execution (if any);
* **Versioning**: version of the integration;
* **Attachments**: allows you to add useful attachments to the integration;
* **Status**: status of the integration (active or inactive).

In order to cover all the aspects and details of this area of the **Integration** view, we have provided information on each item on specific pages. Click on the desired option:

* [Editing the integration](/english/skyone-studio/integrations/integration-management/edit-integration.md)
* [Flows of this integration](/english/skyone-studio/integrations/integration-management/flows-of-this-integration.md)

### **Duplicate Integration** <a href="#duplicate-integration" id="duplicate-integration"></a>

You can duplicate an integration by following these steps:

1. In the integration’s **“Options”** menu, select **“Duplicate.”**
2. A modal will appear for you to choose the workspace that will receive the duplicated integration. Click **“Duplicate.”**
3. Done! Your integration has been successfully duplicated.

<figure><img src="/files/9O2tJoQIoMk6uvLD1nja" alt=""><figcaption><p>Duplicate integration screen</p></figcaption></figure>

### Sharing an integration <a href="#updating-an-integration" id="updating-an-integration"></a>

You can share an integration for a workspace to which you belong. To do this, follow these steps:

1. Click on the "**Options"** button and then choose "**Share"**.

<figure><img src="/files/Cc0cPunOz85qBJaRWi0f" alt=""><figcaption><p>Share integration screen</p></figcaption></figure>

2. Then choose one or more workspaces from the drop-down list.&#x20;
3. Choose the "**sharing type**" (Major, Minor and Patch).&#x20;
4. After choosing the sharing type, the screen shows a field to describe the updates (not mandatory).
5. Complete this step by clicking "**Share"**.

{% hint style="warning" %}
The integration is not imported automatically.
{% endhint %}

6. To complete the sharing process, go to your chosen workspace and click on “**All**” in the “**Integrations**” area. Then, click the "**Import**" button. The newly shared module will be in the "Other spaces" tab. [Read more about importing an integration](/english/skyone-studio/integrations/integration-management/import-integration.md).
7. Done! Your integration has been successfully shared.

### Updating an integration <a href="#updating-an-integration-1" id="updating-an-integration-1"></a>

To update an integration, follow these steps:

1. Click on the "**Options"** button and then choose "**Update"**.
2. The modal will display the available versions of that integration, including the current version and the latest version (if any). To **update**, choose the version flagged as the latest version.

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

3. Once you've chosen the version, just confirm it with the "**Update"** button. Otherwise, press Cancel.
4. That's it! Your integration has been successfully updated.

### Deleting an integration <a href="#deleting-an-integration" id="deleting-an-integration"></a>

To delete an integration, follow these steps:

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

<figure><img src="/files/wnSJvjxZc1x1CbWfaI0B" alt=""><figcaption><p>Confirm deletion screen</p></figcaption></figure>

{% hint style="warning" %}
It is not possible to reverse the exclusion of an integration.
{% endhint %}

### **Favoriting** integration&#x20;

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

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

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/integrations/integration-management/integration-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
