> 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/skyone-studio/integracoes/gestao-das-integracoes/criar-integracao.md).

# Criar integração

Criar uma integração é muito simples:

1. Na área de **Integrações**, clique em "**Criar Integração"**.

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

2. Após o clique, aparecerá na tela um modal para o preenchimento dos dados:

* [Imagem da integração](#imagem-da-integracao)
* [Informações](#informacoes)
* [Grupos](#grupos)

#### Imagem da integração <a href="#imagem-da-integracao" id="imagem-da-integracao"></a>

Você pode adicionar um ou duas imagens em sua integração. Para isso, basta carregar ou arrastar e soltar um arquivo no respectivo campo.

{% hint style="info" %}
Os tipos de imagens aceitos são PNG e JPG.
{% endhint %}

Logo em seguida, aparecerá o modal de edição de imagem para que você possa ajustar ao tamanho padrão. Após finalizar os ajustes, clique em "**Aplicar imagem"**.

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

Se preferir adicionar mais uma imagem, clique no sinal de mais (+).

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

#### Editar e excluir imagem <a href="#editar-e-excluir-imagem" id="editar-e-excluir-imagem"></a>

É possível **editar** ou **excluir** **imagem** da integração. Para isso, basta clicar nos ícones de "**editar"** (representado por um ícone de lápis) ou "**excluir"** (representado por ícone de lixeira).

#### Informações <a href="#informacoes" id="informacoes"></a>

Na área de "**Nome da integração"**, há os campos para "**Nome"** e "**Descrição"** da integração em que você deve, respectivamente, nomeá-la e descrevê-la.

#### Grupos

Escolha o grupo que deve ter acesso a essa nova integração. Saiba mais no artigo [Usuários e Permissões](/skyone-studio/visao-geral/configuracoes-e-preferencias/usuarios-e-permissoes.md#permissoes).&#x20;

3. Para finalizar a criação da sua integração, clique em "**Criar".** Pronto! Sua integração está criada.

***


---

# 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/skyone-studio/integracoes/gestao-das-integracoes/criar-integracao.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.
