> 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/modules/module-management/creating-a-module.md).

# Creating a Module

Creating a module is very simple:

1. In the "**Modules"** area, click on "**Create Module".**
2. After clicking on it, a modal will open for you to fill in the data:

* [Create module in](#create-module-in-1)
* [Module image](#module-image)
* [Informations](#informations)
* [Groups](#groups)

<figure><img src="/files/4dLtqwx7a3i7z3rPL4Bn" alt=""><figcaption></figcaption></figure>

#### Create module in <a href="#create-module-in" id="create-module-in"></a>

The "**Create module in"** item shows the workspace in which you are creating the module. If you are part of other workspaces, you can also change it using the arrow to the right of the workspace name.

#### Module image <a href="#module-image" id="module-image"></a>

To add an image to the module, simply upload or drag and drop a file into the respective field.

{% hint style="info" %}
The image types 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/hSPMe4it3lgHnHPpMFWH" alt=""><figcaption></figcaption></figure>

#### Informations <a href="#informations" id="informations"></a>

In the **Informations** area, there are fields **Name** and **Description** of the module in which you must respectively name and describe it.

#### Groups

Choose the **group** that should have access to the new module. 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 module, click on "**Create module"**. That's it! Your module is created and ready to be configured.


---

# 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/modules/module-management/creating-a-module.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.
