> 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/organizations/creating-an-organization.md).

# Creating an Organization

**"Organizations"** allow you to consolidate and manage multiple workspaces under a single administration. With this feature, you group the GIGS from your workspaces, making it easier to control and optimize resources.

{% hint style="warning" %}
Important:

* Only workspace owners can create organizations.&#x20;
* A workspace can belong to only one organization at a time.
  {% endhint %}

To create an organization, follow these steps:

1. In the Profile dropdown menu, click on "**Organizations**".

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

2. On the screen, click "**Create organization**." The button may vary between creating the first organization and when there are existing organizations:

{% tabs %}
{% tab title="Screen to create the first Organization" %}

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

{% tab title="Button to create a new Organization" %}

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

3\. Create a name for the organization and click "**Next**".&#x20;

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

{% hint style="warning" %}
The organization name cannot be changed later.
{% endhint %}

4. To add an image to the organization, simply upload or drag and drop a file into the designated field. If you prefer, you can skip this step.

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

{% hint style="info" %}
Accepted image formats are PNG and JPG.
{% endhint %}

If you add an image, an editing modal will appear, allowing you to adjust it to the standard size. Once you've made your adjustments, click "**Apply image**".

5. After editing the image, click "**Continue**".
6. Click on one or more workspaces to select them or click "**Add ALL workspaces I own**" to add all of them. Then, click "**Next**".

<figure><img src="/files/86ldFpCy1w257LUPvy0u" alt=""><figcaption></figcaption></figure>

7. When creating an organization, the GIGS plans from your workspaces will be summed up and managed centrally.&#x20;

{% hint style="warning" %}
When migrating to an organization, each workspace's GIGS consumption will be preserved.

For example: If a workspace has a 10 GIGS voucher but has already used 3 GIGS before the migration, the workspace will have 7 GIGS available in the organization.
{% endhint %}

If you agree and want to proceed with creating the organization, click the option to accept the terms, and then click "**Finish**".

8\. Done! Your organization has been created!&#x20;

You can navigate between organizations (if you have two or more) or workspaces at any time in the Organizations area.

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


---

# 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/organizations/creating-an-organization.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.
