> 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/modulos/gestao-de-modulos/criacao-de-modulos.md).

# Criação de Módulos

Criar um módulo é muito simples:

1. Na área de "**Módulos"**, clique em "**Criar Módulo"**.
2. Após o clique, abrirá um modal para o preenchimento dos seguintes dados:

* #### [Criar módulo em](#criar-modulo-em-5) <a href="#criar-modulo-em" id="criar-modulo-em"></a>
* #### [Imagem do módulo](#imagem-do-modulo) <a href="#criar-modulo-em" id="criar-modulo-em"></a>
* #### [Informações](#informacoes) <a href="#criar-modulo-em" id="criar-modulo-em"></a>
* #### [Grupos](#grupos) <a href="#criar-modulo-em" id="criar-modulo-em"></a>

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

#### Criar módulo em <a href="#criar-modulo-em" id="criar-modulo-em"></a>

O item "**Criar módulo em"** mostra o espaço de trabalho o qual você está criando o módulo. Caso você faça parte de outros espaços, também é possível alterá-lo na seta localizada à direita do nome do espaço.

#### Imagem do módulo <a href="#imagem-do-modulo" id="imagem-do-modulo"></a>

Para adicionar uma imagem ao módulo, 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/jJQhugTeZoejAIepuUKO" alt=""><figcaption></figcaption></figure>

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

Na área de "**Informações**", há os campos "**Nome"** e "**Descrição**" do módulo em que você deve, respectivamente, nomeá-lo e descrevê-lo.

#### Grupos

Escolha o **grupo** que deve ter acesso ao novo módulo. Saiba mais no artigo [Usuários e Permissões](/skyone-studio/visao-geral/configuracoes-e-preferencias/usuarios-e-permissoes.md#permissoes).

3. Para finalizar a criação do seu módulo, clique em "**Criar módulo".**&#x20;

Pronto! Seu módulo está criado e preparado para ser configurado.


---

# 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/modulos/gestao-de-modulos/criacao-de-modulos.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.
