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

# Create integration

Creating an integration is very simple:&#x20;

1. In the **Integrations** area, click on "**Create Integration**".

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

2. After clicking , a modal will open for you to fill in the data:

* [Integration image](#integration-image-1)&#x20;
* [Information](#information)&#x20;
* [Groups](#groups)

#### Integration image <a href="#integration-image" id="integration-image"></a>

You can add one or two images to your integration. To do this, simply upload or drag and drop a file into the relevant field.

{% hint style="info" %}
The types of images accepted are PNG and JPG.
{% endhint %}

The image editing modal will then appear so that you can adjust it to the standard size. Once you've made your adjustments, click "**Apply image"**.

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

If you want to add another image, click on the plus sign (+).

<figure><img src="/files/2ku5e42eNl4OqkBPBqTr" alt=""><figcaption></figcaption></figure>

#### Editing and deleting images <a href="#editing-and-deleting-images" id="editing-and-deleting-images"></a>

You can **edit** or **delete** images from the integration. To do this, simply click on the "**edit"** (represented by a pencil icon) or "**delete"** (represented by a trash can icon) icons.

#### Information <a href="#information" id="information"></a>

In the "**Integration name**" area, there are fields for "**Name**" and "**Description**" of the integration in which you must respectively name and describe it.

#### Groups&#x20;

Choose the group that should have access to this new integration. Find out more in the article [Users and Permissions](/english/skyone-studio/overview/settings-and-preferences/users-and-permissions.md).

3. To finish creating your integration, click on "**Create**". That's it! Your integration is created.


---

# 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/create-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.
