> 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/organization-overview.md).

# Organization Overview

After creating an organization, the "**Overview**" screen will be displayed.&#x20;

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

This area allows you to track key information about the organization, including:

#### Organization Usage

* **Active Workspaces**
* **Failed Integrations**
* **Total Executions**
* **Data Transferred**
* **Data Consumption**

#### Spaces

You can add or remove workspaces from an organization.

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

#### Add workspace to the Organization

1. To add a workspace to the organization, click "**Add workspace**".
2. Select one or more workspaces you want to add, or click "**Add ALL workspaces I own**" to add all of them.

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

* You can only add workspaces that you own.&#x20;
* Each workspace can belong to only one organization at a time.
  {% endhint %}

3. To finish, click "**Next**".
4. Done! The new workspace(s) have been added to your organization.

#### Recent executions

Displays the most recent executions from the workspaces linked to the organization.

<figure><img src="/files/1BNR6NjLe2w4TvDmga9U" 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/organization-overview.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.
