# GIGS: The complete guide

{% hint style="info" %}
**CURRENT PLANS**

Currently, the active plans do not include additional charges for GIGS usage. GIGS usage is included in the contracted plan, with no extra cost based on consumption.

If you are interested in upgrading your plan or would like more information about limits and conditions, please contact the Sales team.
{% endhint %}

When you activate a plan, you enable a certain amount of GIGs for use in **Skyone Studio.**

GIGs are a consumption metric that takes into account two factors during the execution of a flow: **execution time and data usage**.

In other words, the amount of GIGs consumed during a flow run depends on how long the flow takes to execute and the volume of data processed. The faster the execution, the lower the GIG consumption. On the other hand, the higher the volume of data transferred, the greater the GIG consumption.

#### Example:

In a given flow, we have the following scenario:

* 1 GB of data transferred used 1 GIG.&#x20;
* 1 day of execution time used 1 GIG.

Therefore, by adding the execution time and data consumption, the total GIGS consumption in this example is 2 GIGS.

### **How to track GIGS consumption**

You can monitor your GIGS consumption in the following ways:

* **Dashboard:** Right after logging in, you’ll see a summary of your workspace usage, including **data consumption**.
* **Monitoring:** In the monitoring area, at the top of the dashboard, you can track your workspace's GIGS usage. Additionally, you can view a graph showing daily GIGS consumption for the selected period. Learn more in the "[Monitoring](/english/skyone-studio/monitoring-1.md)" article.
* **Usage and Billing:** Under "Usage and Billing," you can view the total GIGS consumed by your workspace. For more details, read the "[Usage and Billing](/english/skyone-studio/overview/settings-and-preferences/usage-and-billing.md)" article.

### **GIGS Usage Alert**

You can set up alerts for your workspace's GIGS consumption. In "**Notifications**", you can activate an alert when 50% of your GIGS package is used or customize the amount. Alerts can be sent via email or SMS. Read more in the "[Notifications](/english/skyone-studio/overview/settings-and-preferences/notifications.md)" article.

### **Additional GIGS**

With the "**Additional GIGS**" feature, you can configure the use of extra GIGS when your plan runs out. This ensures that your flow will continue operating while you acquire a new plan. Read more in the "[Editing a Workspace](/english/skyone-studio/overview/workspace/editing-a-workspace.md)" article.

### **Sharing GIGS Between Workspaces**

If you have multiple workspaces and want to share GIGS between them, you'll need to create an organization. Learn more in the "[Creating an Organization](/english/skyone-studio/overview/organizations/creating-an-organization.md)" article.

When you create an organization, the GIGS from all added workspaces are combined and centrally managed. Read more in the "[Organization Management](/english/skyone-studio/overview/organizations/organization-management.md)" article.


---

# Agent Instructions: 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/gigs-the-complete-guide.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.
