> 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/import-integration.md).

# Import Integration

**Importing integrations** is a way to use pre-built functionalities and take advantage of ready-to-use resources. Below, we’ll outline the necessary steps to import an integration:

### Step by step <a href="#step-by-step" id="step-by-step"></a>

In the **Integrations** area, click on **“Import”** located on the right side of the screen.

<figure><img src="/files/86SPm1yy4sYlHVWIn68P" alt=""><figcaption></figcaption></figure>

The **Import Integration** modal will then appear on the screen. In this area, you can import integrations from another workspace you are a member of.

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

{% hint style="info" %}
Only integrations from workspaces you are a member of and that have been shared will be displayed. Otherwise, no items will be shown.
{% endhint %}

IThe modal displays the total number and list of existing integrations, and it also includes a search bar to look for a specific item.

Once you find the integration, in addition to versioning and a description (if available), there are two buttons: **"View Details"** and **"Import"**:

* **View Details**: Opens more information about the item, such as configuration settings.
* **Import**: Starts the process of importing the content into the workspace.

Both options allow you to import the integration; however, **"Import"** performs the process automatically, while **"View Details"** presents additional information along with an **"Import"** button.

{% hint style="info" %}
Integrations from other workspaces can only be found if they have been shared.
{% endhint %}


---

# 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/import-integration.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.
