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

# Editing a Workspace

A "**Workspace**" can be changed at any time, as long as it is the active space, meaning it is currently selected for use.

{% hint style="info" %}
If you have two or more workspaces, make sure you are in the desired workspace before editing it.
{% endhint %}

### Workspace Order <a href="#ordenacao-dos-espacos" id="ordenacao-dos-espacos"></a>

If you have multiple workspaces, by default you will be directed to the most recent workspace you were active in.

You can also **reorder your workspaces**. To do this, on the left side of the **Skyone Studio**, click and hold the icon of the workspace you want to move, then drag it to the desired position.

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

{% hint style="info" %}
It is not possible to reorder workspaces while they are awaiting approval.
{% endhint %}

### General Settings <a href="#general-settings" id="general-settings"></a>

To edit other items in your workspace, click the dropdown menu in the upper right corner and select "**Settings**".

Here’s how to change each item in the "**General Settings**" menu:

* [Change name](#change-name)
* [Change image](#trocar-imagem)
* [Transfer ownership](#transferir-propriedade)
* [Change visibility](#alterar-visibilidade)
* [Delete space](#excluir-espaco)

***

#### Change name

1\) In "**General Settings,**" click on the workspace name and edit it.

2\) To save the new name, press **Enter** on your keyboard, or press **ESC** to cancel.

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

{% hint style="info" %}
The domain name cannot be changed.
{% endhint %}

That's it! The name has been successfully changed.

***

#### Change image <a href="#trocar-imagem" id="trocar-imagem"></a>

1\) In "**General Settings**," click on "**Change Image**."

2\) A modal will appear for you to add an image. Adjust the image as desired and click "**Apply Image**."

3\) If needed, you can edit or delete the image by clicking the respective icons. To complete the edit, click "**Finish**."&#x20;

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

That's it! The image has been updated in your workspace.

***

#### Transfer ownership  <a href="#transferir-propriedade" id="transferir-propriedade"></a>

1\)There are two ways to transfer a workspace to someone else: **"General Settings"** or **"My Profile."**

**General Settings:** In the **Ownership** section, click **"Transfer."**<br>

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

**My Profile:** Under **Your Workspaces**, you’ll see all the workspaces your user is part of. To transfer one, click the **Transfer** button located below the workspace.

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

{% hint style="info" %}
Only workspace owners can initiate a transfer, and the workspace must have at least one user. Additionally, check if there is an organization linked to the workspace. If so, you’ll need to delete it before continuing with the transfer.
{% endhint %}

2\) You will then be shown a modal confirming the transfer. If you wish to proceed, click on “**Next**”.&#x20;

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

3\) Enter the e-mail address of the person who will take ownership of the space. Note that as you type, the "e-mail" field will suggest users.<br>

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

{% hint style="info" %}
Transfer is only allowed for users registered in the workspace.
{% endhint %}

4\) Finally, type in the **name of the space** and click on "**Transfer"**.

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

That's it! The transfer has been completed and cannot be reversed.

***

#### Change visibility  <a href="#alterar-visibilidade" id="alterar-visibilidade"></a>

The "**visibility**" tab allows you to check the current visibility setting of the selected workspace (Private or Public), as well as to change it by sliding the button.

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

{% hint style="info" %}
Public spaces are visible to all users in **Skyone Studio** and can be searched by anyone, while private spaces are only accessible to invited users and remain hidden from others.
{% endhint %}

***

#### Delete space <a href="#excluir-espaco" id="excluir-espaco"></a>

To delete the workspace:

1\) In "**General Settings"**, click on the "**Delete Space"** button.

2\) To confirm the action, enter the **name of the space** and click on “**Delete**”.

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

{% hint style="info" %}
Only the person who owns the space can delete it, and it is not possible to reverse the 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:

```
GET https://docs.skyone.cloud/english/skyone-studio/overview/workspace/editing-a-workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
