> 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/creating-a-new-workspace.md).

# Creating a new Workspace

Here's a step-by-step guide to creating a “**Workspace**”.&#x20;

The process is documented in two tabs: **New Account** (when it's your first access) and **Existing Account** (previously registered users).

{% tabs %}
{% tab title="New Account" %}
Right after verifying your email during account creation, it’s time to create a new workspace or join an existing one.

1\) To create a new workspace, choose the "**Create a new space**" option.&#x20;

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

2\) Name your workspace and select its privacy settings. By default, workspaces are private, but you can make it public if you prefer. Then, click "**Next**".

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

3\) Choose your workspace **domain**. A suggested name will be automatically provided, but you can change it as long as it contains lowercase alphanumeric characters and dashes. Then, click "**Next**".

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

4\) You can add other users to this workspace by sending email invitations. If you prefer, you can skip this step.

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

5\) After sending invitations or skipping this step, your workspace is ready to use. Click "**Log in to space**" to access the **Skyone Studio**.

<figure><img src="/files/YwweExrMiwqCvsjTQgbJ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Existing Account" %}
1\) There are two ways to create a new workspace when you already have an account: "**Home**" or "**My** **Profile**."

* **Home:** On the "**Home**" page, click the “+" button on the left side.
* **Profile:** In the upper right corner, select "**My Profile**" from the dropdown menu next to your name.&#x20;

In the "**Your spaces**" section, click "**Add space**".&#x20;

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

2\) Clicking on either of these options will bring up the screen to add a workspace. To create a new workspace, choose "**Create a new workspace**".

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

3\) Name your workspace and select its privacy settings. By default, workspaces are private, but you can make it public if you prefer. Then, click "**Next**".&#x20;

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

4\) Choose your workspace **domain**. A suggested name will be provided automatically, but you can change it as long as it contains lowercase alphanumeric characters and dashes.

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

5\) After clicking "**Next",** you can add other users to this workspace by sending email invitations. If you prefer, you can skip this step.

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

6\) If desired, you can add an image to the workspace. If you prefer, you can skip this step.

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

7\) To add an image, drag and drop or choose an image for the designated area.&#x20;

The "**Edit image**" screen will automatically appear for adjustments. Then, click "**Apply image**."

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

8\) You can edit the image again or delete it. Then, click the "**Continue**" button.

That's it! Your new workspace is created and ready to use.
{% endtab %}
{% endtabs %}

{% 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 %}

{% hint style="success" %}
Even though the space is public, other users will only have access after approval.
{% 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/overview/workspace/creating-a-new-workspace.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.
