> 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/espanol/skyone-studio/vision-general/configuraciones-y-preferencias/uso-y-pago.md).

# Uso y Pago

Al hacer clic en el área de "**Uso y Pago**", el panel superior muestra el espacio, cuántos miembros tienen acceso a él y el ID.

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

Debajo, la información y configuraciones se agrupan en los siguientes bloques:

### Plan y consumo

En este bloque es posible visualizar los datos relacionados con el plan y el consumo de datos:

* **Plan + nombre del plan**: muestra detalles sobre el tipo de plan que posees (por ejemplo: mensual, individual, etc.).
* **Uso de datos**: el gráfico indica la cantidad de GIGS utilizados según el consumo.
* **Renueva en**: muestra la fecha de renovación del plan.

### Planes

Visualiza datos y activa nuevos planes en este bloque:

* **Nombre**: nombre del plan contratado
* **Tipo**: tipo de plan contratado
* **Fecha**: fecha de activación del plan
* **Estado**: estado del plan
* **Datos**: cantidad de datos (GIGS) incluidos en el plan
* **Consumo**: cantidad de GIGS restantes y porcentaje de uso del plan contratado

### Activar plan

Para activar un plan, haz clic en el botón "**Activar plan**".

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

Luego, ingresa o pega el código de activación en el campo correspondiente. Para completar la acción, haz clic en "**Activar**".

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

¡Listo! Tu plan de datos ha sido agregado a tu espacio de trabajo.


---

# 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/espanol/skyone-studio/vision-general/configuraciones-y-preferencias/uso-y-pago.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.
