> 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/settings-and-operations/module-settings/connected-account-management.md).

# Connected Account Management

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

Once you have created a connected account, you have the option of selecting, editing or deleting it. Below you will find a detailed guide to each of these actions:

* [Select](#select-connected-account)
* [Edit](#edit-connected-account)
* [Delete](#delete-connected-account)

#### Select connected account <a href="#select-connected-account" id="select-connected-account"></a>

To select a previously registered account, simply click on "**Connected Account"** and then click on the desired option.

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

#### Manage Connected Accounts <a href="#manage-connected-accounts" id="manage-connected-accounts"></a>

To **edit** or **delete** a previously registered account, click on **Account Management**:

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

Next, the modal below will be presented:

<figure><img src="/files/2rOkadhDP6hCOiWXELpC" alt=""><figcaption></figcaption></figure>

These include:

1. **Add account**: if you want to add a new connected account. When you click on this button, you will be presented with the modal to start registering a connected account. For more details, click here.
2. **Manage connected accounts**: displays the connectivity types in a drop-down list.
3. **Account name and connectivity type**.
4. **Edit**: button to edit the connected account.
5. **Delete**: button to delete the connected account.
6. As well as the **Close** option, in case you want to leave this screen.

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

To edit a connected account, click on the **Edit** icon.

The following modal will be displayed:

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

Make the necessary changes and finish by clicking **Save changes.**

#### Delete connected account <a href="#delete-connected-account" id="delete-connected-account"></a>

To delete a connected account, click on the Delete icon.

The following modal will be displayed:

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

Confirm the deletion by typing the name in the appropriate field and then click **Delete**.

{% hint style="info" %}
It is not possible to undo the Delete action.
{% endhint %}


---

# 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/settings-and-operations/module-settings/connected-account-management.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.
