> 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/settings-and-preferences/usage-and-billing.md).

# Usage and Billing

When you click on the "**Usage and Billing"** area, the top panel shows the space, how many members have access to it and ID.

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

Below, the information and settings are grouped into the following blocks:

### Plan and consumption <a href="#plano-e-consumo" id="plano-e-consumo"></a>

In this block, you can view your plan details and data consumption:

* **Plan + plan name**: shows details of the type of plan you have (e.g. monthly, etc.).
* **Data usage**: according to usage, the graph shows the amount of GIGS used.
* **Renew on**: shows the plan's renewal date.

### Plans <a href="#planos" id="planos"></a>

View data and activate new plans in this section.

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

#### Data

View data about the plan:

* **Name**: name of the contracted plan
* **Type**: type of plan purchased
* **Date**: date the plan was activated
* **Status**: status of the plan
* **Data**: amount of data (GIGS) included in the plan
* **Consumption**: amount of GIGS remaining and percentage of use of the contracted plan.

**Activate plan**

To activate a plan, click on the "**Activate plan".**

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

Then type or paste the activation code into the appropriate field. To complete the action, click "**Activate".**

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

You're done! Your data plan has been added to your workspace.


---

# 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/settings-and-preferences/usage-and-billing.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.
