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

# Edit Integration

All integrations can be modified after creation to make them easier to use in the workspace or flow. In this documentation, we will cover modifications to the name, description and image.

* [Edit integration](#edit-integration)
  * [Change integration name](#change-integration-name)
  * [Change integration description](#change-integration-description)
  * [Change integration image](#change-integration-image)

***

### Edit integration <a href="#edit-integration" id="edit-integration"></a>

You can change an integration at any time. Here's how to change the integration's name, description and image:

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

To change the name of an integration, 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/wr5HE9CGAhQfwfSx8HGd" alt=""><figcaption></figcaption></figure>

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

To change the description of an integration, 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/mxcwvTnCdFs0r4VYILnG" alt=""><figcaption></figcaption></figure>

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

To change the image of an integration, simply move the cursor closer to the image and then click on "**Change"**.

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

Adjust as necessary, either delete or add, and click "**Apply Image"**. Finally, click "**Save"**.

***


---

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