> 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/editing-a-module.md).

# Editing a module

### Overview <a href="#overview" id="overview"></a>

All modules can be modified after creation to make them easier to use in the workspace or flow. In this documentation, we will cover the following changes:

* [Change module name](#change-module-name)
* [Change module description](#change-module-description)
* [Change module image](#change-module-image)

***

### Change module name <a href="#change-module-name" id="change-module-name"></a>

To change the name of a module, simply click on the current name and make the desired change. After making the changes, press the **Enter** key or simply click outside the editing area to complete the process.

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

### Change module description <a href="#change-module-description" id="change-module-description"></a>

To change the description of a module, simply click on the current description and make the desired change. After making the changes, press the **Enter** key or simply click outside the editing area to complete the process.

<figure><img src="/files/8gd4zCv04sTZ94qmAZIs" alt=""><figcaption></figcaption></figure>

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

1. To change the image of a module, simply move the cursor closer to the image and then click "**Change"**.
2. Insert the image, make the necessary adjustments and click on "**Apply image**".&#x20;
3. To finish, click on "**Save**".

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

Read also:

* [Settings](/english/skyone-studio/modules/settings-and-operations/module-settings.md)
* [Operations](/english/skyone-studio/modules/settings-and-operations/operations.md)
* [Flows using this module](/english/skyone-studio/modules/settings-and-operations/flows-using-this-module.md)

***


---

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